RFR: 8275851: Deproblemlist open/test/jdk/javax/swing/JComponent/6683775/bug6683775.java

Sergey Bylokhov serb at openjdk.java.net
Wed Oct 27 01:55:13 UTC 2021


On Mon, 25 Oct 2021 06:47:38 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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



More information about the client-libs-dev mailing list