comparison src/share/vm/runtime/globals.hpp @ 9760:c76b43ed5089

Added infrastructure for recording invoked methods in the profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 17 May 2013 15:38:22 +0200
parents 1a009b20f816
children 3d4cdc2de2c1
comparison
equal deleted inserted replaced
9759:580faa2ee288 9760:c76b43ed5089
2947 "(for testing only)") \ 2947 "(for testing only)") \
2948 \ 2948 \
2949 product_pd(intx, TypeProfileWidth, \ 2949 product_pd(intx, TypeProfileWidth, \
2950 "number of receiver types to record in call/cast profile") \ 2950 "number of receiver types to record in call/cast profile") \
2951 \ 2951 \
2952 product_pd(intx, MethodProfileWidth, \
2953 "number of methods to record in call profile") \
2954 \
2952 develop(intx, BciProfileWidth, 2, \ 2955 develop(intx, BciProfileWidth, 2, \
2953 "number of return bci's to record in ret profile") \ 2956 "number of return bci's to record in ret profile") \
2954 \ 2957 \
2955 product(intx, PerMethodRecompilationCutoff, 400, \ 2958 product(intx, PerMethodRecompilationCutoff, 400, \
2956 "After recompiling N times, stay in the interpreter (-1=>'Inf')") \ 2959 "After recompiling N times, stay in the interpreter (-1=>'Inf')") \