< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeArray.java

Print this page
rev 10541 : remove -Xint from runtime tests + force TieredCompilation off

@@ -29,12 +29,12 @@
 
 /*
  * @test ValueTypeArray
  * @summary Plain array test for Value Types
  * @library /testlibrary /
- * @run main/othervm -noverify -Xint -XX:+ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray
- * @run main/othervm -noverify -Xint -XX:-ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray
+ * @run main/othervm -noverify -XX:+ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray
+ * @run main/othervm -noverify -XX:-ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray
  */
 public class ValueTypeArray {
     public static void main(String[] args) {
         ValueTypeArray valueTypeArray = new ValueTypeArray();
         valueTypeArray.run();
< prev index next >