src/share/vm/runtime/globals.hpp

changeset 2132
179464550c7d
parent 2104
b4099f5786da
child 2133
eeade8e89248
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Sep 01 00:40:05 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Sep 10 17:07:55 2010 -0700
     1.3 @@ -1541,13 +1541,13 @@
     1.4            "Use BinaryTreeDictionary as default in the CMS generation")      \
     1.5                                                                              \
     1.6    product(uintx, CMSIndexedFreeListReplenish, 4,                            \
     1.7 -          "Replenish and indexed free list with this number of chunks")     \
     1.8 +          "Replenish an indexed free list with this number of chunks")     \
     1.9                                                                              \
    1.10    product(bool, CMSReplenishIntermediate, true,                             \
    1.11            "Replenish all intermediate free-list caches")                    \
    1.12                                                                              \
    1.13    product(bool, CMSSplitIndexedFreeListBlocks, true,                        \
    1.14 -          "When satisfying batched demand, splot blocks from the "          \
    1.15 +          "When satisfying batched demand, split blocks from the "          \
    1.16            "IndexedFreeList whose size is a multiple of requested size")     \
    1.17                                                                              \
    1.18    product(bool, CMSLoopWarn, false,                                         \

mercurial