RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v5]
Kevin Rushforth
kcr at openjdk.org
Fri May 12 19:42:49 UTC 2023
On Fri, 12 May 2023 16:26:42 GMT, Carl Döbbelin <duke at openjdk.org> wrote:
> > > Looks good. Do you want to replace `HostUtils`'s OS detection with `PlatformUtil` (or were they split on purpose)?
> >
> >
> > I think this might be a good change, but I'll leave it up to @EstelonAgarwaen . To minimize the intrusion, you could just change the implementation of the four `HostUtils` methods that check `os.name` to call the equivalent `PlatformUtil` methods rather than changing all of the call sites.
>
> Can you open a ticket in the Bugtracker? Ill create a separate PR for it.
https://bugs.openjdk.org/browse/JDK-8308028
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1132#issuecomment-1546201775
More information about the openjfx-dev
mailing list