--- old/src/java.desktop/share/classes/javax/sound/midi/ShortMessage.java 2016-08-12 17:03:13.000000000 +0300 +++ new/src/java.desktop/share/classes/javax/sound/midi/ShortMessage.java 2016-08-12 17:03:13.000000000 +0300 @@ -429,6 +429,7 @@ * * @return a clone of this instance */ + @Override public Object clone() { byte[] newData = new byte[length]; System.arraycopy(data, 0, newData, 0, newData.length);