RFR: 8253948: Memory leak in ImageFileReader [v2]
Zhengyu Gu
zgu at openjdk.java.net
Mon Oct 5 12:43:36 UTC 2020
> 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:
Fix indents
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/490/files
- new: https://git.openjdk.java.net/jdk/pull/490/files/925fb03b..18326c81
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=490&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=490&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/490.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/490/head:pull/490
PR: https://git.openjdk.java.net/jdk/pull/490
More information about the core-libs-dev
mailing list