< prev index next >

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

Print this page
rev 10309 : 8150390: Move rs length sampling data to the sampling thread
Reviewed-by:

@@ -1331,12 +1331,11 @@
   // debugging
   bool check_young_list_well_formed() {
     return _young_list->check_list_well_formed();
   }
 
-  bool check_young_list_empty(bool check_heap,
-                              bool check_sample = true);
+  bool check_young_list_empty(bool check_heap);
 
   // *** Stuff related to concurrent marking.  It's not clear to me that so
   // many of these need to be public.
 
   // The functions below are helper functions that a subclass of
< prev index next >