--- old/src/java.management/share/classes/javax/management/InvalidApplicationException.java 2019-10-16 19:12:40.225961838 -0700 +++ new/src/java.management/share/classes/javax/management/InvalidApplicationException.java 2019-10-16 19:12:39.961961838 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2019, 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 @@ -44,6 +44,7 @@ /** * @serial The object representing the class of the MBean */ + @SuppressWarnings("serial") // Not statically typed as Serializable private Object val;