comparison src/share/vm/runtime/globals.hpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents d13d7aba8c12
children f50418dfb1b7
comparison
equal deleted inserted replaced
12881:ed2c74787eb5 12882:ce0cc25bc5e2
2647 \ 2647 \
2648 product(bool, AggressiveOpts, false, \ 2648 product(bool, AggressiveOpts, false, \
2649 "Enable aggressive optimizations - see arguments.cpp") \ 2649 "Enable aggressive optimizations - see arguments.cpp") \
2650 \ 2650 \
2651 product_pd(uintx, TypeProfileLevel, \ 2651 product_pd(uintx, TypeProfileLevel, \
2652 "Type profiling of arguments at call:" \ 2652 "=XY, with Y, Type profiling of arguments at call" \
2653 "0->off ; 1->js292 only; 2->all methods") \ 2653 " X, Type profiling of return value at call" \
2654 "X and Y in 0->off ; 1->js292 only; 2->all methods") \
2654 \ 2655 \
2655 product(intx, TypeProfileArgsLimit, 2, \ 2656 product(intx, TypeProfileArgsLimit, 2, \
2656 "max number of call arguments to consider for type profiling") \ 2657 "max number of call arguments to consider for type profiling") \
2657 \ 2658 \
2658 /* statistics */ \ 2659 /* statistics */ \