6919980: G1: remove +UseG1GC from under experimental options (second attempt)

Trying this again, as the original change was lost.

Reviewed-by: ysr, jmasa
This commit is contained in:
Antonios Printezis 2010-01-25 18:03:29 -05:00
parent 35324b7e7d
commit e19600ac5d

View File

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