Hi All, Kindly review the fix for JDK9.
Bug: https://bugs.openjdk.java.net/browse/JDK-8161135 <https://bugs.openjdk.java.net/browse/JDK-8161135> Webrev: http://cr.openjdk.java.net/~aniyogi/8161135/webrev.00/ <http://cr.openjdk.java.net/~aniyogi/8161135/webrev.00/> Issue: This test does not do Swing manipulations on EDT and fails. Cause: Issue with Swing treads needed addressing Fix: waitForIdle and SwingUtilities were used to fix this test case. With Regards, Avik Niyogi