RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v3]

Glavo duke at openjdk.org
Thu May 11 17:24:09 UTC 2023


On Thu, 11 May 2023 16:30:58 GMT, Carl Döbbelin <duke at openjdk.org> wrote:

>> Replaced querying of `System.getProperty("os.name")` to check for OS with the use of the methods provided by `PlatformUtils`
>
> Carl Döbbelin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   added export of javafx.base to javafx.web and added platform utils call in urlloader

modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/LinuxPlatformFactory.java line 1:

> 1: /*

https://github.com/openjdk/jfx/blob/91ac578372e0676967151315556fa31556927725/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/LinuxPlatformFactory.java#L30-L31

redundant imports

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1132#discussion_r1191481439


More information about the openjfx-dev mailing list