src/hotspot/share/runtime/globals.hpp
branchepsilon-gc-branch
changeset 56028 267a6ce379ba
parent 56022 dd005db4ec5c
child 56095 97689d6b0494
equal deleted inserted replaced
56022:dd005db4ec5c 56028:267a6ce379ba
  1420           "Use the Parallel Old garbage collector")                         \
  1420           "Use the Parallel Old garbage collector")                         \
  1421                                                                             \
  1421                                                                             \
  1422   develop(bool, UseEpsilonGC, false,                                        \
  1422   develop(bool, UseEpsilonGC, false,                                        \
  1423           "Use the Epsilon (no-op) garbage collector")                      \
  1423           "Use the Epsilon (no-op) garbage collector")                      \
  1424                                                                             \
  1424                                                                             \
  1425   develop(bool, UseNoGC, false,                                             \
       
  1426           "Use the Epsilon (no-op) garbage collector")                      \
       
  1427                                                                             \
       
  1428   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1425   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1429           "How often should we maximally compact the heap (not allowing "   \
  1426           "How often should we maximally compact the heap (not allowing "   \
  1430           "any dead space)")                                                \
  1427           "any dead space)")                                                \
  1431           range(0, max_uintx)                                               \
  1428           range(0, max_uintx)                                               \
  1432                                                                             \
  1429                                                                             \