comparison src/share/vm/jvmci/jvmciCodeInstaller.hpp @ 22684:ceca35d52380

removed ununsed code
author Doug Simon <doug.simon@oracle.com>
date Thu, 15 Oct 2015 17:30:42 +0200
parents 939d5da65929
children 316e768645c0
comparison
equal deleted inserted replaced
22683:2935e7fbd941 22684:ceca35d52380
94 94
95 jint pd_next_offset(NativeInstruction* inst, jint pc_offset, oop method); 95 jint pd_next_offset(NativeInstruction* inst, jint pc_offset, oop method);
96 void pd_patch_OopConstant(int pc_offset, Handle& constant); 96 void pd_patch_OopConstant(int pc_offset, Handle& constant);
97 void pd_patch_MetaspaceConstant(int pc_offset, Handle& constant); 97 void pd_patch_MetaspaceConstant(int pc_offset, Handle& constant);
98 void pd_patch_DataSectionReference(int pc_offset, int data_offset); 98 void pd_patch_DataSectionReference(int pc_offset, int data_offset);
99 void pd_relocate_CodeBlob(CodeBlob* cb, NativeInstruction* inst);
100 void pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination); 99 void pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination);
101 void pd_relocate_JavaMethod(oop method, jint pc_offset); 100 void pd_relocate_JavaMethod(oop method, jint pc_offset);
102 void pd_relocate_poll(address pc, jint mark); 101 void pd_relocate_poll(address pc, jint mark);
103 102
104 objArrayOop sites() { return (objArrayOop) JNIHandles::resolve(_sites_handle); } 103 objArrayOop sites() { return (objArrayOop) JNIHandles::resolve(_sites_handle); }