src/share/vm/runtime/globals.hpp

changeset 3572
cfdfbeac0a5b
parent 3502
379b22e03c32
child 3619
2d503de963b3
equal deleted inserted replaced
3571:09d00c18e323 3572:cfdfbeac0a5b
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 \

mercurial