src/share/vm/runtime/globals.hpp

changeset 1115
a80d48f6fde1
parent 1110
f6da6f0174ac
parent 1114
cea947c8a988
child 1120
4e35bfab60a5
equal deleted inserted replaced
1111:d3676b4cb78c 1115: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, \

mercurial