comparison src/share/vm/runtime/globals.hpp @ 12883:f50418dfb1b7

Merge
author iveresov
date Sun, 13 Oct 2013 13:22:24 -0700
parents aa6f2ea19d8f ce0cc25bc5e2
children c51cd6af7e61
comparison
equal deleted inserted replaced
12844:7c26dced065e 12883:f50418dfb1b7
2675 "Inline allocations larger than this in doublewords must go slow")\ 2675 "Inline allocations larger than this in doublewords must go slow")\
2676 \ 2676 \
2677 product(bool, AggressiveOpts, false, \ 2677 product(bool, AggressiveOpts, false, \
2678 "Enable aggressive optimizations - see arguments.cpp") \ 2678 "Enable aggressive optimizations - see arguments.cpp") \
2679 \ 2679 \
2680 product_pd(uintx, TypeProfileLevel, \
2681 "=XY, with Y, Type profiling of arguments at call" \
2682 " X, Type profiling of return value at call" \
2683 "X and Y in 0->off ; 1->js292 only; 2->all methods") \
2684 \
2685 product(intx, TypeProfileArgsLimit, 2, \
2686 "max number of call arguments to consider for type profiling") \
2687 \
2680 /* statistics */ \ 2688 /* statistics */ \
2681 develop(bool, CountCompiledCalls, false, \ 2689 develop(bool, CountCompiledCalls, false, \
2682 "Count method invocations") \ 2690 "Count method invocations") \
2683 \ 2691 \
2684 notproduct(bool, CountRuntimeCalls, false, \ 2692 notproduct(bool, CountRuntimeCalls, false, \
3821 "Enable event-based tracing") \ 3829 "Enable event-based tracing") \
3822 \ 3830 \
3823 product(bool, UseLockedTracing, false, \ 3831 product(bool, UseLockedTracing, false, \
3824 "Use locked-tracing when doing event-based tracing") 3832 "Use locked-tracing when doing event-based tracing")
3825 3833
3826
3827 /* 3834 /*
3828 * Macros for factoring of globals 3835 * Macros for factoring of globals
3829 */ 3836 */
3830 3837
3831 // Interface macros 3838 // Interface macros