[jdk11u-dev] Withdrawn: 8270306: [TESTBUG] Add smoke test for JVMCI bootstrapping
duke
duke at openjdk.java.net
Wed Nov 10 09:50:48 UTC 2021
On Mon, 12 Jul 2021 10:32:58 GMT, Michal Karm Babacek <duke at openjdk.java.net> wrote:
> Test fails with the undermentioned when fix for 8226533 is reverted (ed48e5cb).
>
>
> ----------System.err:(67/7089)----------
> stdout: [Bootstrapping JVMCI.Thread[JVMCI CompilerThread0,9,system]: Compilation of org.graalvm.compiler.phases.common.util.HashSetNodeEventListener.changed(Graph$NodeEvent, Node) failed: org.graalvm.compiler.graph.GraalGraphError: java.lang.InternalError: Effectively static method org.graalvm.compiler.graph.Node.int org.graalvm.compiler.graph.Node.hashCode() should be handled in Java code
> at node: 113|LoadMethod
> at exact jdk.internal.vm.compiler.collections.EconomicMapImpl.getHashIndex(Object):int
> ...
>
>
> The test passes with the fix in place.
>
> The test requires JVMCI implementation compiler to be present,
> i.e. it makes sense only in versions before https://openjdk.java.net/jeps/410.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/122
More information about the jdk-updates-dev
mailing list