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

Patricio Chilano Mateo pchilanomate at openjdk.org
Thu May 15 21:54:00 UTC 2025


On Thu, 15 May 2025 20:56:05 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp line 1168:
>> 
>>> 1166: 
>>> 1167:   // Remove activation
>>> 1168: 
>> 
>> Shouldn’t all this be done before we execute the result handler above?
>
> Why do you think that?

Never mind, it should be fine to execute the result handler before.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24296#discussion_r2092008221


More information about the hotspot-jfr-dev mailing list