changeset 1167:0c1bf505f7a2

6916652: G1: remove +UseG1GC from under experimental options Summary: What the title says. Reviewed-by: ysr, jmasa
author tonyp
date Wed, 13 Jan 2010 15:46:13 -0500
parents 2dd52dea6d28
children 22e27cceb7d8
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,                                       \