hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 24462 0676642e6560
parent 24453 3863651dc319
child 25069 c937c5e883c5
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Sat May 17 19:34:38 2014 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue May 20 20:35:39 2014 +0200
@@ -263,9 +263,6 @@
   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);