src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
changeset 49368 2ed1c37df3a5
parent 48626 9f6f48d4f9a1
child 49748 6a880e576856
--- a/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp	Fri Mar 09 12:03:20 2018 -0500
+++ b/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp	Thu Feb 08 09:23:49 2018 +0100
@@ -452,8 +452,8 @@
 
   // This is not a leaf but we have a JavaFrameAnchor now and we will
   // check (create) exceptions afterward so this is ok.
-  __ call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodError),
-                  R16_thread);
+  __ call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodErrorWithMethod),
+                  R16_thread, R19_method);
 
   // Pop the C frame and restore LR.
   __ pop_frame();