comparison src/share/vm/runtime/globals.hpp @ 4945:cfdfbeac0a5b

7145345: Code cache sweeper must cooperate with safepoints Summary: Safepoint in the sweeper loop in necessary Reviewed-by: kvn, never
author iveresov
date Wed, 15 Feb 2012 12:32:03 -0800
parents 379b22e03c32
children 33df1aeaebbf 2d503de963b3
comparison
equal deleted inserted replaced
4944:09d00c18e323 4945: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 \