< prev index next >

hotspot/test/runtime/valhalla/valuetypes/Empty.java

Print this page

        

*** 36,47 **** /** * @test Empty * @summary Test empty value type * @compile -XDenableValueTypes Empty.java ! * @run main/othervm -Xint -noverify -XX:+EnableValhalla runtime.valhalla.valuetypes.Empty ! * @run main/othervm -Xcomp -noverify -XX:+EnableValhalla runtime.valhalla.valuetypes.Empty */ public class Empty { public static void main(String[] args) { try { EmptyValue.createEmptyValue(); --- 36,47 ---- /** * @test Empty * @summary Test empty value type * @compile -XDenableValueTypes Empty.java ! * @run main/othervm -Xint -XX:+EnableValhalla runtime.valhalla.valuetypes.Empty ! * @run main/othervm -Xcomp -XX:+EnableValhalla runtime.valhalla.valuetypes.Empty */ public class Empty { public static void main(String[] args) { try { EmptyValue.createEmptyValue();
< prev index next >