RFR: 8253948: Memory leak in ImageFileReader

Zhengyu Gu zgu at openjdk.java.net
Fri Oct 2 23:12:38 UTC 2020


On Fri, 2 Oct 2020 20:47:16 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> ImageFileReader allocates ImageModuleData in ImageFileReader::open(), but never free.
> 
> Also renamed module_data to _module_data to be consistent with other member variables.
> 
> Test:
> - [x] tier1 on Linux x86_64

ImageFileReader is also used in hotspot runtime

-------------

PR: https://git.openjdk.java.net/jdk/pull/490


More information about the hotspot-runtime-dev mailing list