Skip to content

Commit d55cf4b

Browse files
author
duke
committed
Backport db76479a105cda383f38f5f9857a8642ccf50cfd
1 parent 796f2b4 commit d55cf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ void G1GCPhaseTimes::print(bool evacuation_failed) {
570570
accounted_ms += print_evacuate_optional_collection_set();
571571
accounted_ms += print_post_evacuate_collection_set(evacuation_failed);
572572

573-
assert(_gc_pause_time_ms >= accounted_ms, "GC pause time(%.3lfms) cannot be "
574-
"smaller than the sum of each phase(%.3lfms).", _gc_pause_time_ms, accounted_ms);
573+
assert(_gc_pause_time_ms >= accounted_ms, "GC pause time(%.15lf ms) cannot be "
574+
"smaller than the sum of each phase(%.15lf ms).", _gc_pause_time_ms, accounted_ms);
575575

576576
print_other(accounted_ms);
577577

0 commit comments

Comments
 (0)