comparison src/share/vm/runtime/globals.hpp @ 484:ffe19141e312

Merge
author jmasa
date Fri, 12 Dec 2008 15:37:46 -0800
parents 7b75310e57e2 0f773163217d
children c81d2ef51ca3 323728917cf4 2b4230d1e589
comparison
equal deleted inserted replaced
479:06d2c3204df4 484:ffe19141e312
623 "Trace zapping of unused heap space") \ 623 "Trace zapping of unused heap space") \
624 \ 624 \
625 develop(bool, CheckZapUnusedHeapArea, false, \ 625 develop(bool, CheckZapUnusedHeapArea, false, \
626 "Check zapping of unused heap space") \ 626 "Check zapping of unused heap space") \
627 \ 627 \
628 develop(bool, ZapFillerObjects, trueInDebug, \
629 "Zap filler objects with 0xDEAFBABE") \
630 \
628 develop(bool, PrintVMMessages, true, \ 631 develop(bool, PrintVMMessages, true, \
629 "Print vm messages on console") \ 632 "Print vm messages on console") \
630 \ 633 \
631 product(bool, PrintGCApplicationConcurrentTime, false, \ 634 product(bool, PrintGCApplicationConcurrentTime, false, \
632 "Print the time the application has been running") \ 635 "Print the time the application has been running") \
1198 "Number of parallel threads parallel gc will use") \ 1201 "Number of parallel threads parallel gc will use") \
1199 \ 1202 \
1200 product(uintx, ParallelCMSThreads, 0, \ 1203 product(uintx, ParallelCMSThreads, 0, \
1201 "Max number of threads CMS will use for concurrent work") \ 1204 "Max number of threads CMS will use for concurrent work") \
1202 \ 1205 \
1203 develop(bool, ParallelOldMTUnsafeMarkBitMap, false, \ 1206 develop(bool, ParallelOldGCSplitALot, false, \
1204 "Use the Parallel Old MT unsafe in marking the bitmap") \ 1207 "Provoke splitting (copying data from a young gen space to" \
1205 \ 1208 "multiple destination spaces)") \
1206 develop(bool, ParallelOldMTUnsafeUpdateLiveData, false, \ 1209 \
1207 "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") \
1208 \ 1212 \
1209 develop(bool, TraceRegionTasksQueuing, false, \ 1213 develop(bool, TraceRegionTasksQueuing, false, \
1210 "Trace the queuing of the region tasks") \ 1214 "Trace the queuing of the region tasks") \
1211 \ 1215 \
1212 product(uintx, ParallelMarkingThreads, 0, \ 1216 product(uintx, ParallelMarkingThreads, 0, \