-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8u40, 9
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
java 1.8.0_40-b25
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
As of build 40 for java 8 our programs display speed has dropped dramatically. We find that the time to paint an image or a string went from negligible to 4 or 5 milliseconds. Total time to paint graphics and strings on screen went from about 100 milliseconds to over 1 second.
REGRESSION. Last worked in version 8u31
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
Unfortunately, despite various attempts we have been unable to reproduce this problem in a small amount of code.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Interestingly we found that avoiding double buffering avoids the problem. It comes at the cost of the display flickering, of course.
SUPPORT :
YES
java 1.8.0_40-b25
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
As of build 40 for java 8 our programs display speed has dropped dramatically. We find that the time to paint an image or a string went from negligible to 4 or 5 milliseconds. Total time to paint graphics and strings on screen went from about 100 milliseconds to over 1 second.
REGRESSION. Last worked in version 8u31
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
Unfortunately, despite various attempts we have been unable to reproduce this problem in a small amount of code.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Interestingly we found that avoiding double buffering avoids the problem. It comes at the cost of the display flickering, of course.
SUPPORT :
YES
- relates to
-
JDK-8039444 Swing applications not being displayed properly
-
- Resolved
-