src/share/vm/runtime/sharedRuntime.hpp

changeset 6627
cf9f24de0b93
parent 6503
a9becfeecd1b
child 6876
710a3c8b516e
child 8318
ea7ac121a5d3
equal deleted inserted replaced
6626:9428a0b94204 6627:cf9f24de0b93
259 static oop retrieve_receiver( Symbol* sig, frame caller ); 259 static oop retrieve_receiver( Symbol* sig, frame caller );
260 260
261 static void register_finalizer(JavaThread* thread, oopDesc* obj); 261 static void register_finalizer(JavaThread* thread, oopDesc* obj);
262 262
263 // dtrace notifications 263 // dtrace notifications
264 static int dtrace_object_alloc(oopDesc* o); 264 static int dtrace_object_alloc(oopDesc* o, int size);
265 static int dtrace_object_alloc_base(Thread* thread, oopDesc* o); 265 static int dtrace_object_alloc_base(Thread* thread, oopDesc* o, int size);
266 static int dtrace_method_entry(JavaThread* thread, Method* m); 266 static int dtrace_method_entry(JavaThread* thread, Method* m);
267 static int dtrace_method_exit(JavaThread* thread, Method* m); 267 static int dtrace_method_exit(JavaThread* thread, Method* m);
268 268
269 // Utility method for retrieving the Java thread id, returns 0 if the 269 // Utility method for retrieving the Java thread id, returns 0 if the
270 // thread is not a well formed Java thread. 270 // thread is not a well formed Java thread.

mercurial