提交 3f593dd9 编写于 作者: K kamg

7019718: make error reporting flags product instead of diagnostic

Summary: see synopsis
Reviewed-by: acorn, coleenp
上级 3c6c1c53
...@@ -3658,10 +3658,10 @@ class CommandLineFlags { ...@@ -3658,10 +3658,10 @@ class CommandLineFlags {
manageable(bool, PrintConcurrentLocks, false, \ manageable(bool, PrintConcurrentLocks, false, \
"Print java.util.concurrent locks in thread dump") \ "Print java.util.concurrent locks in thread dump") \
\ \
diagnostic(bool, TransmitErrorReport, false, \ product(bool, TransmitErrorReport, false, \
"Enable error report transmission on erroneous termination") \ "Enable error report transmission on erroneous termination") \
\ \
diagnostic(ccstr, ErrorReportServer, NULL, \ product(ccstr, ErrorReportServer, NULL, \
"Override built-in error report server address") \ "Override built-in error report server address") \
\ \
/* Shared spaces */ \ /* Shared spaces */ \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册