< prev index next >

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

Print this page
rev 10472 : 8151711: Move G1 number sequences out of the G1 collector policy
Reviewed-by: tbenson, ehelin
rev 10475 : [mq]: movestatic

@@ -86,10 +86,14 @@
 
   double last_pause_time_ratio() const {
     return _last_pause_time_ratio;
   }
 
+  uint number_of_recorded_pause_times() const {
+    return NumPrevPausesForHeuristics;
+  }
+
   void append_prev_collection_pause_end_ms(double ms) {
     _prev_collection_pause_end_ms += ms;
   }
 
   void report_concurrent_mark_remark_times_ms(double ms);
< prev index next >