-
Bug
-
Resolution: Fixed
-
P2
-
5.0-pool
-
b10
-
sparc
-
solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2185681 | 7 | Sunita Koppar | P4 | Resolved | Fixed | b123 |
JDK-2190771 | 6u21 | Sunita Koppar | P2 | Resolved | Fixed | b02 |
JDK-2191908 | 6u20-rev | Sunita Koppar | P2 | Closed | Fixed | b03 |
JDK-2190326 | 6u19-rev | Sunita Koppar | P2 | Resolved | Fixed | b05 |
JDK-2189233 | 6u18-rev | Sunita Koppar | P2 | Resolved | Fixed | b09 |
JDK-2192869 | 5.0u25 | Sunita Koppar | P4 | Closed | Fixed | b01 |
JDK-2190174 | 5.0u24-rev | Sunita Koppar | P4 | Resolved | Fixed | b04 |
JDK-2185680 | 5.0u23-rev | Sunita Koppar | P4 | Closed | Fixed | b04 |
usage in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread.
ustomer make this change to their jdk 5.0 based jar file.
It is reported that with customized changes as shown below (lines with
keyword CSB), the issue is resolved.
/*
* @(#)SelectorImpl.java 1.22 09/04/01
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
...
import java.util.Map; // Added this line CSB
...
private Map readerThreads; // Used to be HashMap CSB
...
readerThreads = (Map) java.util.Collections.synchronizedMap(new HashMap()); // Use synchronizedMap CSB
- backported by
-
JDK-2189233 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Resolved
-
JDK-2190326 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Resolved
-
JDK-2190771 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Resolved
-
JDK-2185681 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Resolved
-
JDK-2190174 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Resolved
-
JDK-2191908 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Closed
-
JDK-2185680 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Closed
-
JDK-2192869 unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
- Closed