6916652: G1: remove +UseG1GC from under experimental options

What the title says.

Reviewed-by: ysr, jmasa
This commit is contained in:
Antonios Printezis 2010-01-13 15:46:13 -05:00
parent 0917ad432e
commit 04d77ad78e

View File

@ -1204,7 +1204,7 @@ class CommandLineFlags {
product(bool, UseSerialGC, false, \
"Use the serial garbage collector") \
\
experimental(bool, UseG1GC, false, \
product(bool, UseG1GC, false, \
"Use the Garbage-First garbage collector") \
\
product(bool, UseParallelGC, false, \