Hi All, Kindly review the fix for JDK9.
Bug: https://bugs.openjdk.java.net/browse/JDK-8163161 <https://bugs.openjdk.java.net/browse/JDK-8163161> Webrev: http://cr.openjdk.java.net/~aniyogi/8163161/webrev.00/ <http://cr.openjdk.java.net/~aniyogi/8163161/webrev.00/> Issue: This test javax/swing/plaf/nimbus/8057791/bug8057791.java times out Cause: No timeout delay was provided so it would fail on other systems. Fix: Appropriate changes for timeout were added. With Regards, Avik Niyogi