hotspot/src/share/vm/runtime/globals.hpp
changeset 9178 1a022d4f1bc3
parent 8925 5fdd1d28e7ef
child 9180 987b51bab2e2
equal deleted inserted replaced
9177:fe622b63b368 9178:1a022d4f1bc3
  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,                              \