mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
Reviewed-by: sjohanss, tschatzl
This commit is contained in:
parent
de76c23ff5
commit
a5e2b096bc
6 changed files with 15 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue