src/share/vm/runtime/globals.hpp

changeset 1115
a80d48f6fde1
parent 1110
f6da6f0174ac
parent 1114
cea947c8a988
child 1120
4e35bfab60a5
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Mar 31 10:02:01 2009 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Apr 02 05:22:02 2009 -0700
     1.3 @@ -1316,6 +1316,9 @@
     1.4                                                                              \
     1.5    product(intx, ParGCArrayScanChunk, 50,                                    \
     1.6            "Scan a subset and push remainder, if array is bigger than this") \
     1.7 +  product(bool, ParGCTrimOverflow, true,                                    \
     1.8 +          "Eagerly trim the overflow lists (useful for UseCompressedOops")  \
     1.9 +                                                                            \
    1.10                                                                              \
    1.11    notproduct(bool, ParGCWorkQueueOverflowALot, false,                       \
    1.12            "Whether we should simulate work queue overflow in ParNew")       \

mercurial