comparison src/share/vm/runtime/sharedRuntime.hpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents cf9f24de0b93
children 52b4284cb496
comparison
equal deleted inserted replaced
17862:70dc2c030c69 17891:b6a2ba7d3ea7
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.