Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8196247 | 8u191 | Zhengyu Gu | P4 | Resolved | Fixed | b01 |
JDK-8201049 | 8u181 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8192914 | 8u172 | Zhengyu Gu | P4 | Resolved | Fixed | b01 |
JDK-8203086 | emb-8u181 | Zhengyu Gu | P4 | Resolved | Fixed | master |
Description
VirtualSpaceList::free_bytes() reports free space that is available for chunk allocation.
Instead of reporting the free space of current virtual space node (the node where the allocation is happening), it reports the head of the list, which is the first node of the list.
Instead of reporting the free space of current virtual space node (the node where the allocation is happening), it reports the head of the list, which is the first node of the list.
Attachments
Issue Links
- backported by
-
JDK-8192914 VirtualSpaceList tracks free space on wrong node
-
- Resolved
-
-
JDK-8196247 VirtualSpaceList tracks free space on wrong node
-
- Resolved
-
-
JDK-8201049 VirtualSpaceList tracks free space on wrong node
-
- Resolved
-
-
JDK-8203086 VirtualSpaceList tracks free space on wrong node
-
- Resolved
-