comparison src/share/vm/runtime/globals.hpp @ 13081:e74074c34312

8028159: C2: compiler stack overflow during inlining of @ForceInline methods Reviewed-by: roland, kvn
author vlivanov
date Thu, 14 Nov 2013 09:14:39 -0800
parents 78da3894b86f
children 096c224171c4 438fe38c63c8 da862781b584
comparison
equal deleted inserted replaced
13080:6e1826d5c23e 13081:e74074c34312
2952 "maximum number of nested calls that are inlined") \ 2952 "maximum number of nested calls that are inlined") \
2953 \ 2953 \
2954 product(intx, MaxRecursiveInlineLevel, 1, \ 2954 product(intx, MaxRecursiveInlineLevel, 1, \
2955 "maximum number of nested recursive calls that are inlined") \ 2955 "maximum number of nested recursive calls that are inlined") \
2956 \ 2956 \
2957 develop(intx, MaxForceInlineLevel, 100, \
2958 "maximum number of nested @ForceInline calls that are inlined") \
2959 \
2957 product_pd(intx, InlineSmallCode, \ 2960 product_pd(intx, InlineSmallCode, \
2958 "Only inline already compiled methods if their code size is " \ 2961 "Only inline already compiled methods if their code size is " \
2959 "less than this") \ 2962 "less than this") \
2960 \ 2963 \
2961 product(intx, MaxInlineSize, 35, \ 2964 product(intx, MaxInlineSize, 35, \