JDK-8116468 : Ensure that Platform.runLater after Toolkit.exit is a no-op on all platforms
  • Type: Bug
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: 7-pool
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-08-23
  • Updated: 2015-06-17
  • Resolved: 2011-10-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.0.2Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
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.

See RT-15714 for a test program.
Comments
verified on win and mac
23-11-2011

http://jfxsrc.us.oracle.com/javafx/2.0.2/scrum/graphics/runtime/rev/c32210478fb7
14-10-2011