Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/runtime/globals.hpp
          +++ new/src/share/vm/runtime/globals.hpp
↓ open down ↓ 1689 lines elided ↑ open up ↑
1690 1690                                                                              \
1691 1691    product(uintx, CMSConcMarkMultiple, 32,                                   \
1692 1692            "Size (in cards) of CMS concurrent MT marking task")              \
1693 1693                                                                              \
1694 1694    product(uintx, CMSRevisitStackSize, 1*M,                                  \
1695 1695            "Size of CMS KlassKlass revisit stack")                           \
1696 1696                                                                              \
1697 1697    product(bool, CMSAbortSemantics, false,                                   \
1698 1698            "Whether abort-on-overflow semantics is implemented")             \
1699 1699                                                                              \
     1700 +  product(bool, CMSParallelInitialMarkEnabled, false,                       \
     1701 +          "Use the parallel initial mark.")                                 \
     1702 +                                                                            \
1700 1703    product(bool, CMSParallelRemarkEnabled, true,                             \
1701 1704            "Whether parallel remark enabled (only if ParNewGC)")             \
1702 1705                                                                              \
1703 1706    product(bool, CMSParallelSurvivorRemarkEnabled, true,                     \
1704 1707            "Whether parallel remark of survivor space"                       \
1705 1708            " enabled (effective only if CMSParallelRemarkEnabled)")          \
1706 1709                                                                              \
1707 1710    product(bool, CMSPLABRecordAlways, true,                                  \
1708 1711            "Whether to always record survivor space PLAB bdries"             \
1709 1712            " (effective only if CMSParallelSurvivorRemarkEnabled)")          \
1710 1713                                                                              \
     1714 +  product(bool, CMSEdenChunksRecordAlways, false,                           \
     1715 +          "Whether to always record eden chunks used for "                  \
     1716 +          "the parallel initial mark or remark of eden" )                   \
     1717 +                                                                            \
     1718 +  product(bool, CMSPrintEdenSurvivorChunks, false,                          \
     1719 +          "Print the eden and the survivor chunks used for the parallel "   \
     1720 +          "initial mark or remark of the eden/survivor spaces")             \
     1721 +                                                                            \
1711 1722    product(bool, CMSConcurrentMTEnabled, true,                               \
1712 1723            "Whether multi-threaded concurrent work enabled (if ParNewGC)")   \
1713 1724                                                                              \
1714 1725    product(bool, CMSPermGenPrecleaningEnabled, true,                         \
1715 1726            "Whether concurrent precleaning enabled in perm gen"              \
1716 1727            " (effective only when CMSPrecleaningEnabled is true)")           \
1717 1728                                                                              \
1718 1729    product(bool, CMSPrecleaningEnabled, true,                                \
1719 1730            "Whether concurrent precleaning enabled")                         \
1720 1731                                                                              \
↓ open down ↓ 1999 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX