hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 23995 fc58ec725daf
parent 23865 ba4aeedb2a9f
child 24453 3863651dc319
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Apr 10 21:36:56 2014 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Fri Apr 11 20:02:37 2014 +0000
@@ -258,8 +258,8 @@
   static void register_finalizer(JavaThread* thread, oopDesc* obj);
 
   // dtrace notifications
-  static int dtrace_object_alloc(oopDesc* o);
-  static int dtrace_object_alloc_base(Thread* thread, oopDesc* o);
+  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);