Searched refs:full_gc_time_ms (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp759 double full_gc_time_ms = full_gc_time_sec * 1000.0; local
761 _trace_gen1_time_data.record_full_collection(full_gc_time_ms);
763 update_recent_gc_times(end_sec, full_gc_time_ms);
2216 void TraceGen1TimeData::record_full_collection(double full_gc_time_ms) { argument
2218 _all_full_gc_times.add(full_gc_time_ms);
H A Dg1CollectorPolicy.hpp83 void record_full_collection(double full_gc_time_ms);

Completed in 38 milliseconds