8148734: G1: Make G1GCPhaseTimes keep track of the start GC time

Reviewed-by: sjohanss, tschatzl
This commit is contained in:
Bengt Rutisson 2016-02-02 10:50:08 +01:00
parent de76c23ff5
commit a5e2b096bc
6 changed files with 15 additions and 12 deletions

View file

@ -1303,8 +1303,8 @@ void G1CollectorPolicy::print_detailed_heap_transition() const {
MetaspaceAux::print_metaspace_change(_metaspace_used_bytes_before_gc);
}
void G1CollectorPolicy::print_phases(double pause_time_ms) {
phase_times()->print(pause_time_ms);
void G1CollectorPolicy::print_phases() {
phase_times()->print();
}
void G1CollectorPolicy::adjust_concurrent_refinement(double update_rs_time,