JDK-8296504 : Memory leak in G1PLABAllocator::PLABData
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2022-11-08
  • Updated: 2022-11-08
Related Reports
Relates :  
Description
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().
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11032 Date: 2022-11-08 00:20:28 +0000
08-11-2022