comparison src/share/vm/runtime/globals.hpp @ 14420:abe03600372a

8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling Summary: Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
author goetz
date Sun, 15 Sep 2013 15:28:58 +0200
parents e2722a66aba7
children 2b8e28fdf503
comparison
equal deleted inserted replaced
14419:7373e44fa207 14420:abe03600372a
2725 "Inline intrinsics that can be statically resolved") \ 2725 "Inline intrinsics that can be statically resolved") \
2726 \ 2726 \
2727 product_pd(bool, ProfileInterpreter, \ 2727 product_pd(bool, ProfileInterpreter, \
2728 "Profile at the bytecode level during interpretation") \ 2728 "Profile at the bytecode level during interpretation") \
2729 \ 2729 \
2730 develop(bool, TraceProfileInterpreter, false, \
2731 "Trace profiling at the bytecode level during interpretation. " \
2732 "This outputs the profiling information collected to improve " \
2733 "jit compilation.") \
2734 \
2730 develop_pd(bool, ProfileTraps, \ 2735 develop_pd(bool, ProfileTraps, \
2731 "Profile deoptimization traps at the bytecode level") \ 2736 "Profile deoptimization traps at the bytecode level") \
2732 \ 2737 \
2733 product(intx, ProfileMaturityPercentage, 20, \ 2738 product(intx, ProfileMaturityPercentage, 20, \
2734 "number of method invocations/branches (expressed as % of " \ 2739 "number of method invocations/branches (expressed as % of " \