-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b10
-
generic
-
windows
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8244941 | 11.0.9-oracle | Matthias Baesken | P3 | Resolved | Fixed | b01 |
JDK-8245318 | 11.0.8-oracle | Matthias Baesken | P3 | Resolved | Fixed | b08 |
JDK-8245705 | 11.0.8 | Matthias Baesken | P3 | Resolved | Fixed | b05 |
JDK-8248004 | openjdk8u272 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
JDK-8244942 | 8u271 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8245295 | 8u261 | Robert Mckenna | P3 | Resolved | Fixed | b08 |
JDK-8245989 | 8u251 | Robert Mckenna | P3 | Closed | Fixed | b35 |
JDK-8251655 | emb-8u271 | Robert Mckenna | P3 | Resolved | Fixed | team |
JDK-8248760 | emb-8u261 | Robert Mckenna | P3 | Resolved | Fixed | team |
- at one place the function is not called immediately after error ( jdk/src/java.base/windows/native/libnet/SocketInputStream.c)
- at 2 places the function is used where no socket error occured but malloc failed (jdk/src/java.base/windows/native/libnet/Inet6AddressImpl.c ping6 and jdk/src/java.base/windows/native/libnet/Inet4AddressImpl.c ping4 )
- backported by
-
JDK-8244941 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8244942 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8245295 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8245318 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8245705 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8248004 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8248760 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8251655 adjust some WSAGetLastError usages in windows network coding
- Resolved
-
JDK-8245989 adjust some WSAGetLastError usages in windows network coding
- Closed
- relates to
-
JDK-8249590 Timeout not correctly reported as SocketTimeoutException but as SocketException
- Closed