JDK-2121672 : Java: thread deadlock
  • Type: Backport
  • Backport of: JDK-5104239
  • Component: other-libs
  • Sub-Component: corba:orb
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2004-12-01
  • Updated: 2008-01-14
  • Resolved: 2008-01-14
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
1.4.2_08 b01Fixed
Comments
EVALUATION There is a deadlock here which seems to occur relatively rarely. There is a simple but inefficient fix that introduces lock contention on a single shared lock. We need to fix this carefully in several places. ###@###.### 2004-12-01 07:46:29 GMT
01-12-2004