< prev index next >

src/cpu/aarch64/vm/jvmciCodeInstaller_aarch64.cpp

Print this page

        

*** 36,50 **** void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle& constant) { Unimplemented(); } ! void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset) { Unimplemented(); } ! void CodeInstaller::pd_relocate_CodeBlob(CodeBlob* cb, NativeInstruction* inst) { Unimplemented(); } void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination) { Unimplemented(); --- 36,50 ---- void CodeInstaller::pd_patch_OopConstant(int pc_offset, Handle& constant) { Unimplemented(); } ! void CodeInstaller::pd_patch_MetaspaceConstant(int pc_offset, Handle& constant) { Unimplemented(); } ! void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset) { Unimplemented(); } void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination) { Unimplemented();
< prev index next >