src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp
changeset 59014 36fde8064316
parent 57839 de0ccdc4db13
child 59252 623722a6aeb9
--- a/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp	Tue Apr 24 13:59:02 2018 +0200
+++ b/src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp	Mon Nov 11 16:24:35 2019 +0100
@@ -2313,7 +2313,7 @@
 }
 
 void InterpreterMacroAssembler::verify_oop(Register reg, TosState state) {
-  if (state == atos) { MacroAssembler::verify_oop(reg); }
+  if (state == atos) { MacroAssembler::verify_oop(reg, FILE_AND_LINE); }
 }
 
 // Local helper function for the verify_oop_or_return_address macro.