On Mon, 4 Aug 2025 16:23:56 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> So this is just compile-time noise. It would be nice to fix it before > integration if not too difficult (else a follow-up bug would be OK). It is happening due the the IS_MAC check added to build.gradle file in this commit : https://github.com/openjdk/jfx/pull/1824/commits/95739d6f4ccff6dbbaaee986451cdd0c40dea5c1 Root cause is that we generate the shaders on all platforms, Modifying this existing behavior as part of the Metal implementation may not be appropriate and needs more investigation to build.gradle. I shall file a follow-up bug for this. Reverted the IS_MAC change, it removes the error message. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1824#issuecomment-3152934358