Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 9, 10, 11
-
Fix Version/s: 12
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b23
-
CPU:generic
-
OS:generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8238608 | 11.0.8-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8240432 | 11.0.8 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8258716 | 8u291 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8262632 | emb-8u291 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
Description
he reason of instability was an intermittent HeadlessException in the headless mode.
But in most cases the test passed, because the test code was not executed on EDT.
The root issues was the usage of sequence of invokeLater().
But in most cases the test passed, because the test code was not executed on EDT.
The root issues was the usage of sequence of invokeLater().
Attachments
Issue Links
- backported by
-
JDK-8238608 Test javax/swing/border/Test6981576.java is unstable
-
- Resolved
-
-
JDK-8240432 Test javax/swing/border/Test6981576.java is unstable
-
- Resolved
-
-
JDK-8258716 Test javax/swing/border/Test6981576.java is unstable
-
- Resolved
-
-
JDK-8262632 Test javax/swing/border/Test6981576.java is unstable
-
- Resolved
-
- links to