hotspot/src/share/vm/runtime/globals.hpp
changeset 2347 6f161e568fe0
parent 2342 9a1260c3679d
parent 2346 3aa355016e90
child 2352 00450e8ad728
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 31 10:02:01 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 02 05:22:02 2009 -0700
@@ -1316,6 +1316,9 @@
                                                                             \
   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")       \