On Mon, 22 Jun 2026 10:06:41 GMT, Marius Hanl <[email protected]> wrote:
> Conceptually, it is a bit strange to have `unix` as a standalone platform. It > seems to include the `Linux` and `Solaris` platform when looking into > `PlatformUtil`. But not `Mac`, which is also a Unix platform and even Unix > certified AFAIK. > > So that might be something we should have a look at before baking it into the > new `-fx-platform` API. If `Solaris` is not important anymore, we could > probably replace `isUnix` with `isLinux` (only used 2 times in prod code). You're right, let's remove "unix" for now because its semantics are unclear. It's not even used in CSS, and we can always add it later if we see the need to do so. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2193#issuecomment-4769836909
