comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1594:b9bc732be7c0

Merge
author jmasa
date Thu, 10 Jun 2010 08:27:35 -0700
parents c18cbe5936b8 f16f1d7893de
children c32059ef4dc0
comparison
equal deleted inserted replaced
1590:b17deadc902e 1594:b9bc732be7c0
252 \ 252 \
253 develop(uintx, G1FixedSurvivorSpaceSize, 0, \ 253 develop(uintx, G1FixedSurvivorSpaceSize, 0, \
254 "If non-0 is the size of the G1 survivor space, " \ 254 "If non-0 is the size of the G1 survivor space, " \
255 "otherwise SurvivorRatio is used to determine the size") \ 255 "otherwise SurvivorRatio is used to determine the size") \
256 \ 256 \
257 product(bool, G1UseFixedWindowMMUTracker, false, \
258 "If the MMU tracker's memory is full, forget the oldest entry") \
259 \
260 product(uintx, G1HeapRegionSize, 0, \ 257 product(uintx, G1HeapRegionSize, 0, \
261 "Size of the G1 regions.") \ 258 "Size of the G1 regions.") \
262 \ 259 \
263 experimental(bool, G1UseParallelRSetUpdating, true, \ 260 experimental(bool, G1UseParallelRSetUpdating, true, \
264 "Enables the parallelization of remembered set updating " \ 261 "Enables the parallelization of remembered set updating " \