-
Bug
-
Resolution: Fixed
-
P3
-
7-pool
On Windows,calls to Platform.runLater() after the JavaFX runtime has terminated will be ignored. We need to ensure that this is the behavior on all platforms. Due to RT-15601, we call System.exit() on Mac to terminate the JavaFX runtime, so this is not a problem on Mac for 2.0. However, we will need to implement a platform-independent solution to ensure runLater is a no-op before the workaround for RT-15601 can be removed.
SeeRT-15714 for a test program.
See
- blocks
-
JDK-8128709 PlatformImpl.runAndWait should throw exception if called after the JavaFX runtime has terminated
-
- Closed
-
- relates to
-
JDK-8114065 Mac: need workaround for crash / hang on exit issues
-
- Resolved
-
-
JDK-8114199 isFxApplicationThread check fails after last window is closed
-
- Closed
-