src/hotspot/share/gc/shared/gc_globals.hpp
changeset 59288 3b1afeb49a20
parent 59241 23ecaf949f8f
equal deleted inserted replaced
59274:eb3e2a5c2bcd 59288:3b1afeb49a20
   164                                                                             \
   164                                                                             \
   165   product(bool, UseG1GC, false,                                             \
   165   product(bool, UseG1GC, false,                                             \
   166           "Use the Garbage-First garbage collector")                        \
   166           "Use the Garbage-First garbage collector")                        \
   167                                                                             \
   167                                                                             \
   168   product(bool, UseParallelGC, false,                                       \
   168   product(bool, UseParallelGC, false,                                       \
   169           "Use the Parallel Scavenge garbage collector")                    \
   169           "Use the Parallel garbage collector.")                            \
   170                                                                             \
   170                                                                             \
   171   product(bool, UseParallelOldGC, false,                                    \
   171   product(bool, UseParallelOldGC, false,                                    \
   172           "Use the Parallel Old garbage collector")                         \
   172           "Use the Parallel or Serial garbage collector when collecting "   \
       
   173           "the old generation. Deprecated.")                                \
   173                                                                             \
   174                                                                             \
   174   experimental(bool, UseEpsilonGC, false,                                   \
   175   experimental(bool, UseEpsilonGC, false,                                   \
   175           "Use the Epsilon (no-op) garbage collector")                      \
   176           "Use the Epsilon (no-op) garbage collector")                      \
   176                                                                             \
   177                                                                             \
   177   experimental(bool, UseZGC, false,                                         \
   178   experimental(bool, UseZGC, false,                                         \