diff -r 3717db2c3bfe -r 885f4428b501 jdk/src/java.base/unix/native/libnet/net_util_md.c --- a/jdk/src/java.base/unix/native/libnet/net_util_md.c Fri Oct 17 10:59:32 2014 +0100 +++ b/jdk/src/java.base/unix/native/libnet/net_util_md.c Sun Oct 19 11:52:53 2014 +0100 @@ -790,6 +790,11 @@ #endif } +JNIEXPORT jint JNICALL +NET_EnableFastTcpLoopback(int fd) { + return 0; +} + /* In the case of an IPv4 Inetaddress this method will return an * IPv4 mapped address where IPv6 is available and v4MappedAddress is TRUE. * Otherwise it will return a sockaddr_in structure for an IPv4 InetAddress.