Skip to content
Snippets Groups Projects
Commit b47abe8e authored by Satyen Subramaniam's avatar Satyen Subramaniam Committed by Paul Hohensee
Browse files

8325610: CTW: Add StressIncrementalInlining to stress options

Reviewed-by: ysr
Backport-of: 5bf859c8e9bd54cfd254a1485509a7dfa12d02af
parent 6a3c646b
Branches
Tags
No related merge requests found
...@@ -290,6 +290,7 @@ public class CtwRunner { ...@@ -290,6 +290,7 @@ public class CtwRunner {
"-XX:+StressGCM", "-XX:+StressGCM",
"-XX:+StressIGVN", "-XX:+StressIGVN",
"-XX:+StressCCP", "-XX:+StressCCP",
"-XX:+StressIncrementalInlining",
// StressSeed is uint // StressSeed is uint
"-XX:StressSeed=" + Math.abs(rng.nextLong()), "-XX:StressSeed=" + Math.abs(rng.nextLong()),
// CTW entry point // CTW entry point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment