< prev index next >

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

Print this page

        

@@ -42,11 +42,11 @@
 }
 
 /**
  * @test Empty
  * @summary Test empty value type
- * @compile -XDenableValueTypes Empty.java
+ * @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 >