mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 23:36:18 +00:00
8298171: Missing newline in the example output of -Xlog:help
Reviewed-by: dholmes
This commit is contained in:
parent
acf96c64b7
commit
8ea369afe6
@ -675,6 +675,7 @@ void LogConfiguration::print_command_line_help(outputStream* out) {
|
||||
out->print_cr(" -Xlog:disable -Xlog:safepoint=trace:safepointtrace.txt");
|
||||
out->print_cr("\t Turn off all logging, including warnings and errors,");
|
||||
out->print_cr("\t and then enable messages tagged with 'safepoint' up to 'trace' level to file 'safepointtrace.txt'.");
|
||||
out->cr();
|
||||
|
||||
out->print_cr(" -Xlog:async -Xlog:gc=debug:file=gc.log -Xlog:safepoint=trace");
|
||||
out->print_cr("\t Write logs asynchronously. Enable messages tagged with 'safepoint' up to 'trace' level to stdout ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user