comparison src/share/vm/runtime/globals.hpp @ 357:2564c620fa42

Merge
author tonyp
date Thu, 21 Aug 2008 23:38:19 -0400
parents 1ee8caae33af bfcb639d5bca
children 032ddb9432ad
comparison
equal deleted inserted replaced
356:1ee8caae33af 357:2564c620fa42
1468 \ 1468 \
1469 product(uintx, CMSPrecleanDenominator, 3, \ 1469 product(uintx, CMSPrecleanDenominator, 3, \
1470 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \ 1470 "CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \
1471 " ratio") \ 1471 " ratio") \
1472 \ 1472 \
1473 product(bool, CMSPrecleanRefLists1, true, \ 1473 product(bool, CMSPrecleanRefLists1, false, \
1474 "Preclean ref lists during (initial) preclean phase") \ 1474 "Preclean ref lists during (initial) preclean phase") \
1475 \ 1475 \
1476 product(bool, CMSPrecleanRefLists2, false, \ 1476 product(bool, CMSPrecleanRefLists2, false, \
1477 "Preclean ref lists during abortable preclean phase") \ 1477 "Preclean ref lists during abortable preclean phase") \
1478 \ 1478 \