This commit is contained in:
Andrey Petrusenko 2009-04-02 05:22:02 -07:00
commit a8f9284064
23 changed files with 283 additions and 1138 deletions

View file

@ -1316,6 +1316,9 @@ class CommandLineFlags {
\
product(intx, ParGCArrayScanChunk, 50, \
"Scan a subset and push remainder, if array is bigger than this") \
product(bool, ParGCTrimOverflow, true, \
"Eagerly trim the overflow lists (useful for UseCompressedOops") \
\
\
notproduct(bool, ParGCWorkQueueOverflowALot, false, \
"Whether we should simulate work queue overflow in ParNew") \