-
Bug
-
Resolution: Fixed
-
P3
-
6u26
-
b92
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143512 | emb-9 | Alexey Ivanov | P3 | Resolved | Fixed | team |
JDK-8140928 | 8u91 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8139279 | 8u72 | Alexey Ivanov | P3 | Resolved | Fixed | b05 |
JDK-8147261 | emb-8u91 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8139280 | 7u101 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8140420 | 7u95 | Alexey Ivanov | P3 | Resolved | Fixed | b06 |
JDK-8139281 | 6u115 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8140538 | 6u111 | Alexey Ivanov | P3 | Resolved | Fixed | b06 |
Further analysis shows the following. When repaint failure occurs, SetDIBitsToDevice() in GDIBlitLoops_nativeBlit() returns 0 with error 87 ("Parameter Error"). This error usually means that the device context passed as the first parameter to SetDIBitsToDevice is invalid, for example this device context handle was released already.
- backported by
-
JDK-8139279 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8139280 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8139281 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8140420 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8140538 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8140928 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8143512 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
-
JDK-8147261 Swing window sometimes fails to repaint partially when it becomes exposed
- Resolved
- relates to
-
JDK-8235147 Release HDC from passiveDCList sooner
- Resolved
-
JDK-6859086 Dialog created by JOptionPane.showMessageDialog does not repaint sometimes
- Closed