comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 3988:246daf2c601d

7005808: G1: re-enable ReduceInitialCardMarks for G1 Summary: Remove the extra guard to allow G1 to use ReduceInitialCardMarks Reviewed-by: jmasa, tonyp, johnc, ysr
author brutisso
date Wed, 28 Sep 2011 08:21:30 +0200
parents 3bddbf0f57d6
children a88de71c4e3a
comparison
equal deleted inserted replaced
3987:fd65bc7c09b6 3988:246daf2c601d
288 develop(uintx, G1DummyRegionsPerGC, 0, \ 288 develop(uintx, G1DummyRegionsPerGC, 0, \
289 "The number of dummy regions G1 will allocate at the end of " \ 289 "The number of dummy regions G1 will allocate at the end of " \
290 "each evacuation pause in order to artificially fill up the " \ 290 "each evacuation pause in order to artificially fill up the " \
291 "heap and stress the marking implementation.") \ 291 "heap and stress the marking implementation.") \
292 \ 292 \
293 develop(bool, ReduceInitialCardMarksForG1, false, \
294 "When ReduceInitialCardMarks is true, this flag setting " \
295 " controls whether G1 allows the RICM optimization") \
296 \
297 develop(bool, G1ExitOnExpansionFailure, false, \ 293 develop(bool, G1ExitOnExpansionFailure, false, \
298 "Raise a fatal VM exit out of memory failure in the event " \ 294 "Raise a fatal VM exit out of memory failure in the event " \
299 " that heap expansion fails due to running out of swap.") \ 295 " that heap expansion fails due to running out of swap.") \
300 \ 296 \
301 develop(uintx, G1ConcMarkForceOverflow, 0, \ 297 develop(uintx, G1ConcMarkForceOverflow, 0, \