JDK 21 | JDK 23 | JDK 24 |
---|---|---|
21.0.7-oracleFixed | 23.0.2Fixed | 24 b18Fixed |
Duplicate :
|
|
Relates :
|
The list of interfaces for a TypeInterfaces is contained in a GrowableArray that's allocated in the type arena. When hashcons() deletes a TypeInterfaces object because an identical one exists, it can't reclaim memory for the object because it can only free the last thing that was allocated and that's the backing store for the GrowableArray, not the TypeInterfaces object.
|