JDK-6504460 : Regression in backport of flickering-related bug fix
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0u10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-12-14
  • Updated: 2011-05-30
  • Resolved: 2006-12-14
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
5.0u11 b02Fixed
Related Reports
Relates :  
Description
The fix for 6333613 backported to the 1.5.0_10 update release tree was applied incorrectly. The native method Java_sun_awt_windows_WCanvasPeer_disableNativeBackgroundErase was lost in the delta 1.82 of file src/windows/native/sun/windows/awt_Canvas.cpp. You can see that that delta is actually empty. This has broken JOGL with 5.0 update 10. See http://www.javagaming.org/forums/index.php?topic=15439.0 .

Comments
EVALUATION Putback the correct change into src/windows/native/sun/windows/awt_Canvas.cpp
14-12-2006