mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8035887: VM crashes trying to force inlining the recursive call
Reviewed-by: kvn, twisti
This commit is contained in:
parent
1d10b6813e
commit
132fd335eb
2 changed files with 10 additions and 6 deletions
|
@ -2987,7 +2987,8 @@ class CommandLineFlags {
|
|||
"maximum number of nested recursive calls that are inlined") \
|
||||
\
|
||||
develop(intx, MaxForceInlineLevel, 100, \
|
||||
"maximum number of nested @ForceInline calls that are inlined") \
|
||||
"maximum number of nested calls that are forced for inlining " \
|
||||
"(using CompilerOracle or marked w/ @ForceInline)") \
|
||||
\
|
||||
product_pd(intx, InlineSmallCode, \
|
||||
"Only inline already compiled methods if their code size is " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue