RFR: 8061618: Removed unused networking functions from os class

harold seigel harold.seigel at oracle.com
Tue Oct 21 20:54:07 UTC 2014


Hi Fred,

Your changes look good!

Harold

On 10/21/2014 9:25 AM, Frederic Parain wrote:
> Please review this simple fix which removes the following
> dead methods from the os class:
>
> 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()
>
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8061618
>
> Webrev:
> http://cr.openjdk.java.net/~fparain/8061618/webrev.00/
>
> Testing has been done by re-building the VM on all platforms
> (with JPRT) without these methods, no build fails.
>
> Thank you,
>
> Fred
>



More information about the hotspot-runtime-dev mailing list