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: shade, xliu
  • Loading branch information
caojoshua authored and shipilev committed Feb 20, 2024
1 parent 0d28531 commit 5bf859c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ private String[] cmd(long classStart, long classStop) {
"-XX:+StressIGVN",
"-XX:+StressCCP",
"-XX:+StressMacroExpansion",
"-XX:+StressIncrementalInlining",
// StressSeed is uint
"-XX:StressSeed=" + Math.abs(rng.nextInt())));

Expand Down

1 comment on commit 5bf859c

@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.