RFR: 8355627: Don't use ThreadCritical for EventLog list [v4]

Aleksey Shipilev shade at openjdk.org
Thu May 1 06:15:44 UTC 2025


On Wed, 30 Apr 2025 20:39:30 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Use LockFreeStack to link events on the eventLog queue.  They are never popped so this requires no further synchronization.
>> Tested by tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove memory order specification

Looks fine, thanks.

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

Marked as reviewed by shade (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24954#pullrequestreview-2809220284


More information about the hotspot-dev mailing list