RFR: 8319559: [JVMCI] ensureLinked must be able to call Java

Tobias Hartmann thartmann at openjdk.org
Tue Nov 7 10:16:41 UTC 2023


On Mon, 6 Nov 2023 21:33:16 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> As of [JDK-8318694](https://bugs.openjdk.org/browse/JDK-8318694), only a few select C2V entry points in `jvmciCompilerToVM.cpp` can make Java calls. The `ensureLinked` method was not included but needs to be as it is called from a Truffle context executing on a Compiler thread.

Marked as reviewed by thartmann (Reviewer).

Looks good to me.

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

PR Review: https://git.openjdk.org/jdk/pull/16530#pullrequestreview-1717316768
PR Comment: https://git.openjdk.org/jdk/pull/16530#issuecomment-1798203638


More information about the hotspot-compiler-dev mailing list