From 5bf859c8e9bd54cfd254a1485509a7dfa12d02af Mon Sep 17 00:00:00 2001 From: Joshua Cao Date: Tue, 20 Feb 2024 08:54:36 +0000 Subject: [PATCH] 8325610: CTW: Add StressIncrementalInlining to stress options Reviewed-by: shade, xliu --- .../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 601f7ed91df..45a0cdbfd81 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 @@ -299,6 +299,7 @@ public class CtwRunner { "-XX:+StressIGVN", "-XX:+StressCCP", "-XX:+StressMacroExpansion", + "-XX:+StressIncrementalInlining", // StressSeed is uint "-XX:StressSeed=" + Math.abs(rng.nextInt())));