Integrated: 8329874: JavaFX debug builds fail on Linux
Jay Bhaskar
jbhaskar at openjdk.org
Wed Sep 17 11:19:21 UTC 2025
On Sun, 14 Sep 2025 02:24:20 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: JavaFX debug builds fail on Linux
> The failure is permission issue on javascript core scripts that generates built in functions, the script has no write and execute permission permission.
>
> Solution : Use copy of scripts not from JavaScriptCore source with right permission ( OWNER_EXECUTE).
This pull request has now been integrated.
Changeset: 35c1e39c
Author: Jay Bhaskar <jbhaskar at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/35c1e39cddc6c3d15118b61f99d67f2aba7641c4
Stats: 4 lines in 2 files changed: 1 ins; 0 del; 3 mod
8329874: JavaFX debug builds fail on Linux
Reviewed-by: kcr, hmeda
-------------
PR: https://git.openjdk.org/jfx/pull/1902
More information about the openjfx-dev
mailing list