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

changeset 7972
a9b72f566e9f
parent 7656
ad32e85474ff
child 7828
cbc7c4c9e11c
equal deleted inserted replaced
7971:b554c7fa9478 7972:a9b72f566e9f
215 "so as to allow debugging") \ 215 "so as to allow debugging") \
216 \ 216 \
217 product(uintx, G1HeapRegionSize, 0, \ 217 product(uintx, G1HeapRegionSize, 0, \
218 "Size of the G1 regions.") \ 218 "Size of the G1 regions.") \
219 \ 219 \
220 experimental(bool, G1UseParallelRSetUpdating, true, \
221 "Enables the parallelization of remembered set updating " \
222 "during evacuation pauses") \
223 \
224 experimental(bool, G1UseParallelRSetScanning, true, \
225 "Enables the parallelization of remembered set scanning " \
226 "during evacuation pauses") \
227 \
228 product(uintx, G1ConcRefinementThreads, 0, \ 220 product(uintx, G1ConcRefinementThreads, 0, \
229 "If non-0 is the number of parallel rem set update threads, " \ 221 "If non-0 is the number of parallel rem set update threads, " \
230 "otherwise the value is determined ergonomically.") \ 222 "otherwise the value is determined ergonomically.") \
231 \ 223 \
232 develop(bool, G1VerifyCTCleanup, false, \ 224 develop(bool, G1VerifyCTCleanup, false, \

mercurial