hotspot/src/share/vm/runtime/globals.hpp
changeset 1389 854d473cbd9c
parent 1388 3677f5f3d66b
parent 1062 e13fc5f9d15c
child 1395 145f3dce244e
equal deleted inserted replaced
1388:3677f5f3d66b 1389:854d473cbd9c
  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                                                                             \