hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 24453 3863651dc319
parent 23995 fc58ec725daf
child 24462 0676642e6560
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed May 14 22:54:45 2014 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed May 14 20:44:33 2014 +0200
@@ -263,6 +263,9 @@
   static int dtrace_method_entry(JavaThread* thread, Method* m);
   static int dtrace_method_exit(JavaThread* thread, Method* m);
 
+  // jvmti notification
+  static int jvmti_method_exit(JavaThread* thread, Method* m);
+
   // Utility method for retrieving the Java thread id, returns 0 if the
   // thread is not a well formed Java thread.
   static jlong get_java_tid(Thread* thread);