src/share/vm/runtime/globals.hpp

changeset 1942
b96a3e44582f
parent 1899
1a88d3c58e1d
child 1944
3a9de63b2209
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed May 26 14:16:55 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Jun 03 13:21:47 2010 -0400
     1.3 @@ -920,6 +920,10 @@
     1.4                                                                              \
     1.5    product(intx, AlwaysInflate, 0, "(Unstable) Force inflation")             \
     1.6                                                                              \
     1.7 +  product(intx, MonitorBound, 0, "Bound Monitor population")                \
     1.8 +                                                                            \
     1.9 +  product(bool, MonitorInUseLists, false, "Track Monitors for Deflation")   \
    1.10 +                                                                            \
    1.11    product(intx, Atomics, 0,                                                 \
    1.12            "(Unsafe,Unstable) Diagnostic - Controls emission of atomics")    \
    1.13                                                                              \

mercurial