We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796f2b4 commit d55cf4bCopy full SHA for d55cf4b
src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
@@ -570,8 +570,8 @@ void G1GCPhaseTimes::print(bool evacuation_failed) {
570
accounted_ms += print_evacuate_optional_collection_set();
571
accounted_ms += print_post_evacuate_collection_set(evacuation_failed);
572
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);
+ assert(_gc_pause_time_ms >= accounted_ms, "GC pause time(%.15lf ms) cannot be "
+ "smaller than the sum of each phase(%.15lf ms).", _gc_pause_time_ms, accounted_ms);
575
576
print_other(accounted_ms);
577
0 commit comments