6919980: G1: remove +UseG1GC from under experimental options (second attempt)
authortonyp
Mon, 25 Jan 2010 18:03:29 -0500
changeset 4741 3b1373d466d2
parent 4740 d708800308b7
child 4742 9b18850a3185
6919980: G1: remove +UseG1GC from under experimental options (second attempt) Summary: Trying this again, as the original change was lost. Reviewed-by: ysr, jmasa
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 21 18:51:10 2010 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Jan 25 18:03:29 2010 -0500
@@ -1201,7 +1201,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,                                       \