--- old/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java 2017-10-23 17:15:41.801975117 -0700 +++ new/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java 2017-10-23 17:15:41.557961814 -0700 @@ -48,6 +48,8 @@ * @since 9, DOM Level 2 */ public class RangeException extends RuntimeException { + private static final long serialVersionUID = 2427563372446661889L; + public RangeException(short code, String message) { super(message); this.code = code;