Integrated: 8376282: [linux, macos] JavaFX fails to build WebKit in DebugNative
Jay Bhaskar
jbhaskar at openjdk.org
Thu Jan 29 14:06:53 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.
This pull request has now been integrated.
Changeset: 0f091426
Author: Jay Bhaskar <jbhaskar at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/0f091426eb44e7a11bf6c8d15a2359d8d7760da8
Stats: 14 lines in 2 files changed: 8 ins; 0 del; 6 mod
8376282: [linux, macos] JavaFX fails to build WebKit in DebugNative
Reviewed-by: kcr
-------------
PR: https://git.openjdk.org/jfx/pull/2055
More information about the openjfx-dev
mailing list