Hello, Please review the fix for jdk9. The problem is that these tests shows popup menu and expects that some specific menuitems will be selected after keyboard navigation. But some other test in the javax/swing/JPopupMenu/** moves the mouse to some specific position, which causes an auto-selection(in Aqua Look&Feel) of the menu item and wrong final test result. Note that if the tests are executed alone it is always passed(if the mouse is not under popup menu).
Bug: https://bugs.openjdk.java.net/browse/JDK-8177766 Webrev can be found at: http://cr.openjdk.java.net/~serb/8177766/webrev.00
