comparison src/share/vm/runtime/globals.hpp @ 483:0f773163217d

6765954: par compact - stress mode for splitting young gen spaces Reviewed-by: jmasa
author jcoomes
date Thu, 11 Dec 2008 12:05:21 -0800
parents 7d7a7c599c17
children ffe19141e312
comparison
equal deleted inserted replaced
482:7c2386d67889 483:0f773163217d
1201 "Number of parallel threads parallel gc will use") \ 1201 "Number of parallel threads parallel gc will use") \
1202 \ 1202 \
1203 product(uintx, ParallelCMSThreads, 0, \ 1203 product(uintx, ParallelCMSThreads, 0, \
1204 "Max number of threads CMS will use for concurrent work") \ 1204 "Max number of threads CMS will use for concurrent work") \
1205 \ 1205 \
1206 develop(bool, ParallelOldMTUnsafeMarkBitMap, false, \ 1206 develop(bool, ParallelOldGCSplitALot, false, \
1207 "Use the Parallel Old MT unsafe in marking the bitmap") \ 1207 "Provoke splitting (copying data from a young gen space to" \
1208 \ 1208 "multiple destination spaces)") \
1209 develop(bool, ParallelOldMTUnsafeUpdateLiveData, false, \ 1209 \
1210 "Use the Parallel Old MT unsafe in update of live size") \ 1210 develop(uintx, ParallelOldGCSplitInterval, 3, \
1211 "How often to provoke splitting a young gen space") \
1211 \ 1212 \
1212 develop(bool, TraceRegionTasksQueuing, false, \ 1213 develop(bool, TraceRegionTasksQueuing, false, \
1213 "Trace the queuing of the region tasks") \ 1214 "Trace the queuing of the region tasks") \
1214 \ 1215 \
1215 product(uintx, ParallelMarkingThreads, 0, \ 1216 product(uintx, ParallelMarkingThreads, 0, \