jdk/src/java.base/windows/native/libnet/net_util_md.c
changeset 36115 0676e37a0b9c
parent 27178 885f4428b501
child 41210 73593ed418ff
--- 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
  */