mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
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:
parent
690e6e149c
commit
f53d569221
6 changed files with 12 additions and 17 deletions
|
@ -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, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue