< prev index next >

test/runtime/valhalla/valuetypes/ValueTypeArray.java

Print this page
rev 10545 : remove -Xint from runtime tests + force TieredCompilation off
rev 10546 : runtime tests with -Xcomp

*** 31,40 **** --- 31,42 ---- * @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 -Xcomp -XX:+ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray + * @run main/othervm -noverify -Xcomp -XX:-ValueArrayFlatten runtime.valhalla.valuetypes.ValueTypeArray */ public class ValueTypeArray { public static void main(String[] args) { ValueTypeArray valueTypeArray = new ValueTypeArray(); valueTypeArray.run();
< prev index next >