Hi All, Kindly review the fix for JDK9.
Bug: https://bugs.openjdk.java.net/browse/JDK-8163169 <https://bugs.openjdk.java.net/browse/JDK-8163169> Webrev: http://cr.openjdk.java.net/~aniyogi/8163169/webrev.00/ <http://cr.openjdk.java.net/~aniyogi/8163169/webrev.00/> Issue: The test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails on OS X for PIT machines even though it works fine for local machine. Cause: As pointed out, this is an issue with the robot autoDelay. Fix: Appropriate Robot methods were used to fix this with enough delays added to work on PIT machines. With Regards, Avik Niyogi