JDK-8128709 : PlatformImpl.runAndWait should throw exception if called after the JavaFX runtime has terminated
  • Type: Bug
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: fx2.0
  • Priority: P4
  • 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 :  
Description
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.

Comments
verified in b08
23-11-2011

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