RFR: JDK-8298104: NPE on synchronizeSceneNodes()

Daniel duke at openjdk.org
Tue Jun 6 16:36:46 UTC 2023


On Wed, 3 May 2023 11:46:50 GMT, Daniel <duke at openjdk.org> wrote:

> A null pointer exception occurs on the ScenePulseListener when iterating through the dirty node list.
> A null check is needed on the node before calling node.getScene().
> 
> The error occurs occasionally and causes the application to crash.
> 
> Issue: [JDK-8298104: NPE on synchronizeSceneNodes()](https://bugs.openjdk.org/browse/JDK-8298104)

[https://oca.opensource.oracle.com/api/v1/oca-requests/12557/documents/12517/download](https://oca.opensource.oracle.com/api/v1/oca-requests/12557/documents/12517/download)

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1123#issuecomment-1532894525


More information about the openjfx-dev mailing list