Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083434 | emb-9 | Frederic Parain | P4 | Resolved | Fixed | master |
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()
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()
- backported by
-
JDK-8083434 Removed unused networking functions from os class
-
- Resolved
-
- relates to
-
JDK-8057777 Cleanup of old and unused VM interfaces
-
- Closed
-