JDK-8114867 : REGRESSION: JavaFX application starts to flicker on mouse move and actions after locking the screen
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-12-20
  • Updated: 2015-06-17
  • Resolved: 2013-05-13
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
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Steps to reproduce:
- Run Ensemble
- Press Ctrl-Alt-Del to enter locking screen, cancel it
- Move mouse over Ensemble
RESULT: Nasty black flickering occurs. It also seems to happen on mouse clicks.
Comments
SQE: verified in b104.
29-08-2013

Fixed by disabling D3D9Ex (RT-30352).
13-05-2013

Based on performance numbers (see RT-27508) there is also good reason to disable D3D9Ex. I will file a follow-on issue to consider re-enabling it if the screen lock regression and the performance regression can both be resolved.
24-04-2013

I can confirm this behavior and it is related to the recently enabled D3D 9Ex code in the prism D3D pipeline. As a workaround, you can disable this via: -Dprism.disableD3D9Ex=true If we cannot resolve this soon, we may need to disable it by default until such time as it can be fixed.
21-12-2012