RFR: 8352738: Implement JEP 520: JFR Method Timing and Tracing

Markus Grönlund mgronlun at openjdk.org
Fri May 23 14:57:53 UTC 2025


On Fri, 23 May 2025 14:43:53 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Correct, should be Atomic::load_acquire()
>
> Just so we are on the same page, the stores should be at least `Atomic::release_store`, but better even `Atomic::release_store_fence` to match `Atomic::load_acquire`.

Why release_store_fence() over release_store() in this context?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25306#discussion_r2104775758


More information about the hotspot-jfr-dev mailing list