hotspot/src/share/vm/runtime/globals.hpp
changeset 11396 917d8673b5ef
parent 11201 43efb25e1710
child 11398 d68bb6ceb0d7
equal deleted inserted replaced
11395:33260c27554b 11396:917d8673b5ef
  1549           "we simulate overflow; a smaller number increases frequency")     \
  1549           "we simulate overflow; a smaller number increases frequency")     \
  1550                                                                             \
  1550                                                                             \
  1551   product(uintx, ParGCDesiredObjsFromOverflowList, 20,                      \
  1551   product(uintx, ParGCDesiredObjsFromOverflowList, 20,                      \
  1552           "The desired number of objects to claim from the overflow list")  \
  1552           "The desired number of objects to claim from the overflow list")  \
  1553                                                                             \
  1553                                                                             \
  1554   diagnostic(intx, ParGCStridesPerThread, 2,                                \
  1554   diagnostic(uintx, ParGCStridesPerThread, 2,                               \
  1555           "The number of strides per worker thread that we divide up the "  \
  1555           "The number of strides per worker thread that we divide up the "  \
  1556           "card table scanning work into")                                  \
  1556           "card table scanning work into")                                  \
  1557                                                                             \
  1557                                                                             \
  1558   diagnostic(intx, ParGCCardsPerStrideChunk, 256,                           \
  1558   diagnostic(intx, ParGCCardsPerStrideChunk, 256,                           \
  1559           "The number of cards in each chunk of the parallel chunks used "  \
  1559           "The number of cards in each chunk of the parallel chunks used "  \