--- old/src/jdk.crypto.pkcs11/share/classes/sun/security/pkcs11/P11Key.java 2014-12-04 15:35:38.283177214 -0800 +++ new/src/jdk.crypto.pkcs11/share/classes/sun/security/pkcs11/P11Key.java 2014-12-04 15:35:38.119177206 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2014, 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 @@ -445,6 +445,7 @@ } } + @SuppressWarnings("deprecation") private static class P11TlsMasterSecretKey extends P11SecretKey implements TlsMasterSecret { private static final long serialVersionUID = -1318560923770573441L;