Integrated: 8319559: [JVMCI] ensureLinked must be able to call Java
Doug Simon
dnsimon at openjdk.org
Tue Nov 7 10:16:43 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.
This pull request has now been integrated.
Changeset: 9ac6ac86
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9ac6ac86d32d2a9a52fade257adeedd103d6ff82
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8319559: [JVMCI] ensureLinked must be able to call Java
Reviewed-by: never, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/16530
More information about the hotspot-compiler-dev
mailing list