comparison src/share/vm/runtime/globals.hpp @ 12039:3cce976666d9

Merge hs25-b46
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 10 Oct 2013 14:20:04 +0200
parents 91e5f927af63 8796fd3ac898
children 58fc8e2b7b6d
comparison
equal deleted inserted replaced
11958:a0f5be106e67 12039:3cce976666d9
1704 "Size (in cards) of CMS concurrent MT marking task") \ 1704 "Size (in cards) of CMS concurrent MT marking task") \
1705 \ 1705 \
1706 product(bool, CMSAbortSemantics, false, \ 1706 product(bool, CMSAbortSemantics, false, \
1707 "Whether abort-on-overflow semantics is implemented") \ 1707 "Whether abort-on-overflow semantics is implemented") \
1708 \ 1708 \
1709 product(bool, CMSParallelInitialMarkEnabled, true, \
1710 "Use the parallel initial mark.") \
1711 \
1709 product(bool, CMSParallelRemarkEnabled, true, \ 1712 product(bool, CMSParallelRemarkEnabled, true, \
1710 "Whether parallel remark enabled (only if ParNewGC)") \ 1713 "Whether parallel remark enabled (only if ParNewGC)") \
1711 \ 1714 \
1712 product(bool, CMSParallelSurvivorRemarkEnabled, true, \ 1715 product(bool, CMSParallelSurvivorRemarkEnabled, true, \
1713 "Whether parallel remark of survivor space" \ 1716 "Whether parallel remark of survivor space" \
1714 " enabled (effective only if CMSParallelRemarkEnabled)") \ 1717 " enabled (effective only if CMSParallelRemarkEnabled)") \
1715 \ 1718 \
1716 product(bool, CMSPLABRecordAlways, true, \ 1719 product(bool, CMSPLABRecordAlways, true, \
1717 "Whether to always record survivor space PLAB bdries" \ 1720 "Whether to always record survivor space PLAB bdries" \
1718 " (effective only if CMSParallelSurvivorRemarkEnabled)") \ 1721 " (effective only if CMSParallelSurvivorRemarkEnabled)") \
1722 \
1723 product(bool, CMSEdenChunksRecordAlways, true, \
1724 "Whether to always record eden chunks used for " \
1725 "the parallel initial mark or remark of eden" ) \
1726 \
1727 product(bool, CMSPrintEdenSurvivorChunks, false, \
1728 "Print the eden and the survivor chunks used for the parallel " \
1729 "initial mark or remark of the eden/survivor spaces") \
1719 \ 1730 \
1720 product(bool, CMSConcurrentMTEnabled, true, \ 1731 product(bool, CMSConcurrentMTEnabled, true, \
1721 "Whether multi-threaded concurrent work enabled (if ParNewGC)") \ 1732 "Whether multi-threaded concurrent work enabled (if ParNewGC)") \
1722 \ 1733 \
1723 product(bool, CMSPrecleaningEnabled, true, \ 1734 product(bool, CMSPrecleaningEnabled, true, \