Skip to content

Commit c62b0a5

Browse files
Satyen SubramaniamPaul Hohensee
authored andcommitted
8325610: CTW: Add StressIncrementalInlining to stress options
Reviewed-by: ysr Backport-of: 5bf859c8e9bd54cfd254a1485509a7dfa12d02af
1 parent a2f0ddb commit c62b0a5

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ private String[] cmd(long classStart, long classStop) {
302302
"-XX:+StressGCM",
303303
"-XX:+StressIGVN",
304304
"-XX:+StressCCP",
305+
"-XX:+StressIncrementalInlining",
305306
// StressSeed is uint
306307
"-XX:StressSeed=" + rng.nextInt(Integer.MAX_VALUE)));
307308

0 commit comments

Comments
 (0)