Integrated: 8317368: [JVMCI] SIGSEGV in JVMCIEnv::initialize_installed_code on libgraal

Tom Rodriguez never at openjdk.org
Wed Apr 17 00:20:46 UTC 2024


On Mon, 5 Feb 2024 20:24:32 GMT, Tom Rodriguez <never at openjdk.org> wrote:

> This fixes some lurking issues with JVMCI and nmethod related both BarrierSetNMethod and the garbage collection of nmethods.  In particular the stack walking in c2v_iterateFrames visits many frames and needs a KeepStackGCProcessedMark for safety.  Additionally, JVMCI interacts with nmethods in complex ways and needs some sort of strong root during these interactions.  A new JavaThread field has been added that mirrors the way JVMTI keeps nmethods alive.

This pull request has now been integrated.

Changeset: f6f038a6
Author:    Tom Rodriguez <never at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f6f038a678c450e1157247344fb0984c7bcaa11d
Stats:     96 lines in 7 files changed: 74 ins; 8 del; 14 mod

8317368: [JVMCI] SIGSEGV in JVMCIEnv::initialize_installed_code on libgraal

Reviewed-by: dnsimon, kvn, eosterlund

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

PR: https://git.openjdk.org/jdk/pull/17714


More information about the graal-dev mailing list