src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 49368 2ed1c37df3a5
parent 48183 ee8e37f85775
child 49748 6a880e576856
--- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Fri Mar 09 12:03:20 2018 -0500
+++ b/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Thu Feb 08 09:23:49 2018 +0100
@@ -293,7 +293,8 @@
 
   // throw exception
   __ call_VM(noreg, CAST_FROM_FN_PTR(address,
-                             InterpreterRuntime::throw_AbstractMethodError));
+                                     InterpreterRuntime::throw_AbstractMethodErrorWithMethod),
+                                     rmethod);
   // the call_VM checks for exception, so we should never return here.
   __ should_not_reach_here();