<AWT Dev> Integrated: 8266949: Check possibility to disable OperationTimedOut on Unix

Sergey Bylokhov serb at openjdk.java.net
Tue May 18 19:35:39 UTC 2021


On Fri, 14 May 2021 21:26:33 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Our implementation of realSync on Unix is not straightforward, we try to move the awt root window and catch the ConfigureNotify. The problem is that the request to move the awt root window can be ignored, and it is possible that the notification will not come. In this case, we throw non-specified OperationTimedOut and it crashes the random tests here and there.
> 
> I have applied the same logic as on Windows and Linux we will wait till timeout(10 seconds) and then exit from the realsync.

This pull request has now been integrated.

Changeset: e6705c0e
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e6705c0e4b548a83197c3ea70bdef25ec65d4c00
Stats:     37 lines in 2 files changed: 14 ins; 17 del; 6 mod

8266949: Check possibility to disable OperationTimedOut on Unix

Reviewed-by: azvegint, kizune

-------------

PR: https://git.openjdk.java.net/jdk/pull/4038


More information about the awt-dev mailing list