RFR: 8253948: Memory leak in ImageFileReader [v3]
Alan Bateman
alanb at openjdk.java.net
Mon Oct 5 13:11:53 UTC 2020
On Mon, 5 Oct 2020 13:07:54 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
>
> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>
> More indentation fixes
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/490
More information about the core-libs-dev
mailing list