mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,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…
Add table
Add a link
Reference in a new issue