--- old/src/java.base/share/classes/java/text/SimpleDateFormat.java 2019-08-27 17:28:25.442324386 -0700 +++ new/src/java.base/share/classes/java/text/SimpleDateFormat.java 2019-08-27 17:28:25.210324386 -0700 @@ -441,6 +441,7 @@ // the official serial version ID which says cryptically // which version we're compatible with + @java.io.Serial static final long serialVersionUID = 4774881970558875024L; // the internal serial version which says which version was written @@ -2471,6 +2472,7 @@ * * @exception InvalidObjectException if the pattern is invalid */ + @java.io.Serial private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { stream.defaultReadObject();