diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp index e900b6ce8e2e992d564a170bdd3d633b4585a07b..3b929749907899fcd2f9349354f4b3316c173821 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 */ \