[jdk17u-dev] RFR: 8283469: Don't use memset to initialize members in FileMapInfo and fix memory leak [v2]

Zhengyu Gu zgu at openjdk.java.net
Mon May 16 12:57:12 UTC 2022


On Mon, 16 May 2022 09:38:03 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added an empty line
>
> src/hotspot/share/cds/filemap.cpp line 195:
> 
>> 193:     assert(_dynamic_archive_info == this, "must be singleton"); // not thread safe
>> 194:     _dynamic_archive_info = NULL;
>> 195:   }
> 
> Original change adds an empty line here. Please insert.

Fixed. Thanks for the review, @TheRealMDoerr

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

PR: https://git.openjdk.java.net/jdk17u-dev/pull/397


More information about the jdk-updates-dev mailing list