RFR: 8253948: Memory leak in ImageFileReader [v2]

Alan Bateman alanb at openjdk.java.net
Mon Oct 5 12:49:41 UTC 2020


On Sat, 3 Oct 2020 16:17:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix indents
>
> The jimage file is opened at startup and should never be closed. However the jrtfs provider (used by IDEs and other
> tools to access the resources in a target run-time image) may run into it so good to get it fixed.
> Can you fix the formatting to use 4-space indentation consistently?

I should have been clearer. The indentation issues are with changed lines 375, 446-447, and 581.

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

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


More information about the hotspot-runtime-dev mailing list