Hi All, Please review the fix for JDK9,
Webrev: http://cr.openjdk.java.net/~arapte/6384991/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-6384991 Issue: On Unix platform, System TrayIcon react on single click. But Action Listener was called on double click similar to windows. Fix: Changed to generate ActionEvent on single click for unix platform. Verification: Modified existing test to test this fix. No other regression or JCK test fail due to this fix. Regards, Ambarish