RFR: 8355627: Don't use ThreadCritical for EventLog list [v4]
Leonid Mesnik
lmesnik at openjdk.org
Wed Apr 30 22:35:45 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
The changes looks good.
-------------
Marked as reviewed by lmesnik (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24954#pullrequestreview-2808684766
More information about the hotspot-dev
mailing list