src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 2817
49a67202bc67
parent 2781
e1162778c1c8
child 2848
cd8e33b2a8ad
equal deleted inserted replaced
2792:527b586edf24 2817:49a67202bc67
298 "It stresses the concurrent region freeing operation") \ 298 "It stresses the concurrent region freeing operation") \
299 \ 299 \
300 develop(uintx, G1StressConcRegionFreeingDelayMillis, 0, \ 300 develop(uintx, G1StressConcRegionFreeingDelayMillis, 0, \
301 "Artificial delay during concurrent region freeing") \ 301 "Artificial delay during concurrent region freeing") \
302 \ 302 \
303 develop(uintx, G1DummyRegionsPerGC, 0, \
304 "The number of dummy regions G1 will allocate at the end of " \
305 "each evacuation pause in order to artificially fill up the " \
306 "heap and stress the marking implementation.") \
307 \
303 develop(bool, ReduceInitialCardMarksForG1, false, \ 308 develop(bool, ReduceInitialCardMarksForG1, false, \
304 "When ReduceInitialCardMarks is true, this flag setting " \ 309 "When ReduceInitialCardMarks is true, this flag setting " \
305 " controls whether G1 allows the RICM optimization") \ 310 " controls whether G1 allows the RICM optimization") \
306 \ 311 \
307 develop(bool, G1ExitOnExpansionFailure, false, \ 312 develop(bool, G1ExitOnExpansionFailure, false, \

mercurial