6919980: G1: remove +UseG1GC from under experimental options (second attempt)

Mon, 25 Jan 2010 18:03:29 -0500

author
tonyp
date
Mon, 25 Jan 2010 18:03:29 -0500
changeset 1628
c81fa70144aa
parent 1627
776fb94f33cc
child 1629
34fb2662f6c2

6919980: G1: remove +UseG1GC from under experimental options (second attempt)
Summary: Trying this again, as the original change was lost.
Reviewed-by: ysr, jmasa

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jan 21 18:51:10 2010 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jan 25 18:03:29 2010 -0500
     1.3 @@ -1201,7 +1201,7 @@
     1.4    product(bool, UseSerialGC, false,                                         \
     1.5            "Use the serial garbage collector")                               \
     1.6                                                                              \
     1.7 -  experimental(bool, UseG1GC, false,                                        \
     1.8 +  product(bool, UseG1GC, false,                                             \
     1.9            "Use the Garbage-First garbage collector")                        \
    1.10                                                                              \
    1.11    product(bool, UseParallelGC, false,                                       \

mercurial