From b47abe8e7b4f456b3cb078ae032e96380f8b3802 Mon Sep 17 00:00:00 2001 From: Satyen Subramaniam <ssubramaniam@openjdk.org> Date: Mon, 21 Oct 2024 15:53:46 +0000 Subject: [PATCH] 8325610: CTW: Add StressIncrementalInlining to stress options Reviewed-by: ysr Backport-of: 5bf859c8e9bd54cfd254a1485509a7dfa12d02af --- .../testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java b/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java index 187b86f6f3a..fd5d6220cef 100644 --- a/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java +++ b/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java @@ -290,6 +290,7 @@ public class CtwRunner { "-XX:+StressGCM", "-XX:+StressIGVN", "-XX:+StressCCP", + "-XX:+StressIncrementalInlining", // StressSeed is uint "-XX:StressSeed=" + Math.abs(rng.nextLong()), // CTW entry point -- GitLab