--- old/src/java.rmi/share/classes/sun/rmi/server/ActivationGroupImpl.java 2019-10-15 11:20:22.168911043 -0700 +++ new/src/java.rmi/share/classes/sun/rmi/server/ActivationGroupImpl.java 2019-10-15 11:20:21.912911043 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -69,6 +69,7 @@ new Hashtable<>(); private boolean groupInactive = false; private final ActivationGroupID groupID; + @SuppressWarnings("serial") // Conditionally serializable private final List lockedIDs = new ArrayList<>(); /**