--- 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") \
\