--- old/src/java.desktop/share/classes/javax/sound/midi/InvalidMidiDataException.java 2017-07-05 16:02:19.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/InvalidMidiDataException.java 2017-07-05 16:02:18.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -39,6 +39,9 @@ */ public class InvalidMidiDataException extends Exception { + /** + * Use serialVersionUID from JDK 1.3 for interoperability. + */ private static final long serialVersionUID = 2780771756789932067L; /**