-
Bug
-
Resolution: Fixed
-
P2
-
6u10
I am rendering a volatile image on to a frame and validating it within the paint method of the frame. When the frame appears, try doing any of the following -
1. Open display settings and change the color depth to 16 bit.
2. resize the frame inward so that frame becomes as small as 20x20.
The above operations make the validation loop run infinitely. This is reproducible only on 6u10-b10 PIT build and not reproducible on b09. Not reproducible on earlier releases (ddraw, d3d on jdk6-fcs) and hence a regression in D3D. I reproduced it on WinXP, WinVista Home Premium with ATI as well as Nvidia video boards.
Run the test - VolatileFlushTest_new.java. When the frame appears, reduce the size of the frame to 20x20 or lesser. You will see the infinite loop on the console.
(The same issue can be reproduced with another test also - VolatileFlushTestCanvas).
1. Open display settings and change the color depth to 16 bit.
2. resize the frame inward so that frame becomes as small as 20x20.
The above operations make the validation loop run infinitely. This is reproducible only on 6u10-b10 PIT build and not reproducible on b09. Not reproducible on earlier releases (ddraw, d3d on jdk6-fcs) and hence a regression in D3D. I reproduced it on WinXP, WinVista Home Premium with ATI as well as Nvidia video boards.
Run the test - VolatileFlushTest_new.java. When the frame appears, reduce the size of the frame to 20x20 or lesser. You will see the infinite loop on the console.
(The same issue can be reproduced with another test also - VolatileFlushTestCanvas).
- relates to
-
JDK-6596702 D3D: intermittent repainting issues in SwingSet after restoring from fs mode
-
- Closed
-