diff -r a5ed9456c9be -r 0676e37a0b9c jdk/src/java.base/windows/native/libnet/net_util_md.c --- a/jdk/src/java.base/windows/native/libnet/net_util_md.c Tue Feb 23 09:49:04 2016 +0100 +++ b/jdk/src/java.base/windows/native/libnet/net_util_md.c Tue Feb 23 17:41:00 2016 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -242,6 +242,11 @@ return JNI_TRUE; } +jint reuseport_supported() +{ + /* SO_REUSEPORT is not supported onn Windows */ + return JNI_FALSE; +} /* * Return the default TOS value */