On 11/11/2015 11:07, Wang Weijun wrote:
:
I'm prototyping in jake and the change is

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

      exports sun.security.util to
+        jdk.security.cert,
      exports sun.security.x509 to
+        jdk.security.cert,

src/jdk.security.cert/share/classes/module-info.java:

+module jdk.security.cert {
+    exports jdk.security.cert;
+}


Okay but is the jdk.security.cert API really tied to modules? If not then I assume this can be pushed via jdk9/dev and we can create the module declaration as part of sync'ing up the jake forest.

-Alan

Reply via email to