Withdrawn: 8255248: NullPointerException in JFXPanel due to race condition in HostContainer

duke duke at openjdk.org
Fri Oct 27 05:48:46 UTC 2023


On Tue, 18 Jul 2023 06:05:06 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Due to transient datatype of scenePeer, it can become null which can result in NPE in scenarios where scene is continuously been reset and set, which warrants a null check, as is done in other places for the same variable.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jfx/pull/1178


More information about the openjfx-dev mailing list