6916652: G1: remove +UseG1GC from under experimental options
authortonyp
Wed, 13 Jan 2010 15:46:13 -0500
changeset 4638 873c0ab4505d
parent 4636 90e004691873
child 4639 6e62fb1848d3
6916652: G1: remove +UseG1GC from under experimental options Summary: What the title says. Reviewed-by: ysr, jmasa
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jan 12 14:56:46 2010 -0800
+++ b/hotspot/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,                                       \