-
Bug
-
Resolution: Fixed
-
P4
-
11, 14
-
b26
-
x86_64
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245162 | 11.0.9-oracle | Prasanta Sadhukhan | P4 | Resolved | Fixed | b01 |
JDK-8247316 | 11.0.9 | Prasanta Sadhukhan | P4 | Resolved | Fixed | b01 |
JDK-8266156 | 8-pool | Alexey Ivanov | P4 | Open | Unresolved |
It is seen that many swing regression tests do not dispose of Frame at all code path at end, thereby causing frame artifacts to be present when next test is getting to be executed.
These tests should dispose of Frame via try-finally block so that no matter what happens, frame will be disposed at all code path
These tests should dispose of Frame via try-finally block so that no matter what happens, frame will be disposed at all code path
- backported by
-
JDK-8266156 [TESTBUG]Several swing regression tests do not dispose Frame at end
- Open
-
JDK-8245162 [TESTBUG]Several swing regression tests do not dispose Frame at end
- Resolved
-
JDK-8247316 [TESTBUG]Several swing regression tests do not dispose Frame at end
- Resolved