Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215584 | 7u2 | Chris Hegarty | P2 | Closed | Fixed | b10 |
When System.gc() is invoked in a test program, the test program can create Sockets
more than the limit specified in -Dsun.net.maxDatagramSockets.
This is a follow up to CR 7073491 where the same issue was addressed in DatagramSocket. This CR proposes to address the same problem exposed through deprecated java.net.Socket(InetAddress host, int port, boolean stream).
more than the limit specified in -Dsun.net.maxDatagramSockets.
This is a follow up to CR 7073491 where the same issue was addressed in DatagramSocket. This CR proposes to address the same problem exposed through deprecated java.net.Socket(InetAddress host, int port, boolean stream).
- backported by
-
JDK-2215584 -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc()
-
- Closed
-
- relates to
-
JDK-7073491 -Dsun.net.maxDatagramSockets=1 does not work correctly with system.gc()
-
- Closed
-
-
JDK-7099488 TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719
-
- Closed
-