< prev index next >

jdk/src/java.base/share/classes/module-info.java

Print this page

        

@@ -126,16 +126,10 @@
     exports javax.security.auth.login;
     exports javax.security.auth.spi;
     exports javax.security.auth.x500;
     exports javax.security.cert;
 
-    // Valhalla support
-    exports jvm.internal.value;
-    exports jdk.experimental.value;
-    exports valhalla.shady;
-    exports jdk.experimental.bytecode;
-
     // additional qualified exports may be inserted at build time
     // see make/gensrc/GenModuleInfo.gmk
 
     exports com.sun.security.ntlm to
         java.security.sasl;

@@ -322,10 +316,11 @@
         java.logging,
         java.prefs;
     exports sun.util.resources to
         jdk.localedata;
 
+    exports valhalla.shady to jdk.incubator.mvt;
 
     // the service types defined by the APIs in this module
 
     uses java.lang.System.LoggerFinder;
     uses java.net.ContentHandlerFactory;
< prev index next >