Integrated: 8264918: [JVMCI] getVtableIndexForInterfaceMethod doesn't check that type and method are related

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Apr 9 10:49:21 UTC 2021


On Thu, 8 Apr 2021 12:49:21 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> getVtableIndexForInterfaceMethod should reject the case when a resolved class doesn't implement the holder interface.
> 
> Testing:
> - [x] hs-tier1 - hs-tier4

This pull request has now been integrated.

Changeset: b3782ead
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b3782ead
Stats:     11 lines in 2 files changed: 6 ins; 0 del; 5 mod

8264918: [JVMCI] getVtableIndexForInterfaceMethod doesn't check that type and method are related

Reviewed-by: kvn

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

PR: https://git.openjdk.java.net/jdk/pull/3396


More information about the hotspot-compiler-dev mailing list