[jfx23u] Integrated: 8338886: JavaFX debug builds fail on macOS

2024-08-28 Thread Jay Bhaskar
On Wed, 28 Aug 2024 14:10:04 GMT, Jay Bhaskar wrote: > A clean backport to jfx23u. The fix is for a build error , failing to build > on mac on debug mode. This pull request has now been integrated. Changeset: 5a81743a Author:Jay Bhaskar URL: https://git.openjdk.org/jfx23u/commit/5a

Integrated: 8338886: JavaFX debug builds fail on macOS

2024-08-23 Thread Jay Bhaskar
On Fri, 23 Aug 2024 05:21:21 GMT, Jay Bhaskar wrote: > Issue: ASSERT Statement: The ASSERT macro or function seems to be used to > check if a condition involving ExceptionCode is true, but it's failing to > compile. > Solution: The expression for ASSERT should be checked with type. This pull r