diff -r 513e0b467a92 -r 8d15b1369c7a src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Wed Nov 22 14:31:48 2017 -0500 +++ b/src/hotspot/share/runtime/globals.hpp Wed Nov 22 17:54:50 2017 -0800 @@ -2484,6 +2484,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") \ \