On Mon, 25 Oct 2021 06:47:38 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
> Test was problemlisted long time back by JDK-8193211 but it is passing
> now..Modified testFrame access in EDT and dispose in finally block for better
> safeguard. Problemlisted test was marked for 8u so did not close it..
> Several iterations of the test pass in all platforms in mainline..
test/jdk/javax/swing/JComponent/6683775/bug6683775.java line 89:
> 87:
> 88: } finally {
> 89: SwingUtilities.invokeAndWait(testFrame::dispose);
I think we should dispose the "backgroundFrame" as well.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6097