hotspot/src/share/vm/runtime/globals.hpp
changeset 11789 2ff80dcfc1cf
parent 11639 ff8cfc20d5cb
child 12095 cc3d6f08a4c4
equal deleted inserted replaced
11788:bef6166c683c 11789:2ff80dcfc1cf
  3011           "(0 means none)"))                                                \
  3011           "(0 means none)"))                                                \
  3012                                                                             \
  3012                                                                             \
  3013   product(intx, SafepointTimeoutDelay, 10000,                               \
  3013   product(intx, SafepointTimeoutDelay, 10000,                               \
  3014           "Delay in milliseconds for option SafepointTimeout")              \
  3014           "Delay in milliseconds for option SafepointTimeout")              \
  3015                                                                             \
  3015                                                                             \
  3016   product(intx, NmethodSweepFraction, 4,                                    \
  3016   product(intx, NmethodSweepFraction, 16,                                    \
  3017           "Number of invocations of sweeper to cover all nmethods")         \
  3017           "Number of invocations of sweeper to cover all nmethods")         \
  3018                                                                             \
  3018                                                                             \
  3019   product(intx, NmethodSweepCheckInterval, 5,                               \
  3019   product(intx, NmethodSweepCheckInterval, 5,                               \
  3020           "Compilers wake up every n seconds to possibly sweep nmethods")   \
  3020           "Compilers wake up every n seconds to possibly sweep nmethods")   \
  3021                                                                             \
  3021                                                                             \