Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177288 | 7 | Igor Veresov | P3 | Closed | Fixed | b39 |
JDK-2172814 | 6u14 | Igor Veresov | P3 | Resolved | Fixed | b01 |
The NUMA allocator resizes its lgroup chunks proportionally to the allocation rate in each chunk. However, in case when allocation fails the hole which it left is still considered to be a free space and is not taken into account when computing the allocation rate. Considering that the lgroup chunk can get as small as page it is possible that the allocation will fail immediately thus producting the allocation rate value of zero. This in turn would prevent the chunk from growing.
- backported by
-
JDK-2172814 NUMA allocator: Ensure the progress of adaptive chunk resizing
-
- Resolved
-
-
JDK-2177288 NUMA allocator: Ensure the progress of adaptive chunk resizing
-
- Closed
-