src/cpu/aarch64/vm/relocInfo_aarch64.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/aarch64/vm/relocInfo_aarch64.cpp

src/cpu/aarch64/vm/relocInfo_aarch64.cpp

Print this page

        

*** 100,113 **** address old_addr = old_addr_for(addr(), src, dest); MacroAssembler::pd_patch_instruction(addr(), MacroAssembler::target_addr_for_insn(old_addr)); } } - void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { - if (NativeInstruction::maybe_cpool_ref(addr())) { - address old_addr = old_addr_for(addr(), src, dest); - MacroAssembler::pd_patch_instruction(addr(), MacroAssembler::target_addr_for_insn(old_addr)); - } - } - void metadata_Relocation::pd_fix_value(address x) { } --- 100,106 ----
src/cpu/aarch64/vm/relocInfo_aarch64.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File