6916652: G1: remove +UseG1GC from under experimental options
What the title says. Reviewed-by: ysr, jmasa
This commit is contained in:
parent
0917ad432e
commit
04d77ad78e
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user