src/hotspot/share/runtime/globals.hpp
branchepsilon-gc-branch
changeset 55778 a977fcca316b
parent 55767 8e22715afabc
child 55934 912c55e702d6
equal deleted inserted replaced
55767:8e22715afabc 55778:a977fcca316b
  1410                                                                             \
  1410                                                                             \
  1411   product(bool, UseParallelOldGC, false,                                    \
  1411   product(bool, UseParallelOldGC, false,                                    \
  1412           "Use the Parallel Old garbage collector")                         \
  1412           "Use the Parallel Old garbage collector")                         \
  1413                                                                             \
  1413                                                                             \
  1414   develop(bool, UseEpsilonGC, false,                                        \
  1414   develop(bool, UseEpsilonGC, false,                                        \
  1415           "Use the Epsilon (no-op) garbage collector")                      \
  1415           "Use the Epsilon garbage collector")                              \
  1416                                                                             \
  1416                                                                             \
  1417   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1417   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1418           "How often should we maximally compact the heap (not allowing "   \
  1418           "How often should we maximally compact the heap (not allowing "   \
  1419           "any dead space)")                                                \
  1419           "any dead space)")                                                \
  1420           range(0, max_uintx)                                               \
  1420           range(0, max_uintx)                                               \