Integrated: 8265689: JVMCI: InternalError: Class java.lang.Object does not implement interface jdk.vm.ci.meta.JavaType

Vladimir Ivanov vlivanov at openjdk.java.net
Mon Apr 26 10:56:41 UTC 2021


On Thu, 22 Apr 2021 13:43:28 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> The fix for JDK-8264918 (#3396) strengthened the checks on JVM side, but overlooked that `CompilerToVM.getVtableIndexForInterfaceMethod` callers should be adjusted as well to avoid calling into the JVM with сonflicting arguments.
> 
> Testing:
> - [x] hs-tier1 - hs-tier4

This pull request has now been integrated.

Changeset: 9647fb0d
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9647fb0d
Stats:     4 lines in 2 files changed: 1 ins; 0 del; 3 mod

8265689: JVMCI: InternalError: Class java.lang.Object does not implement interface jdk.vm.ci.meta.JavaType

Co-authored-by: Doug Simon <dnsimon at openjdk.org>
Reviewed-by: kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list