comparison src/share/vm/runtime/globals.hpp @ 374:a4b729f5b611

6716466: par compact - remove VerifyParallelOldWithMarkSweep code Reviewed-by: jmasa
author jcoomes
date Tue, 30 Sep 2008 11:49:31 -0700
parents 032ddb9432ad
children 81cd571500b0
comparison
equal deleted inserted replaced
373:06df86c2ec37 374:a4b729f5b611
1187 "Number of parallel threads parallel gc will use") \ 1187 "Number of parallel threads parallel gc will use") \
1188 \ 1188 \
1189 product(uintx, ParallelCMSThreads, 0, \ 1189 product(uintx, ParallelCMSThreads, 0, \
1190 "Max number of threads CMS will use for concurrent work") \ 1190 "Max number of threads CMS will use for concurrent work") \
1191 \ 1191 \
1192 develop(bool, VerifyParallelOldWithMarkSweep, false, \
1193 "Use the MarkSweep code to verify phases of Parallel Old") \
1194 \
1195 develop(uintx, VerifyParallelOldWithMarkSweepInterval, 1, \
1196 "Interval at which the MarkSweep code is used to verify " \
1197 "phases of Parallel Old") \
1198 \
1199 develop(bool, ParallelOldMTUnsafeMarkBitMap, false, \ 1192 develop(bool, ParallelOldMTUnsafeMarkBitMap, false, \
1200 "Use the Parallel Old MT unsafe in marking the bitmap") \ 1193 "Use the Parallel Old MT unsafe in marking the bitmap") \
1201 \ 1194 \
1202 develop(bool, ParallelOldMTUnsafeUpdateLiveData, false, \ 1195 develop(bool, ParallelOldMTUnsafeUpdateLiveData, false, \
1203 "Use the Parallel Old MT unsafe in update of live size") \ 1196 "Use the Parallel Old MT unsafe in update of live size") \