From e1688ad9fd5ecfaecc1a99975fec98ed022060a5 Mon Sep 17 00:00:00 2001 From: SendaoYan Date: Tue, 22 Oct 2024 14:42:41 +0000 Subject: [PATCH] 8342612: Increase memory usage of compiler/c2/TestScalarReplacementMaxLiveNodes.java Backport-of: 21682bcdccbb35286cbffc21517b3b52abcb2476 --- .../jtreg/compiler/c2/TestScalarReplacementMaxLiveNodes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/c2/TestScalarReplacementMaxLiveNodes.java b/test/hotspot/jtreg/compiler/c2/TestScalarReplacementMaxLiveNodes.java index 60086dba327..3d4584714d7 100644 --- a/test/hotspot/jtreg/compiler/c2/TestScalarReplacementMaxLiveNodes.java +++ b/test/hotspot/jtreg/compiler/c2/TestScalarReplacementMaxLiveNodes.java @@ -36,6 +36,7 @@ * -XX:CompileCommand=inline,*String*::* * -XX:CompileCommand=dontinline,*StringBuilder*::ensureCapacityInternal * -XX:CompileCommand=dontinline,*String*::substring + * -XX:CompileCommand=MemLimit,*.*,0 * -XX:NodeCountInliningCutoff=220000 * -XX:DesiredMethodLimit=100000 * compiler.c2.TestScalarReplacementMaxLiveNodes