Is there really a jdk.proxy1 module?

Stephane Epardaud stef at epardaud.fr
Tue Dec 8 15:21:12 UTC 2015


Thanks, that helps, and that does describe what happened to me.

On 08/12/15 16:17, Alan Bateman wrote:
> The accessibility of the proxy class will be determined based on the
> accessibility of the proxy interfaces. If there are proxy interfaces
> is non-exported packages then the proxy will get generated into a
> dynamic module. I can't quite tell why the proxy class is being
> accessed here but you probably need to look at the "Package and Module
> Member of Proxy Class" and "Dynamic Modules" sections of the jlr.Proxy
> javadoc [1] to get all the details.
>
> -Alan.
>
> [1]
> http://cr.openjdk.java.net/~mr/jigsaw/spec/api/java/lang/reflect/Proxy.html



More information about the jigsaw-dev mailing list