< prev index next >

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

Print this page

        

*** 153,162 **** // Add a new GC of the given duration and end time to the record. void update_recent_gc_times(double end_time_sec, double elapsed_ms); void compute_pause_time_ratio(double interval_ms, double pause_time_ms); - double oldest_known_gc_end_time_sec() const; double last_known_gc_end_time_sec() const; }; #endif // SHARE_VM_GC_G1_G1MEASUREMENTS_HPP --- 153,161 ----
< prev index next >