comparison src/share/vm/runtime/globals.hpp @ 3255:5d046bf49ce7

Merge
author johnc
date Thu, 14 Apr 2011 13:45:41 -0700
parents 6c97c830fb6f f177ddd59c60
children 286c498ae0d4 a1d5f532838d 277d0f6ca64d
comparison
equal deleted inserted replaced
2468:6c97c830fb6f 3255:5d046bf49ce7
1353 "Use the Parallel Scavenge garbage collector") \ 1353 "Use the Parallel Scavenge garbage collector") \
1354 \ 1354 \
1355 product(bool, UseParallelOldGC, false, \ 1355 product(bool, UseParallelOldGC, false, \
1356 "Use the Parallel Old garbage collector") \ 1356 "Use the Parallel Old garbage collector") \
1357 \ 1357 \
1358 product(bool, UseParallelOldGCCompacting, true, \
1359 "In the Parallel Old garbage collector use parallel compaction") \
1360 \
1361 product(bool, UseParallelDensePrefixUpdate, true, \
1362 "In the Parallel Old garbage collector use parallel dense" \
1363 " prefix update") \
1364 \
1365 product(uintx, HeapMaximumCompactionInterval, 20, \ 1358 product(uintx, HeapMaximumCompactionInterval, 20, \
1366 "How often should we maximally compact the heap (not allowing " \ 1359 "How often should we maximally compact the heap (not allowing " \
1367 "any dead space)") \ 1360 "any dead space)") \
1368 \ 1361 \
1369 product(uintx, HeapFirstMaximumCompactionCount, 3, \ 1362 product(uintx, HeapFirstMaximumCompactionCount, 3, \
1378 "limiter (a number between 0-100).") \ 1371 "limiter (a number between 0-100).") \
1379 \ 1372 \
1380 product(uintx, ParallelOldDeadWoodLimiterStdDev, 80, \ 1373 product(uintx, ParallelOldDeadWoodLimiterStdDev, 80, \
1381 "The standard deviation used by the par compact dead wood" \ 1374 "The standard deviation used by the par compact dead wood" \
1382 "limiter (a number between 0-100).") \ 1375 "limiter (a number between 0-100).") \
1383 \
1384 product(bool, UseParallelOldGCDensePrefix, true, \
1385 "Use a dense prefix with the Parallel Old garbage collector") \
1386 \ 1376 \
1387 product(uintx, ParallelGCThreads, 0, \ 1377 product(uintx, ParallelGCThreads, 0, \
1388 "Number of parallel threads parallel gc will use") \ 1378 "Number of parallel threads parallel gc will use") \
1389 \ 1379 \
1390 develop(bool, ParallelOldGCSplitALot, false, \ 1380 develop(bool, ParallelOldGCSplitALot, false, \