提交 c974d229 编写于 作者: T tonyp

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

Summary: Trying this again, as the original change was lost.
Reviewed-by: ysr, jmasa
上级 d2abe884
...@@ -1201,7 +1201,7 @@ class CommandLineFlags { ...@@ -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, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册