Relates :
|
Removal of some JVM interfaces (JDK-8057777) made a set of networking functions of the os class useless. This dead code can safely be removed from our code base. Methods to be removed: os::socket_shutdown() os::timeout() os::timeout() os::listen() os::bind() os::accept() os::recvfrom() os::get_sock_name() os::sendto() os::socket_available() os::get_sock_opt() os::set_sock_opt() os::get_host_name()