-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
After the JavaFX runtime has terminated, calls to Platform.exit are ignored. This means that a call to PlatformImpl.runLater will wait forever, since the runnable that it is waiting for will never be executed. We need to throw an IllegalStateException instead.
- is blocked by
-
JDK-8116468 Ensure that Platform.runLater after Toolkit.exit is a no-op on all platforms
- Closed
- relates to
-
JDK-8114199 isFxApplicationThread check fails after last window is closed
- Closed