Relates :
|
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().
|