Skip to content

Commit 8ea369a

Browse files
committedDec 7, 2022
8298171: Missing newline in the example output of -Xlog:help
Reviewed-by: dholmes
1 parent acf96c6 commit 8ea369a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/logging/logConfiguration.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ void LogConfiguration::print_command_line_help(outputStream* out) {
675675
out->print_cr(" -Xlog:disable -Xlog:safepoint=trace:safepointtrace.txt");
676676
out->print_cr("\t Turn off all logging, including warnings and errors,");
677677
out->print_cr("\t and then enable messages tagged with 'safepoint' up to 'trace' level to file 'safepointtrace.txt'.");
678+
out->cr();
678679

679680
out->print_cr(" -Xlog:async -Xlog:gc=debug:file=gc.log -Xlog:safepoint=trace");
680681
out->print_cr("\t Write logs asynchronously. Enable messages tagged with 'safepoint' up to 'trace' level to stdout ");

0 commit comments

Comments
 (0)
Please sign in to comment.