JDK-2185680 : unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
  • Type: Backport
  • Backport of: JDK-6896157
  • Component: other-libs
  • Sub-Component: corba:orb
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2009-12-02
  • Updated: 2011-02-16
  • Resolved: 2010-02-17
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 JDK 6
5.0u23-rev b04Fixed 6u17-revFixed
Comments
EVALUATION As per the PDE, the code synchronization is to be done at the application/appserver level. However, as per the customer's request, we have made the changes to the JDK code as well. The customer has been using a wrapper class for this all the while, where in, the readerThreads was being explicitly synchronized. This seemed to resolve all their deadlock issues.
20-01-2010