RFR(M): 8165896: Use "open" flag from JVM_DefineModule to export all module packages

Alan Bateman Alan.Bateman at oracle.com
Fri Apr 21 16:32:29 UTC 2017



On 21/04/2017 17:24, Rachel Protacio wrote:
> Is there no chance someone will erroneously use initExportsAndOpens() 
> in some other place and apply it to an open or automatic module? If 
> not/if that wouldn't be a problem that's fine. Here's the updated 
> changeset: http://cr.openjdk.java.net/~rprotacio/8165896.jdk.02/
initExportsAndOpens is private so it can never be called outside of 
jl.Module.

The updated webrev looks good.

-Alan


More information about the hotspot-runtime-dev mailing list