RFR: 8061618: Removed unused networking functions from os class
David Holmes
david.holmes at oracle.com
Wed Oct 22 02:34:43 UTC 2014
Looks good to me too.
Thanks,
David
On 21/10/2014 11:25 PM, 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