JDK-8092454 : Ensure that references to PGNode from FX scene graph are only called by the synchronizer
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: scenegraph
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2009-08-24
  • Updated: 2015-06-12
  • Resolved: 2013-01-21
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.
JDK 8
8Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Description
Once the bounds computation has been moved to the FX scene graph (RT-5480), and the scene graph synchronizer is in place (RT-5481), we should ensure that references to PGNode from the FX scene graph are only called by the synchronizer.
Comments
Resolving, because all the issues in this task had already been fixed.
21-01-2013

Moving to Lombard as the only remaining open issue in this task has been moved to Lombard (and parent issue is already targeted to Lombard).
30-08-2011

Handing this one back to Gregor for somebody else to pick up :-)
31-03-2011

There are still places where this access is needed today -- in the init block of MediaView and SwingComponent, in the TextHelper class, and in mouse-based picking. We have eliminated the majority of this in soma, and will take care of the rest for Presidio.
21-10-2009

Goal here is to break the direct link so as to enable true multithreading, etc.
24-08-2009