-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11
-
b23
-
generic
-
generic
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 |
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().
- 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