RFR: 8261956: [type-restrictions] Support RestrictedMethod in the interpreter [v2]

Harold Seigel hseigel at openjdk.java.net
Mon Feb 22 16:27:56 UTC 2021


On Thu, 18 Feb 2021 22:13:28 GMT, Frederic Parain <fparain at openjdk.org> wrote:

>> Please review these changes adding support for RestrictedMethod in the interpreter.
>> Types restrictions are enforced in the following bytecodes:
>>   - invokevirtual
>>   - invokestatic
>>   - invokespecial
>>   - invokeinterface
>>   
>> The changeset also includes a small fix to prevent previous type restrictions related tests to fail.
>> 
>> Thank you,
>> 
>> Fred
>
> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Check class file version for RestrictedMethod attribute

The classFileParser.cpp change looks good.  Thanks for changing it.

Harold

-------------

Marked as reviewed by hseigel (Committer).

PR: https://git.openjdk.java.net/valhalla/pull/341


More information about the valhalla-dev mailing list