Re: trySetAccessible​

Alan Bateman Alan.Bateman at oracle.com
Tue Jul 11 17:24:28 UTC 2017


On 11/07/2017 15:37, Jochen Theodorou wrote:
> :
>
> we need that on the level of a class member. Not every method in a 
> class from an exported package is accessible or has been made 
> accessible via runtime mechanisms.
The CLI options don't change the class or member modifiers so you should 
be able to combine those with the module definitions to determine the 
accessibility (core reflection assumes readability so you don't need to 
be concerned with that).

-Alan


More information about the jigsaw-dev mailing list