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

I have looked at `HostUtils` further. The only method it implements itself is 
the `is64bit`, which checks whether the architechture is 64 bit. i could not 
find any usages of this method anywhere. 

i think it may be a valid option to replace calls of `HostUtils` by calls of 
`PlatformUtil` and move `is64bit` in the `PlatformUtil` as well. It may also be 
an option to remove it completely.

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

PR Comment: https://git.openjdk.org/jfx/pull/1134#issuecomment-1546713625

Reply via email to