hotspot/src/share/vm/runtime/globals.hpp
changeset 22825 387266cb8b98
parent 22824 28258dd5cb2e
parent 18997 1e0cf7cd4ab0
child 22827 07d991d45a51
equal deleted inserted replaced
22824:28258dd5cb2e 22825:387266cb8b98
  1686           "Size (in cards) of CMS concurrent MT marking task")              \
  1686           "Size (in cards) of CMS concurrent MT marking task")              \
  1687                                                                             \
  1687                                                                             \
  1688   product(bool, CMSAbortSemantics, false,                                   \
  1688   product(bool, CMSAbortSemantics, false,                                   \
  1689           "Whether abort-on-overflow semantics is implemented")             \
  1689           "Whether abort-on-overflow semantics is implemented")             \
  1690                                                                             \
  1690                                                                             \
       
  1691   product(bool, CMSParallelInitialMarkEnabled, true,                        \
       
  1692           "Use the parallel initial mark.")                                 \
       
  1693                                                                             \
  1691   product(bool, CMSParallelRemarkEnabled, true,                             \
  1694   product(bool, CMSParallelRemarkEnabled, true,                             \
  1692           "Whether parallel remark enabled (only if ParNewGC)")             \
  1695           "Whether parallel remark enabled (only if ParNewGC)")             \
  1693                                                                             \
  1696                                                                             \
  1694   product(bool, CMSParallelSurvivorRemarkEnabled, true,                     \
  1697   product(bool, CMSParallelSurvivorRemarkEnabled, true,                     \
  1695           "Whether parallel remark of survivor space"                       \
  1698           "Whether parallel remark of survivor space"                       \
  1696           " enabled (effective only if CMSParallelRemarkEnabled)")          \
  1699           " enabled (effective only if CMSParallelRemarkEnabled)")          \
  1697                                                                             \
  1700                                                                             \
  1698   product(bool, CMSPLABRecordAlways, true,                                  \
  1701   product(bool, CMSPLABRecordAlways, true,                                  \
  1699           "Whether to always record survivor space PLAB bdries"             \
  1702           "Whether to always record survivor space PLAB bdries"             \
  1700           " (effective only if CMSParallelSurvivorRemarkEnabled)")          \
  1703           " (effective only if CMSParallelSurvivorRemarkEnabled)")          \
       
  1704                                                                             \
       
  1705   product(bool, CMSEdenChunksRecordAlways, true,                            \
       
  1706           "Whether to always record eden chunks used for "                  \
       
  1707           "the parallel initial mark or remark of eden" )                   \
       
  1708                                                                             \
       
  1709   product(bool, CMSPrintEdenSurvivorChunks, false,                          \
       
  1710           "Print the eden and the survivor chunks used for the parallel "   \
       
  1711           "initial mark or remark of the eden/survivor spaces")             \
  1701                                                                             \
  1712                                                                             \
  1702   product(bool, CMSConcurrentMTEnabled, true,                               \
  1713   product(bool, CMSConcurrentMTEnabled, true,                               \
  1703           "Whether multi-threaded concurrent work enabled (if ParNewGC)")   \
  1714           "Whether multi-threaded concurrent work enabled (if ParNewGC)")   \
  1704                                                                             \
  1715                                                                             \
  1705   product(bool, CMSPrecleaningEnabled, true,                                \
  1716   product(bool, CMSPrecleaningEnabled, true,                                \