hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 24453 3863651dc319
parent 24424 2658d7834c6e
child 24462 0676642e6560
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed May 14 22:54:45 2014 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed May 14 20:44:33 2014 +0200
@@ -993,6 +993,12 @@
   return 0;
 JRT_END
 
+JRT_ENTRY(int, SharedRuntime::jvmti_method_exit(
+    JavaThread* thread, Method* method))
+  JvmtiExport::post_method_exit(thread, method, thread->last_frame());
+  return 0;
+JRT_END
+
 
 // Finds receiver, CallInfo (i.e. receiver method), and calling bytecode)
 // for a call current in progress, i.e., arguments has been pushed on stack