diff -r 08c296fe9458 -r c1db377f6300 src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java --- a/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java Mon Oct 01 21:14:58 2018 -0700 +++ b/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java Tue Oct 02 10:19:07 2018 -0700 @@ -849,8 +849,7 @@ * * This implementation is somewhat less efficient than possible, but * not badly so (redundant copy). We reuse the read() code to keep - * things simpler. Note that SKIP_ARRAY is static and may garbled by - * concurrent use, but we are not interested in the data anyway. + * things simpler. */ @Override public synchronized long skip(long n) throws IOException {