src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
changeset 49368 2ed1c37df3a5
parent 49027 8dc742d9bbab
child 49748 6a880e576856
--- a/src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp	Fri Mar 09 12:03:20 2018 -0500
+++ b/src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp	Thu Feb 08 09:23:49 2018 +0100
@@ -1354,7 +1354,7 @@
   __ restore_locals();   // make sure locals pointer is correct as well (was destroyed)
 
   // throw exception
-  __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodError));
+  __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodErrorWithMethod), rbx);
   // the call_VM checks for exception, so we should never return here.
   __ should_not_reach_here();