< prev index next >

test/hotspot/jtreg/compiler/loopopts/TestRangeCheckPredicatesControl.java

Print this page
rev 59879 : [mq]: 8249000

*** 21,31 **** * questions. */ /* * @test ! * @requires vm.gc.Z & !vm.graal.enabled * @bug 8237859 * @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 --- 21,31 ---- * questions. */ /* * @test ! * @requires vm.gc.Z * @bug 8237859 * @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
< prev index next >