8264179: [TESTBUG] Some compiler tests fail when running without C2

Reviewed-by: kvn, jiefu
This commit is contained in:
Christian Hagedorn 2021-03-29 08:03:47 +00:00
parent 30b4b17ccb
commit aefc1560b5
5 changed files with 6 additions and 5 deletions

View file

@ -29,7 +29,7 @@
* @summary A LoadP node has a wrong control input (too early) which results in an out-of-bounds read of an object array with ZGC.
*
* @run main/othervm -XX:+UseZGC compiler.loopopts.TestRangeCheckPredicatesControl
* @run main/othervm -XX:+UseZGC -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM compiler.loopopts.TestRangeCheckPredicatesControl
* @run main/othervm -XX:+UseZGC -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM compiler.loopopts.TestRangeCheckPredicatesControl
*/
package compiler.loopopts;