Skip to content

Commit

Permalink
8325610: CTW: Add StressIncrementalInlining to stress options
Browse files Browse the repository at this point in the history
Reviewed-by: ysr
Backport-of: 5bf859c8e9bd54cfd254a1485509a7dfa12d02af
  • Loading branch information
Satyen Subramaniam authored and Paul Hohensee committed Oct 21, 2024
1 parent 6a3c646 commit b47abe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ private String[] cmd(long classStart, long classStop) {
"-XX:+StressGCM",
"-XX:+StressIGVN",
"-XX:+StressCCP",
"-XX:+StressIncrementalInlining",
// StressSeed is uint
"-XX:StressSeed=" + Math.abs(rng.nextLong()),
// CTW entry point
Expand Down

1 comment on commit b47abe8

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.