src/share/vm/runtime/sharedRuntime.hpp

Print this page
rev 6361 : imported patch 8041934-method_exit

*** 261,270 **** --- 261,273 ---- static int dtrace_object_alloc(oopDesc* o, int size); static int dtrace_object_alloc_base(Thread* thread, oopDesc* o, int size); 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);