# HG changeset patch # User kamg # Date 1297904304 28800 # Node ID e9aa2ca89ad6c53420623d579765f9706ec523d7 # Parent 762bc029de50bc982b15c9a1151afa4ecf49e603 7019718: make error reporting flags product instead of diagnostic Summary: see synopsis Reviewed-by: acorn, coleenp diff -r 762bc029de50 -r e9aa2ca89ad6 src/share/vm/runtime/globals.hpp --- 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 */ \