< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 47819 : imported patch 10.07.open.rebase_20171110.dcubed

@@ -2471,10 +2471,16 @@
           "Print safepoint statistics only when safepoint takes "           \
           "more than PrintSafepointSatisticsTimeout in millis")             \
   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")                                                \
                                                                             \
   product(bool, ClipInlining, true,                                         \
           "Clip inlining if aggregate method exceeds DesiredMethodLimit")   \
< prev index next >