-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_09
-
b01
-
sparc
-
solaris_9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2132810 | 6 | Michael McMahon | P3 | Resolved | Fixed | b71 |
JDK-2133330 | 5.0u8 | Sean Coffey | P3 | Resolved | Fixed | b01 |
In java/net/PlainSocketImpl.c line 347 there is a non-blocking connect() call.
errno is only being checked for EINPROGRESS. This should be improved to also
handle other error conditions. At least EALREADY. See the comments section for details.
The connect is actually blocking.
errno is only being checked for EINPROGRESS. This should be improved to also
handle other error conditions. At least EALREADY. See the comments section for details.
The connect is actually blocking.
- backported by
-
JDK-2132810 connect in java/net/PlainSocketImpl.c should handle EALREADY
-
- Resolved
-
-
JDK-2133330 connect in java/net/PlainSocketImpl.c should handle EALREADY
-
- Resolved
-
- relates to
-
JDK-6670408 testcase panics 1.5.0_12&_14 JVM when java.net.PlainSocketImpl trying to throw an exception
-
- Closed
-