8028159: C2: compiler stack overflow during inlining of @ForceInline methods

Reviewed-by: roland, kvn
This commit is contained in:
Vladimir Ivanov 2013-11-14 09:14:39 -08:00
parent 3fbc683322
commit e7f6de784c
4 changed files with 9 additions and 5 deletions

View file

@ -2954,6 +2954,9 @@ class CommandLineFlags {
product(intx, MaxRecursiveInlineLevel, 1, \
"maximum number of nested recursive calls that are inlined") \
\
develop(intx, MaxForceInlineLevel, 100, \
"maximum number of nested @ForceInline calls that are inlined") \
\
product_pd(intx, InlineSmallCode, \
"Only inline already compiled methods if their code size is " \
"less than this") \