JDK-8267194 : 8u: Reimplement the Robot.waitForIdle via realSync
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2021-05-15
  • Updated: 2024-11-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8-poolUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
The people tend to backport many fixes to the 8u, but most backports from the mainline do not take into account that the Robot.waitForIdle() works properly since jdk9. 

We should update the implementation in 8u since most of the known issues in the mainline were fixed. The last one is https://bugs.openjdk.java.net/browse/JDK-8266949