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

Vladimir Kozlov kvn at openjdk.java.net
Fri Apr 23 16:28:36 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

Marked as reviewed by kvn (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list