6916652: G1: remove +UseG1GC from under experimental options
Summary: What the title says.
Reviewed-by: ysr, jmasa
--- 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, \