JOSM feedback on Java 7,8,9, including Jigsaw EA

Alan Bateman Alan.Bateman at oracle.com
Wed Nov 11 11:01:55 UTC 2015



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


More information about the jigsaw-dev mailing list