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

Zhengyu Gu zgu at openjdk.org
Thu May 1 12:32:49 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

LGTM

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

Marked as reviewed by zgu (Reviewer).

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


More information about the hotspot-dev mailing list