Hello, Please review a fix for 8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown. The problem here is that for popup menus the "target" field of XBaseMenuWindow class is not a MenuComponent corresponding to the popup, but a component for which the popup is being shown. Therefore, if the menu has never been shown, the the target is null, so we can't use it for the InvocationEvent in dispose().
Bug: https://bugs.openjdk.java.net/browse/JDK-8023994 Webrev: http://cr.openjdk.java.net/~leonidr/8023994/webrev.00/ Thanks, Leonid.