< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.hpp

Print this page
rev 12508 : imported patch 8162104-use-is_in_cset-instead-of-obj_in_cs
rev 12512 : imported patch 8155094-logging-for-long-lasting-methods

@@ -157,10 +157,12 @@
 
   // It keeps track of the humongous regions.
   HeapRegionSet _humongous_set;
 
   void eagerly_reclaim_humongous_regions();
+  // Start a new incremental collection set for the next pause.
+  void start_new_collection_set();
 
   // The number of regions we could create by expansion.
   uint _expansion_regions;
 
   // The block offset table for the G1 heap.
< prev index next >