src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp
changeset 49368 2ed1c37df3a5
parent 47916 bdbef8638948
child 49748 6a880e576856
--- a/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp	Fri Mar 09 12:03:20 2018 -0500
+++ b/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp	Thu Feb 08 09:23:49 2018 +0100
@@ -191,7 +191,7 @@
   address entry = __ pc();
   // abstract method entry
   // throw exception
-  __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodError));
+  __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodErrorWithMethod), G5_method);
   // the call_VM checks for exception, so we should never return here.
   __ should_not_reach_here();
   return entry;