On Fri, 24 Mar 2023 16:04:38 GMT, Roger Riggs <rri...@openjdk.org> wrote:

>> src/java.base/share/classes/jdk/internal/util/OperatingSystem.java line 81:
>> 
>>> 79:      */
>>> 80:     AIX,
>>> 81:     ;
>> 
>> So no Unknown value?
>
> Correct, as explained above.

If additional OS values are needed, they can be added to the enum and add the 
corresponding `isXXX()` method building on the same pattern used in 
OperatingSystemProps.java.template.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12931#discussion_r1147804555

Reply via email to