comparison src/share/vm/runtime/globals.hpp @ 10319:91eba9f82325

8012371: Adjust Tiered compile threshold according to available space in code cache Summary: Added command line parameter to define a threshold at which C1 compilation threshold for is increased. Reviewed-by: kvn, iveresov
author anoll
date Thu, 16 May 2013 15:46:49 +0200
parents 2958af1d8c5a
children f2110083203d d2907f74462e
comparison
equal deleted inserted replaced
10298:7ec426e29e4c 10319:91eba9f82325
3434 \ 3434 \
3435 product(intx, Tier0ProfilingStartPercentage, 200, \ 3435 product(intx, Tier0ProfilingStartPercentage, 200, \
3436 "Start profiling in interpreter if the counters exceed tier 3" \ 3436 "Start profiling in interpreter if the counters exceed tier 3" \
3437 "thresholds by the specified percentage") \ 3437 "thresholds by the specified percentage") \
3438 \ 3438 \
3439 product(uintx, IncreaseFirstTierCompileThresholdAt, 50, \
3440 "Increase the compile threshold for C1 compilation if the code" \
3441 "cache is filled by the specified percentage.") \
3442 \
3439 product(intx, TieredRateUpdateMinTime, 1, \ 3443 product(intx, TieredRateUpdateMinTime, 1, \
3440 "Minimum rate sampling interval (in milliseconds)") \ 3444 "Minimum rate sampling interval (in milliseconds)") \
3441 \ 3445 \
3442 product(intx, TieredRateUpdateMaxTime, 25, \ 3446 product(intx, TieredRateUpdateMaxTime, 25, \
3443 "Maximum rate sampling interval (in milliseconds)") \ 3447 "Maximum rate sampling interval (in milliseconds)") \