mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7019718: make error reporting flags product instead of diagnostic
See synopsis Reviewed-by: acorn, coleenp
This commit is contained in:
parent
72ec986b22
commit
c2ea25db39
1 changed files with 2 additions and 2 deletions
|
@ -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 */ \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue