--- old/src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java 2019-08-27 17:29:32.602324386 -0700 +++ new/src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java 2019-08-27 17:29:32.422324386 -0700 @@ -53,6 +53,7 @@ public abstract class AuthenticationInfo extends AuthCacheValue implements Cloneable { + @java.io.Serial static final long serialVersionUID = -2588378268010453259L; // Constants saying what kind of authroization this is. This determines @@ -498,6 +499,7 @@ String s1, s2; /* used for serialization of pw */ + @java.io.Serial private synchronized void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { @@ -509,6 +511,7 @@ } } + @java.io.Serial private synchronized void writeObject(java.io.ObjectOutputStream s) throws IOException {