diff src/share/vm/runtime/globals.hpp @ 1544:1a88d3c58e1d

Merge
author jrose
date Thu, 20 May 2010 01:34:22 -0700
parents 8bfe9058ca46 bfe29ec02863
children c18cbe5936b8 2d127394260e b96a3e44582f
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon May 17 07:11:27 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu May 20 01:34:22 2010 -0700
@@ -2764,6 +2764,9 @@
   product(intx, NmethodSweepFraction, 4,                                    \
           "Number of invocations of sweeper to cover all nmethods")         \
                                                                             \
+  product(intx, NmethodSweepCheckInterval, 5,                               \
+          "Compilers wake up every n seconds to possibly sweep nmethods")   \
+                                                                            \
   notproduct(intx, MemProfilingInterval, 500,                               \
           "Time between each invocation of the MemProfiler")                \
                                                                             \