hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 24462 0676642e6560
parent 24453 3863651dc319
child 25069 c937c5e883c5
equal deleted inserted replaced
24461:2aa6f773eef8 24462:0676642e6560
   260   // dtrace notifications
   260   // dtrace notifications
   261   static int dtrace_object_alloc(oopDesc* o, int size);
   261   static int dtrace_object_alloc(oopDesc* o, int size);
   262   static int dtrace_object_alloc_base(Thread* thread, oopDesc* o, int size);
   262   static int dtrace_object_alloc_base(Thread* thread, oopDesc* o, int size);
   263   static int dtrace_method_entry(JavaThread* thread, Method* m);
   263   static int dtrace_method_entry(JavaThread* thread, Method* m);
   264   static int dtrace_method_exit(JavaThread* thread, Method* m);
   264   static int dtrace_method_exit(JavaThread* thread, Method* m);
   265 
       
   266   // jvmti notification
       
   267   static int jvmti_method_exit(JavaThread* thread, Method* m);
       
   268 
   265 
   269   // Utility method for retrieving the Java thread id, returns 0 if the
   266   // Utility method for retrieving the Java thread id, returns 0 if the
   270   // thread is not a well formed Java thread.
   267   // thread is not a well formed Java thread.
   271   static jlong get_java_tid(Thread* thread);
   268   static jlong get_java_tid(Thread* thread);
   272 
   269