Hi All, Kindly review the fix for JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-8139169 <https://bugs.openjdk.java.net/browse/JDK-8139169> Webrev: http://cr.openjdk.java.net/~aniyogi/8139169/webrev.00/ <http://cr.openjdk.java.net/~aniyogi/8139169/webrev.00/>
Issue: Swing action with an accelerator like "meta shift COMMA”. It is put in the component's action map, when it is invoked, the action is called twice. Cause: Incorrect implementation within CMenuItem.m Fix:Added logic to sense all modifiers including “shift” in CMenuItem which did not exist before. With Regards, Avik Niyogi