comparison src/share/vm/runtime/globals.hpp @ 1777:179464550c7d

6983930: CMS: Various small cleanups ca September 2010 Summary: Fixed comment/documentation typos; converted some guarantee()s to assert()s. Reviewed-by: jmasa
author ysr
date Fri, 10 Sep 2010 17:07:55 -0700
parents b4099f5786da
children eeade8e89248
comparison
equal deleted inserted replaced
1767:dee553c74493 1777:179464550c7d
1539 \ 1539 \
1540 develop(intx, CMSDictionaryChoice, 0, \ 1540 develop(intx, CMSDictionaryChoice, 0, \
1541 "Use BinaryTreeDictionary as default in the CMS generation") \ 1541 "Use BinaryTreeDictionary as default in the CMS generation") \
1542 \ 1542 \
1543 product(uintx, CMSIndexedFreeListReplenish, 4, \ 1543 product(uintx, CMSIndexedFreeListReplenish, 4, \
1544 "Replenish and indexed free list with this number of chunks") \ 1544 "Replenish an indexed free list with this number of chunks") \
1545 \ 1545 \
1546 product(bool, CMSReplenishIntermediate, true, \ 1546 product(bool, CMSReplenishIntermediate, true, \
1547 "Replenish all intermediate free-list caches") \ 1547 "Replenish all intermediate free-list caches") \
1548 \ 1548 \
1549 product(bool, CMSSplitIndexedFreeListBlocks, true, \ 1549 product(bool, CMSSplitIndexedFreeListBlocks, true, \
1550 "When satisfying batched demand, splot blocks from the " \ 1550 "When satisfying batched demand, split blocks from the " \
1551 "IndexedFreeList whose size is a multiple of requested size") \ 1551 "IndexedFreeList whose size is a multiple of requested size") \
1552 \ 1552 \
1553 product(bool, CMSLoopWarn, false, \ 1553 product(bool, CMSLoopWarn, false, \
1554 "Warn in case of excessive CMS looping") \ 1554 "Warn in case of excessive CMS looping") \
1555 \ 1555 \