src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
changeset 49804 7593b16d0d20
parent 49803 14518ac8df87
child 49806 2d62570a615c
equal deleted inserted replaced
49803:14518ac8df87 49804:7593b16d0d20
   371 
   371 
   372   void swap_mark_bitmaps();
   372   void swap_mark_bitmaps();
   373 
   373 
   374   void reclaim_empty_regions();
   374   void reclaim_empty_regions();
   375 
   375 
       
   376   // After reclaiming empty regions, update heap sizes.
       
   377   void compute_new_sizes();
       
   378 
   376   // Clear statistics gathered during the concurrent cycle for the given region after
   379   // Clear statistics gathered during the concurrent cycle for the given region after
   377   // it has been reclaimed.
   380   // it has been reclaimed.
   378   void clear_statistics(HeapRegion* r);
   381   void clear_statistics(HeapRegion* r);
   379 
   382 
   380   // Resets the global marking data structures, as well as the
   383   // Resets the global marking data structures, as well as the