# HG changeset patch # User rehn # Date 1465910766 -7200 # Tue Jun 14 15:26:06 2016 +0200 # Node ID 5939e023b1978e361579bf166a862f853eebb1c5 # Parent da7822cf01c2830b61625d8f96bf0b80b7aa8c00 [mq]: 8154106 diff --git a/src/share/vm/logging/logConfiguration.cpp b/src/share/vm/logging/logConfiguration.cpp --- a/src/share/vm/logging/logConfiguration.cpp +++ b/src/share/vm/logging/logConfiguration.cpp @@ -484,13 +484,13 @@ " -Xlog:gc::uptime,tid\n" "\t Log messages tagged with 'gc' tag using 'info' level to output 'stdout', using 'uptime' and 'tid' decorations.\n\n" - " -Xlog:gc*=info,rt*=off\n" - "\t Log messages tagged with at least 'gc' using 'info' level, but turn off logging of messages tagged with 'rt'.\n" - "\t (Messages tagged with both 'gc' and 'rt' will not be logged.)\n\n" + " -Xlog:gc*=info,safepoint*=off\n" + "\t Log messages tagged with at least 'gc' using 'info' level, but turn off logging of messages tagged with 'safepoint'.\n" + "\t (Messages tagged with both 'gc' and 'safepoint' will not be logged.)\n\n" - " -Xlog:disable -Xlog:rt=trace:rttrace.txt\n" + " -Xlog:disable -Xlog:safepoint=trace:safepointtrace.txt\n" "\t Turn off all logging, including warnings and errors,\n" - "\t and then enable messages tagged with 'rt' using 'trace' level to file 'rttrace.txt'.\n"); + "\t and then enable messages tagged with 'safepoint' using 'trace' level to file 'safepointtrace.txt'.\n"); } void LogConfiguration::rotate_all_outputs() {