Review request: exports runtime support + jdk modules converted to use exports

Mandy Chung mandy.chung at oracle.com
Thu Jun 9 11:32:45 PDT 2011


  On 6/9/11 5:48 AM, Alan Bateman wrote:
> I've been looking at the webrev and was wondering about this. I 
> grabbed the patch file from the webrev and did some tests and it looks 
> like the stored configuration for simple tests jumps very 
> significantly, like from about 6.5MB to 90MB. The reason is that java 
> -m spends several seconds loading it. Are you seeing this too? 

I can reproduce this.  My test cases require jdk.base and thus I didn't 
see this.  The current default is "requires jdk" if no jdk module is 
specified in the module-info that causes all jdk modules (contexts and 
their local/remote maps) be included in the configuration. I am looking 
into an optimization to this.

Mandy



More information about the jigsaw-dev mailing list