< prev index next >

src/java.base/share/classes/sun/nio/ch/Net.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2000, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2020, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 493,503 **** private static native boolean isIPv6Available0(); private static native boolean isReusePortAvailable0(); /* ! * Returns 1 for Windows and -1 for Solaris/Linux/Mac OS */ private static native int isExclusiveBindAvailable(); private static native boolean shouldSetBothIPv4AndIPv6Options0(); --- 493,503 ---- private static native boolean isIPv6Available0(); private static native boolean isReusePortAvailable0(); /* ! * Returns 1 for Windows and -1 for Linux/Mac OS */ private static native int isExclusiveBindAvailable(); private static native boolean shouldSetBothIPv4AndIPv6Options0();
< prev index next >