RFR 8187742 Minimal set of bootstrap methods for dynamic constants

John Rose john.r.rose at oracle.com
Tue Nov 7 22:20:01 UTC 2017


On Nov 7, 2017, at 2:18 PM, forax at univ-mlv.fr wrote:
> 
>>> 
>>> Also, why it's not called in invoke ?
>>> 
>> 
>> What “it” are you referring to?
> 
> validateClassAccess.

Because having a MH means you have already been granted
access to invoke it.  Having a Class does *not* mean you have
been granted access to its members; that is a further step.

— John


More information about the hotspot-dev mailing list