On Sat, 13 May 2023 16:40:39 GMT, Carl Döbbelin <d...@openjdk.org> wrote:

>> replaced implementation of OS checks in HostUtils with calls of PlatformUtil
>
> Carl Döbbelin has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   added isEmbedded

modules/javafx.media/src/main/java/com/sun/media/jfxmediaimpl/HostUtils.java 
line 60:

> 58: 
> 59:     public static boolean isWindows() {
> 60:         return osName.startsWith("windows");

`osName` is unused now

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1134#discussion_r1193012298

Reply via email to