A way to opt out of access restrictions on non-exported members.

Alan Bateman Alan.Bateman at oracle.com
Tue Dec 1 20:28:38 UTC 2015


On 01/12/2015 18:15, Alan Snyder wrote:
> How is native code access to classes and methods via JNI affected by module encapsulation?
>
It shouldn't affect anything as these functions aren't doing access 
checks. The only real change to JNI in the current prototype is the 
GetModule function to get the module that a class is a member of. It's 
possible that other functions may emerge in time.

-Alan


More information about the jigsaw-dev mailing list