From e19600ac5d879071cde32862542bc461f331fd97 Mon Sep 17 00:00:00 2001 From: Antonios Printezis Date: Mon, 25 Jan 2010 18:03:29 -0500 Subject: [PATCH] 6919980: G1: remove +UseG1GC from under experimental options (second attempt) Trying this again, as the original change was lost. Reviewed-by: ysr, jmasa --- hotspot/src/share/vm/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/runtime/globals.hpp b/hotspot/src/share/vm/runtime/globals.hpp index 6eac915cf91..e34f877a872 100644 --- a/hotspot/src/share/vm/runtime/globals.hpp +++ b/hotspot/src/share/vm/runtime/globals.hpp @@ -1201,7 +1201,7 @@ class CommandLineFlags { 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, \