JDK-6472252 : Dead lock when EventQueue.push() called
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0u7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2006-09-19
  • Updated: 2006-09-20
  • Resolved: 2006-09-20
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.
Other
5.0u7Resolved
Related Reports
Duplicate :  
Description
A dead lock appeared during execution of automated tests of NetBeans IDE. Jemmy library was installing its own EventQueue and it was locked with AWT thread (look at attached thread dump). Source code of QueueTool class can be foud here:

http://jemmy.netbeans.org/source/browse/*checkout*/jemmy/src/org/netbeans/jemmy/QueueTool.java?rev=1.13