JDK-6636082 : D3D: D3DScreenUpdateManager should call repaint() on target AppContext's EDT
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-11-30
  • Updated: 2010-10-14
  • Resolved: 2008-01-08
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 6
6u10 b10Fixed
Description
D3DScreenUpdateManager.repaintPeerTarget() should call repaint on
target context's EDT.

Same issue exists in D3DSurfaceData.swapBuffers().

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/java2d_data/6u10/6636082.1
17-12-2007

EVALUATION See the description. We should have used something like this: SunToolkit.postEvent(SunToolkit.targetToAppContext(component), new InvocationEvent(Toolkit.getDefaultToolkit(), runnable));
30-11-2007