comparison src/share/vm/runtime/globals.hpp @ 11975:ca9dedeebdec

6412968: CMS Long initial mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
author jmasa
date Thu, 25 Jul 2013 11:07:23 -0700
parents 7b06ae405d7b
children 8796fd3ac898
comparison
equal deleted inserted replaced
11974:fb7010c7c011 11975:ca9dedeebdec
1687 "Size (in cards) of CMS concurrent MT marking task") \ 1687 "Size (in cards) of CMS concurrent MT marking task") \
1688 \ 1688 \
1689 product(bool, CMSAbortSemantics, false, \ 1689 product(bool, CMSAbortSemantics, false, \
1690 "Whether abort-on-overflow semantics is implemented") \ 1690 "Whether abort-on-overflow semantics is implemented") \
1691 \ 1691 \
1692 product(bool, CMSParallelInitialMarkEnabled, true, \
1693 "Use the parallel initial mark.") \
1694 \
1692 product(bool, CMSParallelRemarkEnabled, true, \ 1695 product(bool, CMSParallelRemarkEnabled, true, \
1693 "Whether parallel remark enabled (only if ParNewGC)") \ 1696 "Whether parallel remark enabled (only if ParNewGC)") \
1694 \ 1697 \
1695 product(bool, CMSParallelSurvivorRemarkEnabled, true, \ 1698 product(bool, CMSParallelSurvivorRemarkEnabled, true, \
1696 "Whether parallel remark of survivor space" \ 1699 "Whether parallel remark of survivor space" \