Skip to content

Commit 5bf859c

Browse files
caojoshuashipilev
authored andcommittedFeb 20, 2024
8325610: CTW: Add StressIncrementalInlining to stress options
Reviewed-by: shade, xliu
1 parent 0d28531 commit 5bf859c

File tree

1 file changed

+1
-0
lines changed
  • test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ private String[] cmd(long classStart, long classStop) {
299299
"-XX:+StressIGVN",
300300
"-XX:+StressCCP",
301301
"-XX:+StressMacroExpansion",
302+
"-XX:+StressIncrementalInlining",
302303
// StressSeed is uint
303304
"-XX:StressSeed=" + Math.abs(rng.nextInt())));
304305

0 commit comments

Comments
 (0)
Please sign in to comment.