--- old/src/java.management/share/classes/javax/management/openmbean/CompositeDataSupport.java 2019-10-16 19:12:42.517961838 -0700 +++ new/src/java.management/share/classes/javax/management/openmbean/CompositeDataSupport.java 2019-10-16 19:12:42.301961838 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -62,6 +62,7 @@ * respective values. * A {@link SortedMap} is used for faster retrieval of elements. */ + @SuppressWarnings("serial") // Conditionally serializable private final SortedMap contents; /**