8192810: EnableThreadSMRStatistics should be default off in release builds
authordcubed
Fri, 01 Dec 2017 11:00:46 -0500
changeset 48184 aed61a8ce8f9
parent 48183 ee8e37f85775
child 48185 d5610f86423f
child 48188 531ce8ceafea
8192810: EnableThreadSMRStatistics should be default off in release builds Reviewed-by: gtriantafill, coleenp, eosterlund
src/hotspot/share/runtime/globals.hpp
--- a/src/hotspot/share/runtime/globals.hpp	Fri Dec 01 18:24:52 2017 +0300
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Dec 01 11:00:46 2017 -0500
@@ -2488,7 +2488,7 @@
   diagnostic(bool, EnableThreadSMRExtraValidityChecks, true,                \
              "Enable Thread SMR extra validity checks")                     \
                                                                             \
-  diagnostic(bool, EnableThreadSMRStatistics, true,                         \
+  diagnostic(bool, EnableThreadSMRStatistics, trueInDebug,                  \
              "Enable Thread SMR Statistics")                                \
                                                                             \
   product(bool, Inline, true,                                               \