# HG changeset patch # User johnc # Date 1304029758 25200 # Node ID da0fffdcc453008ea932a5b59e78f5ab6f668cec # Parent 86ebb26bcdeb46a0c46b74ec9fb57ea713cecd21 7040410: -Xloggc: incorrectly enables TraceClassUnloading causing tracing on tty Summary: Don't enable TraceClassUnloading whne -Xloggc is specified. Reviewed-by: tonyp, ysr diff -r 86ebb26bcdeb -r da0fffdcc453 src/share/vm/runtime/arguments.cpp --- a/src/share/vm/runtime/arguments.cpp Wed Apr 27 14:40:41 2011 -0700 +++ b/src/share/vm/runtime/arguments.cpp Thu Apr 28 15:29:18 2011 -0700 @@ -2376,7 +2376,6 @@ _gc_log_filename = strdup(tail); FLAG_SET_CMDLINE(bool, PrintGC, true); FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true); - FLAG_SET_CMDLINE(bool, TraceClassUnloading, true); // JNI hooks } else if (match_option(option, "-Xcheck", &tail)) {