< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.hpp

Print this page
rev 49511 : imported patch 8200234-g1concurrentmark-refactorings
rev 49515 : 8200255: Remove G1CMTask::_concurrent
Reviewed-by: sangheki, sjohanss
rev 49516 : 8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
Reviewed-by: sjohanss, sangheki
rev 49518 : imported patch 8200385-prev-bitmap-marks-left
rev 49520 : imported patch 8178105-switch-at-remark
rev 49523 : imported patch 8154528-reclaim-at-remark

@@ -371,10 +371,13 @@
 
   void swap_mark_bitmaps();
 
   void reclaim_empty_regions();
 
+  // After reclaiming empty regions, update heap sizes.
+  void compute_new_sizes();
+
   // Clear statistics gathered during the concurrent cycle for the given region after
   // it has been reclaimed.
   void clear_statistics(HeapRegion* r);
 
   // Resets the global marking data structures, as well as the
< prev index next >