--- old/src/java.desktop/share/classes/javax/print/event/PrintServiceAttributeEvent.java 2019-09-21 12:30:26.499000000 -0700 +++ new/src/java.desktop/share/classes/javax/print/event/PrintServiceAttributeEvent.java 2019-09-21 12:30:26.287000000 -0700 @@ -44,6 +44,7 @@ /** * The printing service attributes that changed. */ + @SuppressWarnings("serial") // Not statically typed as Serializable private PrintServiceAttributeSet attributes; /**