On Tue, 14 Mar 2023 15:04:47 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix indentation and improve exception message > > src/java.base/share/classes/jdk/internal/util/OperatingSystem.java line 29: > >> 27: >> 28: /** >> 29: * Enumeration of operating system types and testing for the current OS. > > Would it be more correct to say an enumerating of operating system names > rather than types? It is more OS type or kind than name; there are multiple distros that are Linux, i.e. Ubuntu, Fedora, Oracle Linux, etc.. It is not equivalent to `os.name`. ------------- PR: https://git.openjdk.org/jdk/pull/12931