hotspot/src/share/vm/runtime/globals.hpp
changeset 16604 800a65bfe347
parent 15922 86a368d3ac8c
child 16605 ba13efd453bc
equal deleted inserted replaced
16453:6009860b0b1e 16604:800a65bfe347
  1400                                                                             \
  1400                                                                             \
  1401   product(uintx, GCLockerEdenExpansionPercent, 5,                           \
  1401   product(uintx, GCLockerEdenExpansionPercent, 5,                           \
  1402           "How much the GC can expand the eden by while the GC locker  "    \
  1402           "How much the GC can expand the eden by while the GC locker  "    \
  1403           "is active (as a percentage)")                                    \
  1403           "is active (as a percentage)")                                    \
  1404                                                                             \
  1404                                                                             \
       
  1405   diagnostic(intx, GCLockerRetryAllocationCount, 2,                         \
       
  1406           "Number of times to retry allocations when"                       \
       
  1407           " blocked by the GC locker")                                      \
       
  1408                                                                             \
  1405   develop(bool, UseCMSAdaptiveFreeLists, true,                              \
  1409   develop(bool, UseCMSAdaptiveFreeLists, true,                              \
  1406           "Use Adaptive Free Lists in the CMS generation")                  \
  1410           "Use Adaptive Free Lists in the CMS generation")                  \
  1407                                                                             \
  1411                                                                             \
  1408   develop(bool, UseAsyncConcMarkSweepGC, true,                              \
  1412   develop(bool, UseAsyncConcMarkSweepGC, true,                              \
  1409           "Use Asynchronous Concurrent Mark-Sweep GC in the old generation")\
  1413           "Use Asynchronous Concurrent Mark-Sweep GC in the old generation")\