< prev index next >

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

Print this page

        

*** 42,52 **** } /** * @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) { --- 42,52 ---- } /** * @test Empty * @summary Test empty value type ! * @compile -XDenableValueTypes -XDallowEmptyValues 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) {
< prev index next >