equal
deleted
inserted
replaced
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 \ |