8192810: EnableThreadSMRStatistics should be default off in release builds

Reviewed-by: gtriantafill, coleenp, eosterlund
This commit is contained in:
Daniel D. Daugherty 2017-12-01 11:00:46 -05:00
parent f4b397b4ba
commit 7c89ccfeb8

View File

@ -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, \