> On Nov 11, 2015, at 7:01 PM, Alan Bateman <alan.bate...@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

Reply via email to