Integrated: 8317975: [JVMCI] assert(pointee != nullptr) failed: invariant
Doug Simon
dnsimon at openjdk.org
Mon Oct 16 12:56:59 UTC 2023
On Wed, 11 Oct 2023 21:24:25 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR fixes the clearing of a JNI handle help by libjvmci such that it is done at a safepoint. This is achieved by making a VM call to do the clearing.
This pull request has now been integrated.
Changeset: 7028fb9d
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7028fb9d588fce6d61511d8c32b8e8889b453240
Stats: 31 lines in 5 files changed: 27 ins; 2 del; 2 mod
8317975: [JVMCI] assert(pointee != nullptr) failed: invariant
Reviewed-by: never, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/16158
More information about the hotspot-compiler-dev
mailing list