src/share/vm/runtime/globals.hpp

changeset 5459
7b06ae405d7b
parent 5385
ec173c8f3739
child 5461
ca9dedeebdec
equal deleted inserted replaced
5408:2285b4a0a4e6 5459:7b06ae405d7b
1698 \ 1698 \
1699 product(bool, CMSPLABRecordAlways, true, \ 1699 product(bool, CMSPLABRecordAlways, true, \
1700 "Whether to always record survivor space PLAB bdries" \ 1700 "Whether to always record survivor space PLAB bdries" \
1701 " (effective only if CMSParallelSurvivorRemarkEnabled)") \ 1701 " (effective only if CMSParallelSurvivorRemarkEnabled)") \
1702 \ 1702 \
1703 product(bool, CMSEdenChunksRecordAlways, true, \
1704 "Whether to always record eden chunks used for " \
1705 "the parallel initial mark or remark of eden" ) \
1706 \
1707 product(bool, CMSPrintEdenSurvivorChunks, false, \
1708 "Print the eden and the survivor chunks used for the parallel " \
1709 "initial mark or remark of the eden/survivor spaces") \
1710 \
1703 product(bool, CMSConcurrentMTEnabled, true, \ 1711 product(bool, CMSConcurrentMTEnabled, true, \
1704 "Whether multi-threaded concurrent work enabled (if ParNewGC)") \ 1712 "Whether multi-threaded concurrent work enabled (if ParNewGC)") \
1705 \ 1713 \
1706 product(bool, CMSPrecleaningEnabled, true, \ 1714 product(bool, CMSPrecleaningEnabled, true, \
1707 "Whether concurrent precleaning enabled") \ 1715 "Whether concurrent precleaning enabled") \

mercurial