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

Frederic Parain fparain at openjdk.java.net
Mon Feb 22 16:31:56 UTC 2021


On Thu, 18 Feb 2021 14:26:29 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

This pull request has now been integrated.

Changeset: 9c991d9b
Author:    Frederic Parain <fparain at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/9c991d9b
Stats:     502 lines in 14 files changed: 467 ins; 13 del; 22 mod

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

Reviewed-by: dsimms, hseigel

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

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


More information about the valhalla-dev mailing list