RFR: 8352251: Implement JEP 518: JFR Cooperative Sampling [v33]

Markus Grönlund mgronlun at openjdk.org
Wed May 21 21:59:57 UTC 2025


On Wed, 21 May 2025 21:44:37 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> We can escape here before `leave_jfr_critical_section`:
> 
> https://github.com/openjdk/jdk/blob/d3aed1e7365d7934e439fff3956ae2ca4b5d4269/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp#L645
> 
> Is that ok for exceptions?

Need to check but might need a leave_critical section in  InterpreterRuntime::throw_delayed_StackOverflowError.

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

PR Comment: https://git.openjdk.org/jdk/pull/24296#issuecomment-2899345710


More information about the hotspot-jfr-dev mailing list