Integrated: 8253948: Memory leak in ImageFileReader

Zhengyu Gu zgu at openjdk.java.net
Mon Oct 5 13:54:47 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

This pull request has now been integrated.

Changeset: 81dae70f
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/81dae70f
Stats:     15 lines in 2 files changed: 10 ins; 0 del; 5 mod

8253948: Memory leak in ImageFileReader

Reviewed-by: alanb

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

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


More information about the core-libs-dev mailing list