--- old/src/jdk.rmic/share/classes/sun/tools/java/ClassDefinition.java 2015-01-29 10:45:59.000000000 +0800 +++ new/src/jdk.rmic/share/classes/sun/tools/java/ClassDefinition.java 2015-01-29 10:45:59.000000000 +0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1994, 2015, 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 @@ -41,6 +41,7 @@ * supported API. Code that depends on them does so at its own risk: * they are subject to change or removal without notice. */ +@SuppressWarnings("deprecation") public class ClassDefinition implements Constants {