RFR: 8376282: [linux, macos] JavaFX fails to build WebKit in DebugNative
Kevin Rushforth
kcr at openjdk.org
Thu Jan 29 14:01:46 UTC 2026
On Wed, 28 Jan 2026 09:31:56 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: JavaFX fails to build WebKit in DebugNative for [linux, macos]
> Solution: ASSERT(ec == TypeError) is incorrect for Java DOM API. createAttribute may throw InvalidCharacterError. Replaced ASSERT with if check and added debug logging for error code.
LGTM
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/2055#pullrequestreview-3722914426
More information about the openjfx-dev
mailing list