RFR: 8355627: Don't use ThreadCritical for EventLog list [v4]
Coleen Phillimore
coleenp at openjdk.org
Wed Apr 30 20:39:30 UTC 2025
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24954/files
- new: https://git.openjdk.org/jdk/pull/24954/files/d89df3ed..da5c2a77
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24954&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24954&range=02-03
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/24954.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24954/head:pull/24954
PR: https://git.openjdk.org/jdk/pull/24954
More information about the hotspot-dev
mailing list