hotspot/src/share/vm/runtime/globals.hpp
changeset 24110 aa442e0427f5
parent 23534 338d8d86560e
child 24322 c2978d1578e3
child 24435 184615637ad6
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 23 10:12:34 2014 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Apr 23 12:37:36 2014 +0200
@@ -1931,6 +1931,10 @@
           "not just one of the generations (e.g., G1). A value of 0 "       \
           "denotes 'do constant GC cycles'.")                               \
                                                                             \
+  manageable(intx, CMSTriggerInterval, -1,                                  \
+          "Commence a CMS collection cycle (at least) every so many "       \
+          "milliseconds (0 permanently, -1 disabled)")                      \
+                                                                            \
   product(bool, UseCMSInitiatingOccupancyOnly, false,                       \
           "Only use occupancy as a criterion for starting a CMS collection")\
                                                                             \