JDK-6691737 : D3D: inconsistent vsync rate with v-synced BufferStrategy
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-04-21
  • Updated: 2010-10-14
  • Resolved: 2008-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 6
6u10 b24Fixed
Related Reports
Relates :  
Description
In some cases the V-synced buffer strategy doesn't perform as well as
expected - the animation doesn't look smooth all the time.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/java2d_data/6u10/6691737.0
28-04-2008

EVALUATION It looks like this depends on whether some application in the system uses high resolution timer or not. We should use D3DPRESENT_INTERVAL_ONE presentation interval instead of D3DPRESENT_INTERVAL_DEFAULT for v-synced swap chains to get more precise v-sync tracking (at the expense of slightly higher cpu usage (2-3%).
21-04-2008