Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
P4
-
Resolution: Delivered
-
Affects Version/s: 15
-
Fix Version/s: 15
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
When it is interrupted, the implementation of the `java.awt.Robot.delay()` method has been changed to complete with the interrupt status set.
If a thread is interrupted while waiting in the `java.awt.Robot.delay()` method, then this method returns immediately with the interrupt status set. If the interrupted status is already set, this method returns immediately with the interrupt status set.
If a thread is interrupted while waiting in the `java.awt.Robot.delay()` method, then this method returns immediately with the interrupt status set. If the interrupted status is already set, this method returns immediately with the interrupt status set.