< prev index next >

jdk/test/valhalla/mvt/modules/m/module-info.java

Print this page

        

@@ -20,7 +20,8 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 module m {
+    requires jdk.incubator.mvt;
     exports p;
 }
< prev index next >