src/share/vm/runtime/globals.hpp

changeset 1875
bb843ebc7c55
parent 1873
3bfae429e2cf
child 1878
8bfe9058ca46
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon May 03 17:23:58 2010 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon May 03 20:19:05 2010 -0700
     1.3 @@ -1303,6 +1303,10 @@
     1.4            "also unloads classes during such a concurrent gc cycle "         \
     1.5            "(effective only when UseConcMarkSweepGC)")                       \
     1.6                                                                              \
     1.7 +  product(bool, GCLockerInvokesConcurrent, false,                           \
     1.8 +          "The exit of a JNI CS necessitating a scavenge also"              \
     1.9 +          " kicks off a bkgrd concurrent collection")                       \
    1.10 +                                                                            \
    1.11    develop(bool, UseCMSAdaptiveFreeLists, true,                              \
    1.12            "Use Adaptive Free Lists in the CMS generation")                  \
    1.13                                                                              \

mercurial