8192810: EnableThreadSMRStatistics should be default off in release builds
Reviewed-by: gtriantafill, coleenp, eosterlund
This commit is contained in:
parent
f4b397b4ba
commit
7c89ccfeb8
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user