hotspot/src/share/vm/runtime/globals.hpp
changeset 9942 2e86734ba620
parent 9640 f85ccaa4b680
child 9946 b3d5b50e2289
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon May 16 14:21:16 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon May 16 22:16:44 2011 -0700
@@ -2909,6 +2909,12 @@
   product(intx, NmethodSweepCheckInterval, 5,                               \
           "Compilers wake up every n seconds to possibly sweep nmethods")   \
                                                                             \
+  notproduct(bool, LogSweeper, false,                                       \
+            "Keep a ring buffer of sweeper activity")                       \
+                                                                            \
+  notproduct(intx, SweeperLogEntries, 1024,                                 \
+            "Number of records in the ring buffer of sweeper activity")     \
+                                                                            \
   notproduct(intx, MemProfilingInterval, 500,                               \
           "Time between each invocation of the MemProfiler")                \
                                                                             \