hotspot/src/share/vm/gc_interface/collectedHeap.hpp
changeset 24109 e378f2bfaaba
parent 24096 6f7e28b293fb
parent 23995 fc58ec725daf
child 25905 04a3d83cc752
equal deleted inserted replaced
24108:dfc2242fc6b0 24109:e378f2bfaaba
   149   // Helper functions for (VM) allocation.
   149   // Helper functions for (VM) allocation.
   150   inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj);
   150   inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj);
   151   inline static void post_allocation_setup_no_klass_install(KlassHandle klass,
   151   inline static void post_allocation_setup_no_klass_install(KlassHandle klass,
   152                                                             HeapWord* objPtr);
   152                                                             HeapWord* objPtr);
   153 
   153 
   154   inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj);
   154   inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj, int size);
   155 
   155 
   156   inline static void post_allocation_setup_array(KlassHandle klass,
   156   inline static void post_allocation_setup_array(KlassHandle klass,
   157                                                  HeapWord* obj, int length);
   157                                                  HeapWord* obj, int length);
   158 
   158 
   159   // Clears an allocated object.
   159   // Clears an allocated object.