comparison src/share/vm/runtime/globals.hpp @ 14664:1179450ad3ee

8035887: VM crashes trying to force inlining the recursive call Reviewed-by: kvn, twisti
author vlivanov
date Tue, 04 Mar 2014 02:19:04 -0800
parents 3edd4a71588b
children aed8e1fe80eb
comparison
equal deleted inserted replaced
14663:3edd4a71588b 14664:1179450ad3ee
2985 \ 2985 \
2986 product(intx, MaxRecursiveInlineLevel, 1, \ 2986 product(intx, MaxRecursiveInlineLevel, 1, \
2987 "maximum number of nested recursive calls that are inlined") \ 2987 "maximum number of nested recursive calls that are inlined") \
2988 \ 2988 \
2989 develop(intx, MaxForceInlineLevel, 100, \ 2989 develop(intx, MaxForceInlineLevel, 100, \
2990 "maximum number of nested @ForceInline calls that are inlined") \ 2990 "maximum number of nested calls that are forced for inlining " \
2991 "(using CompilerOracle or marked w/ @ForceInline)") \
2991 \ 2992 \
2992 product_pd(intx, InlineSmallCode, \ 2993 product_pd(intx, InlineSmallCode, \
2993 "Only inline already compiled methods if their code size is " \ 2994 "Only inline already compiled methods if their code size is " \
2994 "less than this") \ 2995 "less than this") \
2995 \ 2996 \