-
Enhancement
-
Resolution: Fixed
-
P4
-
12
-
b21
-
generic
-
generic
The PtrQueueSet class presently contains an embedded free-list-based BufferNode allocator. This mechanism supports deferring from one PtrQueue to another for allocation, so that all PtrQueueSets of a given kind can share a single allocator. A much simpler approach would be to have a separate BufferNode allocator class, which can be shared by multiple PtrQueueSets.
- relates to
-
JDK-8214125 [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp
-
- Resolved
-
-
JDK-8212826 Make PtrQueue free list lock-free
-
- Resolved
-
-
JDK-8156696 Simplify PtrQueueSet initialization
-
- Resolved
-
-
JDK-8320859 gtest high malloc footprint caused by BufferNodeAllocator stress test
-
- Resolved
-