diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 10183f60dcf..ad4b27a3b0b 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -2488,7 +2488,7 @@ public: 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, \