On Thu, 11 May 2023 20:11:07 GMT, Nir Lisker <nlis...@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. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1132#issuecomment-1545896369