[jdk17] RFR: 8269064: Dropped messages of AsyncLogWriter cause memleak [v2]
Volker Simonis
simonis at openjdk.java.net
Wed Jun 23 08:08:26 UTC 2021
On Tue, 22 Jun 2021 18:50:58 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> This patch freed c-strs for the dropped messages. Those c-strs are allocated from os::strdup.
>
> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>
> os::free can handle nullptr.
Looks good to me.
Thanks for fixing,
Volker
-------------
Marked as reviewed by simonis (Reviewer).
PR: https://git.openjdk.java.net/jdk17/pull/121
More information about the hotspot-runtime-dev
mailing list