src/share/vm/runtime/globals.hpp

changeset 1899
1a88d3c58e1d
parent 1878
8bfe9058ca46
parent 1893
bfe29ec02863
child 1907
c18cbe5936b8
child 1926
2d127394260e
child 1942
b96a3e44582f
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon May 17 07:11:27 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 20 01:34:22 2010 -0700
     1.3 @@ -2764,6 +2764,9 @@
     1.4    product(intx, NmethodSweepFraction, 4,                                    \
     1.5            "Number of invocations of sweeper to cover all nmethods")         \
     1.6                                                                              \
     1.7 +  product(intx, NmethodSweepCheckInterval, 5,                               \
     1.8 +          "Compilers wake up every n seconds to possibly sweep nmethods")   \
     1.9 +                                                                            \
    1.10    notproduct(intx, MemProfilingInterval, 500,                               \
    1.11            "Time between each invocation of the MemProfiler")                \
    1.12                                                                              \

mercurial