hotspot/src/share/vm/runtime/globals.hpp
changeset 4638 873c0ab4505d
parent 4575 7458d5831c21
child 4639 6e62fb1848d3
--- 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,                                       \