< prev index next >

test/runtime/valhalla/valuetypes/DeriveValueTypeCreation.java

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

*** 41,50 **** --- 41,51 ---- * @test DeriveValueTypeCreation * @summary Derive Value Type creation test * @library /testlibrary / * @build runtime.valhalla.valuetypes.ValueCapableClass * @run main/othervm -Xint -noverify runtime.valhalla.valuetypes.DeriveValueTypeCreation + * @run main/othervm -Xcomp -noverify runtime.valhalla.valuetypes.DeriveValueTypeCreation */ public class DeriveValueTypeCreation { public static final String VCC_CLASSNAME = "runtime.valhalla.valuetypes.ValueCapableClass";
< prev index next >