JOSM feedback on Java 7,8,9, including Jigsaw EA
Wang Weijun
weijun.wang at oracle.com
Wed Nov 11 13:39:45 UTC 2015
> On Nov 11, 2015, at 7:01 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>
>
>
> 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?
No. I develop it in jake to make sure the API separation is clear and every test has correct @modules tags.
> 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.
Sure, that is my plan.
--Max
>
> -Alan
More information about the jigsaw-dev
mailing list