src/share/vm/runtime/globals.hpp

changeset 1130
becb17ad5e51
parent 1114
cea947c8a988
child 1132
922aedc96ef5
     1.1 --- a/src/share/vm/runtime/globals.hpp	Sat Mar 28 15:47:29 2009 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Apr 02 15:57:41 2009 -0700
     1.3 @@ -1316,8 +1316,11 @@
     1.4    product(intx, ParGCArrayScanChunk, 50,                                    \
     1.5            "Scan a subset and push remainder, if array is bigger than this") \
     1.6                                                                              \
     1.7 +  product(bool, ParGCUseLocalOverflow, false,                               \
     1.8 +          "Instead of a global overflow list, use local overflow stacks")   \
     1.9 +                                                                            \
    1.10    product(bool, ParGCTrimOverflow, true,                                    \
    1.11 -          "Eagerly trim the overflow lists (useful for UseCompressedOops")  \
    1.12 +          "Eagerly trim the local overflow lists (when ParGCUseLocalOverflow") \
    1.13                                                                              \
    1.14    notproduct(bool, ParGCWorkQueueOverflowALot, false,                       \
    1.15            "Whether we should simulate work queue overflow in ParNew")       \

mercurial