# HG changeset patch # User dcubed # Date 1512144046 18000 # Node ID aed61a8ce8f9f87c3b8e8fa9fc819cc3730d8aa4 # Parent ee8e37f857753a9a3890dfba0099345dad9d9652 8192810: EnableThreadSMRStatistics should be default off in release builds Reviewed-by: gtriantafill, coleenp, eosterlund diff -r ee8e37f85775 -r aed61a8ce8f9 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, \