Skip to content

Commit 7895862

Browse files
fweimer-rhFlorian Weimer
authored andcommitted
8229835: Shenandoah should recommend -Xlog:safepoint+stats
Reviewed-by: shade
1 parent cbfcd9c commit 7895862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void ShenandoahPhaseTimings::print_on(outputStream* out) const {
105105
out->cr();
106106
out->print_cr("GC STATISTICS:");
107107
out->print_cr(" \"(G)\" (gross) pauses include VM time: time to notify and block threads, do the pre-");
108-
out->print_cr(" and post-safepoint housekeeping. Use -XX:+PrintSafepointStatistics to dissect.");
108+
out->print_cr(" and post-safepoint housekeeping. Use -Xlog:safepoint+stats to dissect.");
109109
out->print_cr(" \"(N)\" (net) pauses are the times spent in the actual GC code.");
110110
out->print_cr(" \"a\" is average time for each phase, look at levels to see if average makes sense.");
111111
out->print_cr(" \"lvls\" are quantiles: 0%% (minimum), 25%%, 50%% (median), 75%%, 100%% (maximum).");

0 commit comments

Comments
 (0)