hotspot/src/share/vm/runtime/globals.hpp
changeset 8124 70ed6d8368bc
parent 8119 81eef1b06988
child 8313 06ce193c8a5f
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/hotspot/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 */                                                       \