src/hotspot/cpu/s390/macroAssembler_s390.cpp
changeset 51633 21154cb84d2a
parent 50728 9375184cec98
child 51663 a65d8a6fa424
--- a/src/hotspot/cpu/s390/macroAssembler_s390.cpp	Tue Sep 04 18:32:28 2018 +0100
+++ b/src/hotspot/cpu/s390/macroAssembler_s390.cpp	Tue Sep 04 12:44:02 2018 -0700
@@ -1904,7 +1904,7 @@
 
 // Only called when binding labels (share/vm/asm/assembler.cpp)
 // Pass arguments as intended. Do not pre-calculate distance.
-void MacroAssembler::pd_patch_instruction(address branch, address target) {
+void MacroAssembler::pd_patch_instruction(address branch, address target, const char* file, int line) {
   unsigned long stub_inst;
   int           inst_len = get_instruction(branch, &stub_inst);