comparison src/share/vm/runtime/globals.hpp @ 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 504830073409
children 22e27cceb7d8
comparison
equal deleted inserted replaced
1165:2dd52dea6d28 1167:0c1bf505f7a2
1202 /* gc */ \ 1202 /* gc */ \
1203 \ 1203 \
1204 product(bool, UseSerialGC, false, \ 1204 product(bool, UseSerialGC, false, \
1205 "Use the serial garbage collector") \ 1205 "Use the serial garbage collector") \
1206 \ 1206 \
1207 experimental(bool, UseG1GC, false, \ 1207 product(bool, UseG1GC, false, \
1208 "Use the Garbage-First garbage collector") \ 1208 "Use the Garbage-First garbage collector") \
1209 \ 1209 \
1210 product(bool, UseParallelGC, false, \ 1210 product(bool, UseParallelGC, false, \
1211 "Use the Parallel Scavenge garbage collector") \ 1211 "Use the Parallel Scavenge garbage collector") \
1212 \ 1212 \