comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents c3657d00e343 3a4805ad0005
children 3cce976666d9
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
161 \ 161 \
162 product(bool, G1UseAdaptiveConcRefinement, true, \ 162 product(bool, G1UseAdaptiveConcRefinement, true, \
163 "Select green, yellow and red zones adaptively to meet the " \ 163 "Select green, yellow and red zones adaptively to meet the " \
164 "the pause requirements.") \ 164 "the pause requirements.") \
165 \ 165 \
166 develop(intx, G1ConcRSLogCacheSize, 10, \ 166 product(uintx, G1ConcRSLogCacheSize, 10, \
167 "Log base 2 of the length of conc RS hot-card cache.") \ 167 "Log base 2 of the length of conc RS hot-card cache.") \
168 \ 168 \
169 develop(intx, G1ConcRSHotCardLimit, 4, \ 169 product(uintx, G1ConcRSHotCardLimit, 4, \
170 "The threshold that defines (>=) a hot card.") \ 170 "The threshold that defines (>=) a hot card.") \
171 \
172 develop(intx, G1MaxHotCardCountSizePercent, 25, \
173 "The maximum size of the hot card count cache as a " \
174 "percentage of the number of cards for the maximum heap.") \
175 \ 171 \
176 develop(bool, G1PrintOopAppls, false, \ 172 develop(bool, G1PrintOopAppls, false, \
177 "When true, print applications of closures to external locs.") \ 173 "When true, print applications of closures to external locs.") \
178 \ 174 \
179 develop(intx, G1RSetRegionEntriesBase, 256, \ 175 develop(intx, G1RSetRegionEntriesBase, 256, \
244 "during evacuation pauses") \ 240 "during evacuation pauses") \
245 \ 241 \
246 product(uintx, G1ConcRefinementThreads, 0, \ 242 product(uintx, G1ConcRefinementThreads, 0, \
247 "If non-0 is the number of parallel rem set update threads, " \ 243 "If non-0 is the number of parallel rem set update threads, " \
248 "otherwise the value is determined ergonomically.") \ 244 "otherwise the value is determined ergonomically.") \
249 \
250 develop(intx, G1CardCountCacheExpandThreshold, 16, \
251 "Expand the card count cache if the number of collisions for " \
252 "a particular entry exceeds this value.") \
253 \ 245 \
254 develop(bool, G1VerifyCTCleanup, false, \ 246 develop(bool, G1VerifyCTCleanup, false, \
255 "Verify card table cleanup.") \ 247 "Verify card table cleanup.") \
256 \ 248 \
257 product(uintx, G1RSetScanBlockSize, 64, \ 249 product(uintx, G1RSetScanBlockSize, 64, \
335 "Force use of evacuation failure handling during young " \ 327 "Force use of evacuation failure handling during young " \
336 "evacuation pauses") \ 328 "evacuation pauses") \
337 \ 329 \
338 develop(bool, G1EvacuationFailureALotDuringMixedGC, true, \ 330 develop(bool, G1EvacuationFailureALotDuringMixedGC, true, \
339 "Force use of evacuation failure handling during mixed " \ 331 "Force use of evacuation failure handling during mixed " \
340 "evacuation pauses") 332 "evacuation pauses") \
333 \
334 diagnostic(bool, G1VerifyRSetsDuringFullGC, false, \
335 "If true, perform verification of each heap region's " \
336 "remembered set when verifying the heap during a full GC.")
341 337
342 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG) 338 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)
343 339
344 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP 340 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP