JDK-8089602 : Graphics3D Audio Visualizer is noticably slower compared to pre JavaFX 8.0
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8u40
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-11-14
  • Updated: 2018-09-05
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
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
We noticed that there is a significant performance drop in Audio Visualizer while verifying that the bug (RT-31881) that broke it was fixed. By examine the changeset that fixes the bug, we believe the cause is due to the trashing of texture as the 3D transforms of the 2D rectangles were animating:

http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/830c7a20f2ad

   
Comments
Note that the above changeset which fixed the rendering issue described in RT-31881 was for RT-39120, and that also introduced the slow rendering.
14-11-2014

We can look at this for 9
14-11-2014