On Wed, 19 Nov 2025 07:57:15 GMT, David Holmes <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 0 - terminate not needed
>
> src/hotspot/os/linux/os_linux.cpp line 2594:
>
>> 2592: } else {
>> 2593: st->print(", swap could not be determined");
>> 2594: }
>
> Again probably better to assert and say nothing, or use 0 as a placeholder.
Hi David, I added asserts where you suggested.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28317#discussion_r2541371007