< 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

@@ -365,11 +365,11 @@
   void finalize_marking();
 
   void weak_refs_work_parallel_part(BoolObjectClosure* is_alive, bool purged_classes);
   void weak_refs_work(bool clear_all_soft_refs);
 
-  void report_object_count();
+  void report_object_count(bool mark_completed);
 
   void swap_mark_bitmaps();
 
   void reclaim_empty_regions();
 
< prev index next >