comparison src/share/vm/runtime/globals.hpp @ 300:bfcb639d5bca

6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113. Reviewed-by: jmasa, poonam, tonyp
author ysr
date Wed, 20 Aug 2008 15:41:36 -0700
parents 850fdf70db2b
children 93befa083681 2564c620fa42
comparison
equal deleted inserted replaced
299:331eaa715e58 300:bfcb639d5bca
1441 \ 1441 \
1442 product(uintx, CMSPrecleanDenominator, 3, \ 1442 product(uintx, CMSPrecleanDenominator, 3, \
1443 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \ 1443 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \
1444 " ratio") \ 1444 " ratio") \
1445 \ 1445 \
1446 product(bool, CMSPrecleanRefLists1, true, \ 1446 product(bool, CMSPrecleanRefLists1, false, \
1447 "Preclean ref lists during (initial) preclean phase") \ 1447 "Preclean ref lists during (initial) preclean phase") \
1448 \ 1448 \
1449 product(bool, CMSPrecleanRefLists2, false, \ 1449 product(bool, CMSPrecleanRefLists2, false, \
1450 "Preclean ref lists during abortable preclean phase") \ 1450 "Preclean ref lists during abortable preclean phase") \
1451 \ 1451 \