src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Tue Feb 14 16:37:44 2012
--- new/src/share/vm/runtime/globals.hpp	Tue Feb 14 16:37:44 2012

*** 3011,3022 **** --- 3011,3022 ---- "(0 means none)")) \ \ product(intx, SafepointTimeoutDelay, 10000, \ "Delay in milliseconds for option SafepointTimeout") \ \ ! product(intx, NmethodSweepFraction, 4, \ ! "Number of invocations of sweeper to cover all nmethods") \ ! product(intx, NMethodSweepLimit, 256, \ ! "Maximum amount of nmethods to scan per sweeper invocation") \ \ product(intx, NmethodSweepCheckInterval, 5, \ "Compilers wake up every n seconds to possibly sweep nmethods") \ \ notproduct(bool, LogSweeper, false, \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File