comparison src/share/vm/runtime/globals.hpp @ 3284:286c498ae0d4

Merge
author kvn
date Fri, 29 Apr 2011 11:15:30 -0700
parents 149bb459be66 5d046bf49ce7
children 54a56bbaf95b 52df0980eb50 167b70ff3abc
comparison
equal deleted inserted replaced
3283:01fd6090fdd8 3284:286c498ae0d4
1356 "Use the Parallel Scavenge garbage collector") \ 1356 "Use the Parallel Scavenge garbage collector") \
1357 \ 1357 \
1358 product(bool, UseParallelOldGC, false, \ 1358 product(bool, UseParallelOldGC, false, \
1359 "Use the Parallel Old garbage collector") \ 1359 "Use the Parallel Old garbage collector") \
1360 \ 1360 \
1361 product(bool, UseParallelOldGCCompacting, true, \
1362 "In the Parallel Old garbage collector use parallel compaction") \
1363 \
1364 product(bool, UseParallelDensePrefixUpdate, true, \
1365 "In the Parallel Old garbage collector use parallel dense" \
1366 " prefix update") \
1367 \
1368 product(uintx, HeapMaximumCompactionInterval, 20, \ 1361 product(uintx, HeapMaximumCompactionInterval, 20, \
1369 "How often should we maximally compact the heap (not allowing " \ 1362 "How often should we maximally compact the heap (not allowing " \
1370 "any dead space)") \ 1363 "any dead space)") \
1371 \ 1364 \
1372 product(uintx, HeapFirstMaximumCompactionCount, 3, \ 1365 product(uintx, HeapFirstMaximumCompactionCount, 3, \
1381 "limiter (a number between 0-100).") \ 1374 "limiter (a number between 0-100).") \
1382 \ 1375 \
1383 product(uintx, ParallelOldDeadWoodLimiterStdDev, 80, \ 1376 product(uintx, ParallelOldDeadWoodLimiterStdDev, 80, \
1384 "The standard deviation used by the par compact dead wood" \ 1377 "The standard deviation used by the par compact dead wood" \
1385 "limiter (a number between 0-100).") \ 1378 "limiter (a number between 0-100).") \
1386 \
1387 product(bool, UseParallelOldGCDensePrefix, true, \
1388 "Use a dense prefix with the Parallel Old garbage collector") \
1389 \ 1379 \
1390 product(uintx, ParallelGCThreads, 0, \ 1380 product(uintx, ParallelGCThreads, 0, \
1391 "Number of parallel threads parallel gc will use") \ 1381 "Number of parallel threads parallel gc will use") \
1392 \ 1382 \
1393 develop(bool, ParallelOldGCSplitALot, false, \ 1383 develop(bool, ParallelOldGCSplitALot, false, \