Hi,
Please review fix for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-6191390
Webrev: http://cr.openjdk.java.net/~arapte/6191390/webrev.00/
Issue:
Only on windows:
ActionEvent received by ActionListener, does not contain modifiers specific to
ActionEvent class.
On Linux & Mac:
Correct modifiers are received.
Cause:
The actionEvent created in windows is created only with
Extended modifiers.
Fix:
While creating ActionEvent, added code to include ActionEvent
modifiers in addition to earlier included extended modifiers.
Verification:
The new test passes on Windows with fix, & also on ubuntu & mac.
No Regression & JCK test fails due to this change.
Regards,
Ambarish