Hi All, Kindly review the fix for JDK10.
Bug: https://bugs.openjdk.java.net/browse/JDK-8158366 <https://bugs.openjdk.java.net/browse/JDK-8158366> Webrev: http://cr.openjdk.java.net/~mhalder/8158366/webrev.00/ <http://cr.openjdk.java.net/~mhalder/8158366/webrev.00/> Issue: Test closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails with timeout. Cause: Test was failing due to robot keyPress without proper synchronization. Fix: Fix involves adding waitForIdle after keyPresses. Note: Crucible review (https://java.se.oracle.com/code/cru/CR-JDK10CLIENT-137 <https://java.se.oracle.com/code/cru/CR-JDK10CLIENT-137>) for the closed test case. Added the same case to the open codebase and generated this review. Regards, Manajit