RFR: JDK-8298104: NPE on synchronizeSceneNodes()

John Hendrikx jhendrikx at openjdk.org
Fri May 5 09:08:23 UTC 2023


On Fri, 5 May 2023 08:46:03 GMT, Daniel <duke at openjdk.org> wrote:

> Hi John, thank you for this information. I couldn't find any instances of `ConcurrentModificationException`, but about an hour ago before the NPE, we did have an `IllegalStateException`. 

No, I don't think that is it.  The check there prevented things from going wrong, and only alerted you that you were about to manipulate the SceneGraph on the wrong thread.  These checks are not everywhere though, so there are many places where you can still change the SceneGraph without being alerted.

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

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


More information about the openjfx-dev mailing list