Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-18 Thread Alexander Zuev
On Sun, 16 May 2021 01:29:59 GMT, Sergey Bylokhov 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 >>

Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-18 Thread Alexander Zvegintsev
On Sun, 16 May 2021 01:29:59 GMT, Sergey Bylokhov 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 >>

Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-15 Thread Sergey Bylokhov
On Sun, 16 May 2021 01:29:59 GMT, Sergey Bylokhov 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 >>

Re: RFR: 8266949: Check possibility to disable OperationTimedOut on Unix [v2]

2021-05-15 Thread Sergey Bylokhov
> 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