--- old/src/hotspot/share/runtime/globals.hpp Wed Nov 8 09:06:16 2017 +++ new/src/hotspot/share/runtime/globals.hpp Wed Nov 8 09:06:15 2017 @@ -2478,6 +2478,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") \ \