< prev index next >

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

Print this page
rev 60606 : 8251949: ZGC: Set explicit heap size for compiler/gcbarriers tests
Reviewed-by: XXX

@@ -25,12 +25,12 @@
  * @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
+ * @run main/othervm -Xmx256m -XX:+UseZGC compiler.loopopts.TestRangeCheckPredicatesControl
+ * @run main/othervm -Xmx256m -XX:+UseZGC -XX:+UnlockDiagnosticVMOptions -XX:+StressGCM compiler.loopopts.TestRangeCheckPredicatesControl
  */
 
 package compiler.loopopts;
 
 public class TestRangeCheckPredicatesControl {
< prev index next >