mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8264179: [TESTBUG] Some compiler tests fail when running without C2
Reviewed-by: kvn, jiefu
This commit is contained in:
parent
30b4b17ccb
commit
aefc1560b5
5 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue