hotspot/src/share/vm/runtime/globals.hpp
changeset 4638 873c0ab4505d
parent 4575 7458d5831c21
child 4639 6e62fb1848d3
equal deleted inserted replaced
4636:90e004691873 4638:873c0ab4505d
  1202   /* gc */                                                                  \
  1202   /* gc */                                                                  \
  1203                                                                             \
  1203                                                                             \
  1204   product(bool, UseSerialGC, false,                                         \
  1204   product(bool, UseSerialGC, false,                                         \
  1205           "Use the serial garbage collector")                               \
  1205           "Use the serial garbage collector")                               \
  1206                                                                             \
  1206                                                                             \
  1207   experimental(bool, UseG1GC, false,                                        \
  1207   product(bool, UseG1GC, false,                                             \
  1208           "Use the Garbage-First garbage collector")                        \
  1208           "Use the Garbage-First garbage collector")                        \
  1209                                                                             \
  1209                                                                             \
  1210   product(bool, UseParallelGC, false,                                       \
  1210   product(bool, UseParallelGC, false,                                       \
  1211           "Use the Parallel Scavenge garbage collector")                    \
  1211           "Use the Parallel Scavenge garbage collector")                    \
  1212                                                                             \
  1212                                                                             \