RFR: 8355627: Don't use ThreadCritical for EventLog list [v2]
Coleen Phillimore
coleenp at openjdk.org
Mon May 5 11:48:53 UTC 2025
On Mon, 5 May 2025 08:31:55 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> There is also a jcmd to print out events. In theory, that could be a problem if CAS is unordered.
>
> Then, memory barriers on the reader's side should also be checked.
hm then should the readers be Atomic::load_acquire() ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24954#discussion_r2073293346
More information about the hotspot-dev
mailing list