Colleague Justin King (jcking@google.com) made LeakSanitizer working with HotSpot, and identified a memory leak in G1PLABAllocator::PLABData. The pointer array _alloc_buffer introduced in JDK-8291912 should be freed in the destructor G1PLABAllocator::~PLABData().
- relates to
-
JDK-8291912 Introduce per-allocation target struct for members in G1PLABAllocator
-
- Resolved
-