--- old/src/java.xml/share/classes/javax/xml/xpath/XPathException.java 2020-08-25 18:28:47.434109165 +0000 +++ new/src/java.xml/share/classes/javax/xml/xpath/XPathException.java 2020-08-25 18:28:47.120093094 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2020, 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 @@ -40,7 +40,9 @@ * @since 1.5 */ public class XPathException extends Exception { - + /** + * Serializable fields. + */ private static final ObjectStreamField[] serialPersistentFields = { new ObjectStreamField( "cause", Throwable.class ) };