8169865 : Changes not ported to IPv4

2018-04-09 Thread Srividya Shamaiah
Hi , In method Java_java_net_Inet6AddressImpl_getLocalHostName , file src/solaris/native/java/net/Inet6AddressImpl.c , there were changes that was added due to 8169865: Downport minor fixes in java.net native code from JDK 9 to JDK 8 which removed the additional work for non Solaris platforms of

Re: 8169865 : Changes not ported to IPv4

2018-04-09 Thread Chris Hegarty
Hi Srividya, On 09/04/18 10:58, Srividya Shamaiah wrote: Hi , In method Java_java_net_Inet6AddressImpl_getLocalHostName , file *src/solaris/native/java/net/Inet6AddressImpl.c *, there were changes that was added due to *8169865: Downport minor fixes in java.net native code from JDK 9 to JDK 8

RFR: 8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused

2018-04-09 Thread Michael McMahon
Can I get the following small test change reviewed please. The test is occasionally failing with a ConnectException that is most likely caused by the backlog limit being reached. So, I have set a higher backlog and also am ignoring the specifi ConnectionException. http://cr.openjdk.java.net/~