From dbb58b27ee03e0e4ce18f1bdbef5f03095e72031 Mon Sep 17 00:00:00 2001 From: Quan Anh Mai Date: Tue, 19 May 2026 13:16:41 +0000 Subject: [PATCH] 8384948: Disable DelayAfterInliningCutoff until memory consumption issues are fixed Reviewed-by: thartmann, shade --- src/hotspot/share/opto/c2_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/c2_globals.hpp b/src/hotspot/share/opto/c2_globals.hpp index 401f6110142..dc2a08a3da5 100644 --- a/src/hotspot/share/opto/c2_globals.hpp +++ b/src/hotspot/share/opto/c2_globals.hpp @@ -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") \ \