--- old/src/java.base/share/classes/java/util/SimpleTimeZone.java 2019-08-27 17:29:12.334324386 -0700 +++ new/src/java.base/share/classes/java/util/SimpleTimeZone.java 2019-08-27 17:29:12.142324386 -0700 @@ -1242,6 +1242,7 @@ public static final int UTC_TIME = 2; // Proclaim compatibility with 1.1 + @java.io.Serial static final long serialVersionUID = -403250971215465050L; // the internal serial version which says which version was written @@ -1636,6 +1637,7 @@ * mode DOW_IN_MONTH_MODE, which is the only mode recognized by * JDK 1.1. */ + @java.io.Serial private void writeObject(ObjectOutputStream stream) throws IOException { @@ -1666,6 +1668,7 @@ * We handle both JDK 1.1 * binary formats and full formats with a packed byte array. */ + @java.io.Serial private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {