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:
parent
35324b7e7d
commit
e19600ac5d
@ -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, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user