On Tue, 22 Jul 2025 17:28:22 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
> The JNI method NewObjectArray may return null, so a null check should be > added as a precaution in methods that creates an array of Screens. This pull request has now been integrated. Changeset: dbd43a37 Author: Ambarish Rapte <ara...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/dbd43a371a2460c3cf8aed108d349b301bd2a1b2 Stats: 31 lines in 4 files changed: 10 ins; 4 del; 17 mod 8363813: Missing null check in GlassScreen Reviewed-by: kcr, kizune, jvos, jdv ------------- PR: https://git.openjdk.org/jfx/pull/1851