comparison src/share/vm/runtime/globals.hpp @ 1193:c81fa70144aa

6919980: G1: remove +UseG1GC from under experimental options (second attempt) Summary: Trying this again, as the original change was lost. Reviewed-by: ysr, jmasa
author tonyp
date Mon, 25 Jan 2010 18:03:29 -0500
parents 3d6016e040d6
children f3345b7b01b4
comparison
equal deleted inserted replaced
1192:776fb94f33cc 1193:c81fa70144aa
1199 /* gc */ \ 1199 /* gc */ \
1200 \ 1200 \
1201 product(bool, UseSerialGC, false, \ 1201 product(bool, UseSerialGC, false, \
1202 "Use the serial garbage collector") \ 1202 "Use the serial garbage collector") \
1203 \ 1203 \
1204 experimental(bool, UseG1GC, false, \ 1204 product(bool, UseG1GC, false, \
1205 "Use the Garbage-First garbage collector") \ 1205 "Use the Garbage-First garbage collector") \
1206 \ 1206 \
1207 product(bool, UseParallelGC, false, \ 1207 product(bool, UseParallelGC, false, \
1208 "Use the Parallel Scavenge garbage collector") \ 1208 "Use the Parallel Scavenge garbage collector") \
1209 \ 1209 \