8384948: Disable DelayAfterInliningCutoff until memory consumption issues are fixed

Reviewed-by: thartmann, shade
This commit is contained in:
Quan Anh Mai 2026-05-19 13:16:41 +00:00
parent ab814a4ec7
commit dbb58b27ee

View File

@ -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") \
\