src/share/vm/runtime/globals.hpp

changeset 6459
b55e4bd0389e
parent 6458
ec28f9c041ff
parent 5462
8796fd3ac898
child 6461
bdd155477289
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Aug 02 16:46:45 2013 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Aug 16 16:23:01 2013 -0700
     1.3 @@ -1688,6 +1688,9 @@
     1.4    product(bool, CMSAbortSemantics, false,                                   \
     1.5            "Whether abort-on-overflow semantics is implemented")             \
     1.6                                                                              \
     1.7 +  product(bool, CMSParallelInitialMarkEnabled, true,                        \
     1.8 +          "Use the parallel initial mark.")                                 \
     1.9 +                                                                            \
    1.10    product(bool, CMSParallelRemarkEnabled, true,                             \
    1.11            "Whether parallel remark enabled (only if ParNewGC)")             \
    1.12                                                                              \
    1.13 @@ -1699,6 +1702,14 @@
    1.14            "Whether to always record survivor space PLAB bdries"             \
    1.15            " (effective only if CMSParallelSurvivorRemarkEnabled)")          \
    1.16                                                                              \
    1.17 +  product(bool, CMSEdenChunksRecordAlways, true,                            \
    1.18 +          "Whether to always record eden chunks used for "                  \
    1.19 +          "the parallel initial mark or remark of eden" )                   \
    1.20 +                                                                            \
    1.21 +  product(bool, CMSPrintEdenSurvivorChunks, false,                          \
    1.22 +          "Print the eden and the survivor chunks used for the parallel "   \
    1.23 +          "initial mark or remark of the eden/survivor spaces")             \
    1.24 +                                                                            \
    1.25    product(bool, CMSConcurrentMTEnabled, true,                               \
    1.26            "Whether multi-threaded concurrent work enabled (if ParNewGC)")   \
    1.27                                                                              \

mercurial