From 7c89ccfeb81e768c10bcdb265bc727934fc7f66c Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Fri, 1 Dec 2017 11:00:46 -0500 Subject: [PATCH] 8192810: EnableThreadSMRStatistics should be default off in release builds Reviewed-by: gtriantafill, coleenp, eosterlund --- src/hotspot/share/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \