--- old/src/hotspot/share/runtime/globals.hpp Tue Nov 14 13:28:07 2017 +++ new/src/hotspot/share/runtime/globals.hpp Tue Nov 14 13:28:06 2017 @@ -2466,6 +2466,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") \ \