JDK-7046238 : new InitialContext(); hangs
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba:idl
  • Affected Version: 6u25
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2011-05-18
  • Updated: 2013-09-12
  • Resolved: 2011-06-22
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 6 JDK 7 JDK 8
6u27 b02Fixed 7u4Fixed 8Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
this is a shadow bug of # 7016182.

Comments
EVALUATION Locking on parameter (introduced in 6929137) has moved beginRequest() synchronisation out of control. When the method is called simultaneously with contactInfo objects that are equal in terms of equals() but are different objects in memory, synchronisation barrier doesnt work. Hence, concurrent threads update/use the same data that is accessible based on contactInfos hashCode in connection cache.
19-05-2011

EVALUATION See more in CR # 7016182.
18-05-2011