mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8192810: EnableThreadSMRStatistics should be default off in release builds
Reviewed-by: gtriantafill, coleenp, eosterlund
This commit is contained in:
parent
f4b397b4ba
commit
7c89ccfeb8
1 changed files with 1 additions and 1 deletions
|
@ -2488,7 +2488,7 @@ public:
|
||||||
diagnostic(bool, EnableThreadSMRExtraValidityChecks, true, \
|
diagnostic(bool, EnableThreadSMRExtraValidityChecks, true, \
|
||||||
"Enable Thread SMR extra validity checks") \
|
"Enable Thread SMR extra validity checks") \
|
||||||
\
|
\
|
||||||
diagnostic(bool, EnableThreadSMRStatistics, true, \
|
diagnostic(bool, EnableThreadSMRStatistics, trueInDebug, \
|
||||||
"Enable Thread SMR Statistics") \
|
"Enable Thread SMR Statistics") \
|
||||||
\
|
\
|
||||||
product(bool, Inline, true, \
|
product(bool, Inline, true, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue