hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
changeset 23221 b70675ece1ce
parent 23211 954e3a81da29
child 24018 77b156916bab
--- a/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Wed Mar 12 11:24:26 2014 -0700
+++ b/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Mon Mar 10 12:58:02 2014 +0100
@@ -1353,9 +1353,9 @@
   // notify here, we'll drop it on the floor.
 
   __ notify_method_exit(true/*native method*/,
-                        ilgl /*illegal state (not used for native methods)*/);
-
-
+                        ilgl /*illegal state (not used for native methods)*/,
+                        InterpreterMacroAssembler::NotifyJVMTI,
+                        false /*check_exceptions*/);
 
   //=============================================================================
   // Handle exceptions