JDK-7146556 : [macosx] DnDClipboardDeadlockTest fails seemingly because of deadlock.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-02-17
  • Updated: 2012-06-13
  • Resolved: 2012-06-13
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 7 JDK 8
7u6Resolved 8Resolved
Related Reports
Duplicate :  
Relates :  
Description
Regression test
closed/java/awt/dnd/DnDClipboardDeadlockTest/DnDClipboardDeadlockTest
fails in b11 apparently because of a deadlock. After entering a target panel we get the system rainbow cursor. A source frame disappeared apparently together with a first VM but the second one hangs until terminated by a harness.

Note BTW that return code of process.waitFor() for the child VM is CODE_OK even with the VM killed.

Comments
EVALUATION Just verified that the deadlock was caused by the same reason as CR7171163 and is gone with its fix. Closing as duplicate.
13-06-2012