diff -r 1f7f707c1aa9 -r 54ffb15c4839 src/java.management/share/classes/javax/management/NotificationFilterSupport.java --- a/src/java.management/share/classes/javax/management/NotificationFilterSupport.java Wed Oct 23 18:34:25 2019 +0200 +++ b/src/java.management/share/classes/javax/management/NotificationFilterSupport.java Wed Oct 23 13:01:40 2019 -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 @@ -64,6 +64,7 @@ * @serial {@link Vector} that contains the enabled notification types. * The default value is an empty vector. */ + @SuppressWarnings("serial") // Not statically typed as Serializable private List enabledTypes = new Vector();