comparison src/share/vm/runtime/globals.hpp @ 11973:7b06ae405d7b

6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
author jmasa
date Tue, 23 Jul 2013 09:49:11 -0700
parents ec173c8f3739
children ca9dedeebdec
comparison
equal deleted inserted replaced
11135:2285b4a0a4e6 11973: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") \