RFR: 8319559: [JVMCI] ensureLinked must be able to call Java
Tom Rodriguez
never at openjdk.org
Mon Nov 6 21:46:28 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 never (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16530#pullrequestreview-1716319369
More information about the hotspot-compiler-dev
mailing list