# HG changeset patch # User tonyp # Date 1263415573 18000 # Node ID 0c1bf505f7a27c618ed229cb1e6cf727434944ac # Parent 2dd52dea6d28734229801a3f6bf621b706122013 6916652: G1: remove +UseG1GC from under experimental options Summary: What the title says. Reviewed-by: ysr, jmasa diff -r 2dd52dea6d28 -r 0c1bf505f7a2 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Jan 12 14:56:46 2010 -0800 +++ b/src/share/vm/runtime/globals.hpp Wed Jan 13 15:46:13 2010 -0500 @@ -1204,7 +1204,7 @@ 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, \