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.
------------- Commit messages: - 8338886: JavaFX debug builds fail on macOS Changes: https://git.openjdk.org/jfx/pull/1544/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1544&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8338886 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jfx/pull/1544.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1544/head:pull/1544 PR: https://git.openjdk.org/jfx/pull/1544