src/share/vm/runtime/globals.hpp

changeset 1628
c81fa70144aa
parent 1614
3d6016e040d6
child 1631
f3345b7b01b4
equal deleted inserted replaced
1627:776fb94f33cc 1628: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 \

mercurial