--- old/src/java.base/share/classes/sun/nio/ch/Net.java 2020-05-20 18:00:50.351040561 -0700 +++ new/src/java.base/share/classes/sun/nio/ch/Net.java 2020-05-20 18:00:49.963033111 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -495,7 +495,7 @@ private static native boolean isReusePortAvailable0(); /* - * Returns 1 for Windows and -1 for Solaris/Linux/Mac OS + * Returns 1 for Windows and -1 for Linux/Mac OS */ private static native int isExclusiveBindAvailable();