Integrated: 8355627: Don't use ThreadCritical for EventLog list
Coleen Phillimore
coleenp at openjdk.org
Fri May 2 11:42:54 UTC 2025
On Tue, 29 Apr 2025 19:16:48 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.
This pull request has now been integrated.
Changeset: afb9134a
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/afb9134a31c326e90f2bb68ae17e32de9d1d7740
Stats: 91 lines in 2 files changed: 80 ins; 2 del; 9 mod
8355627: Don't use ThreadCritical for EventLog list
Reviewed-by: shade, lmesnik, zgu
-------------
PR: https://git.openjdk.org/jdk/pull/24954
More information about the hotspot-dev
mailing list