RFR: 8061618: Removed unused networking functions from os class

Frederic Parain frederic.parain at oracle.com
Wed Oct 22 07:41:21 UTC 2014


Thank you Lois, Harold and David for your reviews.

Fred

On 22/10/2014 04:34, David Holmes wrote:
> 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
>>

-- 
Frederic Parain - Oracle
Grenoble Engineering Center - France
Phone: +33 4 76 18 81 17
Email: Frederic.Parain at oracle.com


More information about the hotspot-runtime-dev mailing list