提交 3f7b044b 编写于 作者: J johnc

7040410: -Xloggc:<file> incorrectly enables TraceClassUnloading causing tracing on tty

Summary: Don't enable TraceClassUnloading whne -Xloggc is specified.
Reviewed-by: tonyp, ysr
上级 844c6e0c
...@@ -2376,7 +2376,6 @@ jint Arguments::parse_each_vm_init_arg(const JavaVMInitArgs* args, ...@@ -2376,7 +2376,6 @@ jint Arguments::parse_each_vm_init_arg(const JavaVMInitArgs* args,
_gc_log_filename = strdup(tail); _gc_log_filename = strdup(tail);
FLAG_SET_CMDLINE(bool, PrintGC, true); FLAG_SET_CMDLINE(bool, PrintGC, true);
FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true); FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true);
FLAG_SET_CMDLINE(bool, TraceClassUnloading, true);
// JNI hooks // JNI hooks
} else if (match_option(option, "-Xcheck", &tail)) { } else if (match_option(option, "-Xcheck", &tail)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册