comparison src/share/vm/runtime/globals.hpp @ 455:434912c745cf

Merge
author iveresov
date Wed, 26 Nov 2008 09:24:57 -0800
parents 171e581e8161 00b023ae2d78
children 85f1b9537f70 7a018855d2f0
comparison
equal deleted inserted replaced
451:a60eabc24e2c 455:434912c745cf
1472 \ 1472 \
1473 product(uintx, CMSPrecleanDenominator, 3, \ 1473 product(uintx, CMSPrecleanDenominator, 3, \
1474 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \ 1474 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \
1475 " ratio") \ 1475 " ratio") \
1476 \ 1476 \
1477 product(bool, CMSPrecleanRefLists1, false, \ 1477 product(bool, CMSPrecleanRefLists1, true, \
1478 "Preclean ref lists during (initial) preclean phase") \ 1478 "Preclean ref lists during (initial) preclean phase") \
1479 \ 1479 \
1480 product(bool, CMSPrecleanRefLists2, false, \ 1480 product(bool, CMSPrecleanRefLists2, false, \
1481 "Preclean ref lists during abortable preclean phase") \ 1481 "Preclean ref lists during abortable preclean phase") \
1482 \ 1482 \