7019718: make error reporting flags product instead of diagnostic

See synopsis

Reviewed-by: acorn, coleenp
This commit is contained in:
Keith McGuigan 2011-02-16 16:58:24 -08:00
parent 72ec986b22
commit c2ea25db39

View File

@ -3658,10 +3658,10 @@ class CommandLineFlags {
manageable(bool, PrintConcurrentLocks, false, \
"Print java.util.concurrent locks in thread dump") \
\
diagnostic(bool, TransmitErrorReport, false, \
product(bool, TransmitErrorReport, false, \
"Enable error report transmission on erroneous termination") \
\
diagnostic(ccstr, ErrorReportServer, NULL, \
product(ccstr, ErrorReportServer, NULL, \
"Override built-in error report server address") \
\
/* Shared spaces */ \