On Fri, 3 Jul 2026 10:10:56 GMT, Severin Gehwolf <[email protected]> wrote:

>> Kieran Farrell has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   extend test coverage and code clean up
>
> test/jdk/sun/tools/jcmd/TestJcmdShowSettings.java line 146:
> 
>> 144:         output.shouldHaveExitValue(0);
>> 145:         output.shouldContain("Operating System Metrics:");
>> 146:     }
> 
> Isn't this failing when not on Linux?

no it prints:

46442:
Operating System Metrics:
    No metrics available for this platform

as does 'java -XshowSettings:system', see `printSystemMetrics` of the 
`LauncherHelper`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31742#discussion_r3519310324

Reply via email to