changeset 2232:02368ad6c63f

Merge
author trims
date Wed, 16 Feb 2011 17:26:20 -0800
parents e9aa2ca89ad6 (diff) f7702f8c0e25 (current diff)
children f77b3ec064b0
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Feb 14 22:21:18 2011 -0500
+++ b/src/share/vm/runtime/globals.hpp	Wed Feb 16 17:26:20 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 */                                                       \