<AWT Dev> RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

Sergey Bylokhov serb at openjdk.java.net
Sun May 16 01:29:59 UTC 2021


> 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.

Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:

  Update SunToolkit.java

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4038/files
  - new: https://git.openjdk.java.net/jdk/pull/4038/files/338b8e20..07127d06

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4038&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4038&range=00-01

  Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4038.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4038/head:pull/4038

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


More information about the awt-dev mailing list