Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082790 | emb-9 | David Holmes | P4 | Resolved | Fixed | team |
In VM_PopulateDumpSharedSpace::doit(),
malloc is used to create a local memory space, but without free.
This seems unarguably a bug.
malloc is used to create a local memory space, but without free.
This seems unarguably a bug.
- backported by
-
JDK-8082790 malloc without free in VM_PopulateDumpSharedSpace::doit()
-
- Resolved
-
- blocks
-
JDK-8077567 VM_PopulateDumpSharedSpace::doit() uses malloc to allocate a temporary buffer
-
- Closed
-