diff -r cea947c8a988 -r becb17ad5e51 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Sat Mar 28 15:47:29 2009 -0700 +++ b/src/share/vm/runtime/globals.hpp Thu Apr 02 15:57:41 2009 -0700 @@ -1316,8 +1316,11 @@ product(intx, ParGCArrayScanChunk, 50, \ "Scan a subset and push remainder, if array is bigger than this") \ \ + product(bool, ParGCUseLocalOverflow, false, \ + "Instead of a global overflow list, use local overflow stacks") \ + \ product(bool, ParGCTrimOverflow, true, \ - "Eagerly trim the overflow lists (useful for UseCompressedOops") \ + "Eagerly trim the local overflow lists (when ParGCUseLocalOverflow") \ \ notproduct(bool, ParGCWorkQueueOverflowALot, false, \ "Whether we should simulate work queue overflow in ParNew") \