comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1591:f16f1d7893de

6941378: G1: change default value of G1UseFixedWindowMMUTracker to true Summary: Rather than changing the default value of the G1UseFixedWindowMMUTracker, the flag and associated guarantee have been removed. Reviewed-by: jcoomes, tonyp, ysr
author johnc
date Mon, 24 May 2010 17:11:22 -0700
parents 1316cec51b4d
children b9bc732be7c0
comparison
equal deleted inserted replaced
1550:c9a07413e82b 1591:f16f1d7893de
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 " \