src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp
changeset 51633 21154cb84d2a
parent 50728 9375184cec98
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp	Tue Sep 04 18:32:28 2018 +0100
+++ b/src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp	Tue Sep 04 12:44:02 2018 -0700
@@ -186,7 +186,7 @@
   load_const(d, obj_addr);
 }
 
-inline void MacroAssembler::pd_patch_instruction(address branch, address target) {
+inline void MacroAssembler::pd_patch_instruction(address branch, address target, const char* file, int line) {
   jint& stub_inst = *(jint*) branch;
   stub_inst = patched_branch(target - branch, stub_inst, 0);
 }