diff src/share/vm/runtime/globals.hpp @ 20326:da00a41842a5

8038265: CMS: enable time based triggering of concurrent cycles Reviewed-by: mgerdin, brutisso Contributed-by: michal@frajt.eu
author brutisso
date Wed, 23 Apr 2014 12:37:36 +0200
parents 8ae0d26ab728
children 833b0f92429a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Aug 15 11:39:29 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Apr 23 12:37:36 2014 +0200
@@ -1945,6 +1945,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")\
                                                                             \