changeset 2209:e9aa2ca89ad6 hs21-b02 jdk7-b130

7019718: make error reporting flags product instead of diagnostic Summary: see synopsis Reviewed-by: acorn, coleenp
author kamg
date Wed, 16 Feb 2011 16:58:24 -0800
parents 762bc029de50
children 0a2ecf4cc384 02368ad6c63f
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Feb 16 16:58:24 2011 -0800
@@ -3658,10 +3658,10 @@
   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 */                                                       \