Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301031 | 8u381 | Ioi Lam | P4 | Resolved | Fixed | b01 |
BitMap::resize calls _map_allocator.free() before copying the BitMap data to the newly allocated backing memory.
The code path with growing an existing BitMap and !in_resource_area is currently not reachable by the code but it should be fixed nevertheless.
The code path with growing an existing BitMap and !in_resource_area is currently not reachable by the code but it should be fixed nevertheless.
- backported by
-
JDK-8301031 BitMap::resize frees old map before copying memory if !in_resource_area
- Resolved