aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamg <none@none>2011-02-16 16:58:24 -0800
committerkamg <none@none>2011-02-16 16:58:24 -0800
commit0ce4c09ffddd69d0f18d75f98bd637517d0d7887 (patch)
treeef7c299d6f021781fcb178d8dac883dffae4d462
parentc611e65f2f85ea27c25e83a2e20b9862c8790a98 (diff)
7019718: make error reporting flags product instead of diagnosticjdk7-b130hs21-b02
Summary: see synopsis Reviewed-by: acorn, coleenp
-rw-r--r--src/share/vm/runtime/globals.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp
index e900b6ce8..3b9297499 100644
--- a/src/share/vm/runtime/globals.hpp
+++ b/src/share/vm/runtime/globals.hpp
@@ -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 */ \