--- old/src/java.desktop/share/classes/javax/imageio/metadata/IIOInvalidTreeException.java 2019-09-21 12:30:24.267000000 -0700 +++ new/src/java.desktop/share/classes/javax/imageio/metadata/IIOInvalidTreeException.java 2019-09-21 12:30:24.055000000 -0700 @@ -50,6 +50,7 @@ * The {@code Node} that led to the parsing error, or * {@code null}. */ + @SuppressWarnings("serial") // Not statically typed as Serializable protected Node offendingNode = null; /**