src/share/vm/runtime/globals.hpp

changeset 7040
da00a41842a5
parent 7038
8ae0d26ab728
child 7074
833b0f92429a
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Aug 15 11:39:29 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Apr 23 12:37:36 2014 +0200
     1.3 @@ -1945,6 +1945,10 @@
     1.4            "not just one of the generations (e.g., G1). A value of 0 "       \
     1.5            "denotes 'do constant GC cycles'.")                               \
     1.6                                                                              \
     1.7 +  manageable(intx, CMSTriggerInterval, -1,                                  \
     1.8 +          "Commence a CMS collection cycle (at least) every so many "       \
     1.9 +          "milliseconds (0 permanently, -1 disabled)")                      \
    1.10 +                                                                            \
    1.11    product(bool, UseCMSInitiatingOccupancyOnly, false,                       \
    1.12            "Only use occupancy as a criterion for starting a CMS collection")\
    1.13                                                                              \

mercurial