diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Mar 31 10:02:01 2009 -0700
+++ b/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")       \