Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11, 14
-
Fix Version/s: 14
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b25
-
CPU:generic
-
OS:generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245973 | 13.0.4 | Sergey Bylokhov | P3 | Resolved | Fixed | b03 |
JDK-8235380 | 11.0.7-oracle | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8237517 | 11.0.7 | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
Description
Some of our tests are unstable;e because of intermittent NPE in Component.validate() method:
Exception in thread "main" java.lang.NullPointerException: null font
at sun.awt.windows.WComponentPeer._setFont(Native Method)
at sun.awt.windows.WComponentPeer.setFont(WComponentPeer.java:678)
at java.awt.Component.validate(Component.java:2894)
at java.awt.Container.validateTree(Container.java:1713)
at java.awt.Container.validate(Container.java:1630)
Exception in thread "main" java.lang.NullPointerException: null font
at sun.awt.windows.WComponentPeer._setFont(Native Method)
at sun.awt.windows.WComponentPeer.setFont(WComponentPeer.java:678)
at java.awt.Component.validate(Component.java:2894)
at java.awt.Container.validateTree(Container.java:1713)
at java.awt.Container.validate(Container.java:1630)
Attachments
Issue Links
- backported by
-
JDK-8235380 Intermittent NPE in Component.validate()
-
- Resolved
-
-
JDK-8237517 Intermittent NPE in Component.validate()
-
- Resolved
-
-
JDK-8245973 Intermittent NPE in Component.validate()
-
- Resolved
-
- links to