mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 18:53:37 +00:00
8384948: Disable DelayAfterInliningCutoff until memory consumption issues are fixed
Reviewed-by: thartmann, shade
This commit is contained in:
parent
ab814a4ec7
commit
dbb58b27ee
@ -510,7 +510,7 @@
|
||||
"If node count exceeds limit stop inlining") \
|
||||
range(0, max_jint) \
|
||||
\
|
||||
product(bool, DelayAfterInliningCutoff, true, DIAGNOSTIC, \
|
||||
product(bool, DelayAfterInliningCutoff, false, DIAGNOSTIC, \
|
||||
"If node count exceeds limit during parsing, attempt inlining " \
|
||||
"later instead of giving up completely") \
|
||||
\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user