comparison src/share/vm/runtime/globals.hpp @ 17819:f47fa50d9b9c

8035887: VM crashes trying to force inlining the recursive call Reviewed-by: kvn, twisti
author vlivanov
date Fri, 28 Mar 2014 10:12:48 -0700
parents 62c54fcc0a35
children 248ff38d2950
comparison
equal deleted inserted replaced
17818:75ad4240c15c 17819:f47fa50d9b9c
2984 \ 2984 \
2985 product(intx, MaxRecursiveInlineLevel, 1, \ 2985 product(intx, MaxRecursiveInlineLevel, 1, \
2986 "maximum number of nested recursive calls that are inlined") \ 2986 "maximum number of nested recursive calls that are inlined") \
2987 \ 2987 \
2988 develop(intx, MaxForceInlineLevel, 100, \ 2988 develop(intx, MaxForceInlineLevel, 100, \
2989 "maximum number of nested @ForceInline calls that are inlined") \ 2989 "maximum number of nested calls that are forced for inlining " \
2990 "(using CompilerOracle or marked w/ @ForceInline)") \
2990 \ 2991 \
2991 product_pd(intx, InlineSmallCode, \ 2992 product_pd(intx, InlineSmallCode, \
2992 "Only inline already compiled methods if their code size is " \ 2993 "Only inline already compiled methods if their code size is " \
2993 "less than this") \ 2994 "less than this") \
2994 \ 2995 \