On Thu, 2 Nov 2023 06:09:22 GMT, David Holmes <[email protected]> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> updated log text
>
> src/hotspot/share/services/heapDumper.cpp line 1959:
>
>> 1957: // Delete selected segmented heap file nevertheless
>> 1958: if (remove(path) != 0) {
>> 1959: log_info(heapdump)("Remove segment file (%d) failed (%d)", i,
>> errno);
>
> Suggestion: "Removal of segment file ..."
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16462#discussion_r1380811214