< prev index next >

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

Print this page

        

@@ -37,10 +37,13 @@
 /**
  * @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 {
< prev index next >