It's possible that this list can be added to concurrently by components after startup, so can't be without synchronization. The list is created and initially populated during startup time so cannot use regular Mutex locks.
Use lock free prepend to hold the event list instead of ThreadCritical.
Use lock free prepend to hold the event list instead of ThreadCritical.
- links to
-
Commit(master) openjdk/jdk/afb9134a
-
Review(master) openjdk/jdk/24954