src/share/vm/gc_interface/collectedHeap.hpp

changeset 6627
cf9f24de0b93
parent 6626
9428a0b94204
child 6690
1772223a25a2
     1.1 --- a/src/share/vm/gc_interface/collectedHeap.hpp	Tue Apr 15 17:02:20 2014 -0400
     1.2 +++ b/src/share/vm/gc_interface/collectedHeap.hpp	Fri Apr 11 20:02:37 2014 +0000
     1.3 @@ -151,7 +151,7 @@
     1.4    inline static void post_allocation_setup_no_klass_install(KlassHandle klass,
     1.5                                                              HeapWord* objPtr);
     1.6  
     1.7 -  inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj);
     1.8 +  inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj, int size);
     1.9  
    1.10    inline static void post_allocation_setup_array(KlassHandle klass,
    1.11                                                   HeapWord* obj, int length);

mercurial