8325610: CTW: Add StressIncrementalInlining to stress options
Reviewed-by: shade, xliu
This commit is contained in:
parent
0d285312a9
commit
5bf859c8e9
@ -299,6 +299,7 @@ public class CtwRunner {
|
||||
"-XX:+StressIGVN",
|
||||
"-XX:+StressCCP",
|
||||
"-XX:+StressMacroExpansion",
|
||||
"-XX:+StressIncrementalInlining",
|
||||
// StressSeed is uint
|
||||
"-XX:StressSeed=" + Math.abs(rng.nextInt())));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user