JDK-8090367 : Consider using the Java main thread as the FX application thread
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2013-03-01
  • Updated: 2017-05-18
  • Resolved: 2017-05-18
Related Reports
Relates :  
Description
We may want to consider using the Java main thread as the FX application thread (that is, the GUI thread).

See RT-28574 for background information.

This would require Java launcher changes as well as work in the deploy toolkit on both the JRE and FX side and in the FX launcher. It may also invalidate tests that launch FX themselves and then do some test monitoring on the main thread (I think the media tests do this). For Mac, solving the -XstartOnFirstThread problem may make this difficult, especially since we need to interoperate with AWT.

Comments
No plan to change this.
18-05-2017