In ~FreeListAllocator the head of the former pending list is accessed using Atomic::load. But it's local data and not evan an atomic location, and without concurrent access. It should be just an ordinary access.
- links to
-
Commit(master) openjdk/jdk/6c3ba5a6
-
Review(master) openjdk/jdk/20382