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
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
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/~