hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
changeset 30586 23e6e981e89c
parent 30585 12f312d694cd
equal deleted inserted replaced
30585:12f312d694cd 30586:23e6e981e89c
   274 
   274 
   275   // It initializes the GC alloc regions at the start of a GC.
   275   // It initializes the GC alloc regions at the start of a GC.
   276   void init_gc_alloc_regions(EvacuationInfo& evacuation_info);
   276   void init_gc_alloc_regions(EvacuationInfo& evacuation_info);
   277 
   277 
   278   // It releases the GC alloc regions at the end of a GC.
   278   // It releases the GC alloc regions at the end of a GC.
   279   void release_gc_alloc_regions(EvacuationInfo& evacuation_info);
   279   void release_gc_alloc_regions(uint no_of_gc_workers, EvacuationInfo& evacuation_info);
   280 
   280 
   281   // It does any cleanup that needs to be done on the GC alloc regions
   281   // It does any cleanup that needs to be done on the GC alloc regions
   282   // before a Full GC.
   282   // before a Full GC.
   283   void abandon_gc_alloc_regions();
   283   void abandon_gc_alloc_regions();
   284 
   284