comparison src/share/vm/runtime/globals.hpp @ 680:a80d48f6fde1

Merge
author apetrusenko
date Thu, 02 Apr 2009 05:22:02 -0700
parents f6da6f0174ac cea947c8a988
children 4e35bfab60a5
comparison
equal deleted inserted replaced
676:d3676b4cb78c 680:a80d48f6fde1
1314 product(bool, PrintPLAB, false, \ 1314 product(bool, PrintPLAB, false, \
1315 "Print (survivor space) promotion labs sizing decisions") \ 1315 "Print (survivor space) promotion labs sizing decisions") \
1316 \ 1316 \
1317 product(intx, ParGCArrayScanChunk, 50, \ 1317 product(intx, ParGCArrayScanChunk, 50, \
1318 "Scan a subset and push remainder, if array is bigger than this") \ 1318 "Scan a subset and push remainder, if array is bigger than this") \
1319 product(bool, ParGCTrimOverflow, true, \
1320 "Eagerly trim the overflow lists (useful for UseCompressedOops") \
1321 \
1319 \ 1322 \
1320 notproduct(bool, ParGCWorkQueueOverflowALot, false, \ 1323 notproduct(bool, ParGCWorkQueueOverflowALot, false, \
1321 "Whether we should simulate work queue overflow in ParNew") \ 1324 "Whether we should simulate work queue overflow in ParNew") \
1322 \ 1325 \
1323 notproduct(uintx, ParGCWorkQueueOverflowInterval, 1000, \ 1326 notproduct(uintx, ParGCWorkQueueOverflowInterval, 1000, \