6983930: CMS: Various small cleanups ca September 2010

Fixed comment/documentation typos; converted some guarantee()s to assert()s.

Reviewed-by: jmasa
This commit is contained in:
Y. Srinivas Ramakrishna 2010-09-10 17:07:55 -07:00
parent 690e6e149c
commit f53d569221
6 changed files with 12 additions and 17 deletions

View file

@ -1541,13 +1541,13 @@ class CommandLineFlags {
"Use BinaryTreeDictionary as default in the CMS generation") \
\
product(uintx, CMSIndexedFreeListReplenish, 4, \
"Replenish and indexed free list with this number of chunks") \
"Replenish an indexed free list with this number of chunks") \
\
product(bool, CMSReplenishIntermediate, true, \
"Replenish all intermediate free-list caches") \
\
product(bool, CMSSplitIndexedFreeListBlocks, true, \
"When satisfying batched demand, splot blocks from the " \
"When satisfying batched demand, split blocks from the " \
"IndexedFreeList whose size is a multiple of requested size") \
\
product(bool, CMSLoopWarn, false, \