RFR: 8263322: Deadlock when calling Application.launch in the FXThread after Platform.startup

Kevin Rushforth kcr at openjdk.java.net
Wed Mar 10 14:21:08 UTC 2021


On Wed, 10 Mar 2021 13:54:14 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> * Initalize the FX runtime via Platform.startup and then launch an Application on another thread (should throw ISE)

That should be:

* Initalize the FX runtime via Platform.startup and then launch an Application on the FX Application thread (should throw ISE)

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

PR: https://git.openjdk.java.net/jfx/pull/421


More information about the openjfx-dev mailing list