hotspot/src/share/vm/gc/shared/genCollectedHeap.hpp
changeset 33580 c2d95df2c54e
parent 33212 906b3d079b13
child 34133 5d761539ac2c
equal deleted inserted replaced
33579:01ade4446d96 33580:c2d95df2c54e
   124 public:
   124 public:
   125   GenCollectedHeap(GenCollectorPolicy *policy);
   125   GenCollectedHeap(GenCollectorPolicy *policy);
   126 
   126 
   127   WorkGang* workers() const { return _workers; }
   127   WorkGang* workers() const { return _workers; }
   128 
   128 
   129   GCStats* gc_stats(Generation* generation) const;
       
   130 
       
   131   // Returns JNI_OK on success
   129   // Returns JNI_OK on success
   132   virtual jint initialize();
   130   virtual jint initialize();
   133 
   131 
   134   // Reserve aligned space for the heap as needed by the contained generations.
   132   // Reserve aligned space for the heap as needed by the contained generations.
   135   char* allocate(size_t alignment, ReservedSpace* heap_rs);
   133   char* allocate(size_t alignment, ReservedSpace* heap_rs);