Hi Prem,

Did you run it on all platforms? There may be an animation when window is iconified or maximized which takes more than 100ms.

--Semyon


On 03/01/2018 11:08 PM, Prem Balakrishnan wrote:

Hi All,

Please Review fix for JDK 11:

Bug: https://bugs.openjdk.java.net/browse/JDK-8160767

Webrev: http://cr.openjdk.java.net/~pkbalakr/8160767/webrev.00/

Test fails due to synchronization issue, state changes are validated immediately after calling setExtendedState().

Adding delay after setExtendedState() call and validating the state changes solves this issue.

Regards,

Prem


Reply via email to