--- old/src/hotspot/share/runtime/globals.hpp Sat Nov 18 16:56:00 2017 +++ new/src/hotspot/share/runtime/globals.hpp Sat Nov 18 16:55:59 2017 @@ -2473,6 +2473,12 @@ LP64_ONLY(range(-1, max_intx/MICROUNITS)) \ NOT_LP64(range(-1, max_intx)) \ \ + diagnostic(bool, EnableThreadSMRExtraValidityChecks, true, \ + "Enable Thread SMR extra validity checks") \ + \ + diagnostic(bool, EnableThreadSMRStatistics, true, \ + "Enable Thread SMR Statistics") \ + \ product(bool, Inline, true, \ "Enable inlining") \ \