# HG changeset patch # User jjg # Date 1276211281 25200 # Node ID 1908176fd6e3e7f01552e77239b76f1cebcf7854 # Parent 6df0e6bcb388da3f47e6ad91d1bb6d958716ee82 6944312: Potential rebranding issues in openjdk/langtools repository sources Reviewed-by: darcy diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/javadoc/package.html --- a/langtools/src/share/classes/com/sun/javadoc/package.html Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/javadoc/package.html Thu Jun 10 16:08:01 2010 -0700 @@ -22,9 +22,9 @@ 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, -CA 95054 USA or visit www.sun.com if you need additional information or -have any questions. +Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +or visit www.oracle.com if you need additional information or have any +questions. --> diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/mirror/overview.html --- a/langtools/src/share/classes/com/sun/mirror/overview.html Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/mirror/overview.html Thu Jun 10 16:08:01 2010 -0700 @@ -22,9 +22,9 @@ 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, -CA 95054 USA or visit www.sun.com if you need additional information or -have any questions. +Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +or visit www.oracle.com if you need additional information or have any +questions. --> diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java --- a/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,12 +1,12 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.source.tree; @@ -37,4 +37,4 @@ */ public interface DisjointTypeTree extends Tree { List getTypeComponents(); -} \ No newline at end of file +} diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java --- a/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java Thu Jun 10 16:08:01 2010 -0700 @@ -60,7 +60,7 @@ /** * Apt compiler phase. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java --- a/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ /** * Various utility methods for processing Java tool command line arguments. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java --- a/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java Thu Jun 10 16:08:01 2010 -0700 @@ -45,7 +45,7 @@ import com.sun.tools.javac.parser.DocCommentScanner; /** - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/apt/main/Main.java --- a/langtools/src/share/classes/com/sun/tools/apt/main/Main.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/apt/main/Main.java Thu Jun 10 16:08:01 2010 -0700 @@ -61,7 +61,7 @@ /** This class provides a commandline interface to the apt build-time * tool. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/apt/util/Bark.java --- a/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ /** A subtype of Log for use in APT. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java --- a/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * See JVMS3, sections 4.2, 4.6, 4.7. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Annotation.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.16. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.15. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ import java.util.Map; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java --- a/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java Thu Jun 10 16:08:01 2010 -0700 @@ -26,8 +26,8 @@ package com.sun.tools.classfile; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Attributes.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ import java.util.Map; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ import java.io.IOException; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ /** * See JVMS3, section 4.2. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ import java.io.InputStream; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,8 +42,8 @@ /** * Rewrites a class file using a map of translations. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,8 +41,8 @@ /** * Write a ClassFile data structure to a file or stream. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * See JVMS3, section 4.8.3. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ import java.io.IOException; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** * See JVMS3, section 4.5. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ package com.sun.tools.classfile; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.2. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -26,8 +26,8 @@ package com.sun.tools.classfile; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.15. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /** * See JVMS3, section 4.4. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java --- a/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ package com.sun.tools.classfile; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /** * See JVMS3, section 4.8.7. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.5. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java --- a/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ /** * See JSR 308 specification, section 4.1 * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Field.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Field.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Field.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ import java.io.IOException; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * See JVMS3, section 4.8.6. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Instruction.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ /** * See JVMS3, chapter 6. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. * diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.12. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.13. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.14. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Method.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Method.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Method.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ import java.io.IOException; /* - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Opcode.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ *

In addition to providing all the standard opcodes defined in JVMS, * this class also provides legacy support for the PicoJava extensions. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.16 and 4.8.17. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.17. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.18. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JSR 308 specification, section 4.1 * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.18 and 4.8.19. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JSR 308 specification, section 4 * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.16. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.18. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JSR 308 specification, section 4.1 * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Signature.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Signature.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Signature.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * See JVMS3 4.4.4. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.9. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * See JVMS3, section 4.8.15. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.10. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ import java.io.IOException; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.4. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ import java.io.IOException; /** - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * See JVMS3, section 4.8.8. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/classfile/Type.java --- a/langtools/src/share/classes/com/sun/tools/classfile/Type.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/classfile/Type.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ * Family of classes used to represent the parsed form of a {@link Descriptor} * or {@link Signature}. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/Launcher.java --- a/langtools/src/share/classes/com/sun/tools/javac/Launcher.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/Launcher.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,7 +41,7 @@ * of a project). Simply ensure that this class is added to * the project and make it the main class of the project.

* - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/Server.java --- a/langtools/src/share/classes/com/sun/tools/javac/Server.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/Server.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,7 +36,7 @@ * Java Compiler Server. Can be used to speed up a set of (small) * compilation tasks by caching jar files between compilations. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,7 +33,7 @@ * Provides simple functionalities for javac diagnostic formatting. * @param type of diagnostic handled by this formatter * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,7 +31,7 @@ * This interface must be implemented by any javac class that has non-trivial * formatting needs (e.g. where toString() does not apply because of localization). * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,7 +38,7 @@ /** * Provides an implementation of Scope. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java Thu Jun 10 16:08:01 2010 -0700 @@ -56,7 +56,7 @@ /** * Provides access to functionality specific to the Sun Java Compiler, javac. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

@@ -502,7 +502,7 @@ } /** - * For internal use by Sun Microsystems only. This method will be + * For internal use only. This method will be * removed without warning. */ public Context getContext() { @@ -510,7 +510,7 @@ } /** - * For internal use by Sun Microsystems only. This method will be + * For internal use only. This method will be * removed without warning. */ public void updateContext(Context newContext) { @@ -518,7 +518,7 @@ } /** - * For internal use by Sun Microsystems only. This method will be + * For internal use only. This method will be * removed without warning. */ public Type parseType(String expr, TypeElement scope) { diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java Thu Jun 10 16:08:01 2010 -0700 @@ -57,7 +57,7 @@ /** * TODO: describe com.sun.tools.javac.api.Tool * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java Thu Jun 10 16:08:01 2010 -0700 @@ -71,7 +71,7 @@ /** * Provides an implementation of Trees. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/Messages.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,7 +32,7 @@ * This interface defines the minimum requirements in order to provide support * for localized formatted strings. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,7 +42,7 @@ *

This class might be moved to {@link javax.tools} in a future * release. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ /** An annotation value. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,7 +27,7 @@ /** * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Flags.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** Access flags and other modifiers for Java classes and members. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ * different subclasses of Symbol. Symbol kinds are organized so they can be * or'ed to sets. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Lint.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java Thu Jun 10 16:08:01 2010 -0700 @@ -39,8 +39,8 @@ /** * A class for handling -Xlint suboptions and @SuppresssWarnings. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Printer.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,7 +41,7 @@ * A combined type/symbol visitor for generating non-trivial localized string * representation of types and symbols. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Scope.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ * as hash tables. Scopes can be nested; the next field of a scope points * to its next outer scope. Nested scopes can share their hash tables. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Source.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Source.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Source.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** The source language version accepted. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java Thu Jun 10 16:08:01 2010 -0700 @@ -49,8 +49,8 @@ * types, packages. Each subclass is represented as a static inner class * inside Symbol. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,8 +42,8 @@ * fields. This makes it possible to work in multiple concurrent * projects, which might use different class files for library classes. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java Thu Jun 10 16:08:01 2010 -0700 @@ -39,8 +39,8 @@ * annotation targets a type argument in a local variable, method return type, * or a typecast). * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Type.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Type.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Type.java Thu Jun 10 16:08:01 2010 -0700 @@ -56,8 +56,8 @@ * the error type (tag: ERROR, class: ErrorType). * * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. * diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ /** A type annotation position. * -*

This is NOT part of any API supported by Sun Microsystems. If -* you write code that depends on this, you do so at your own risk. +*

This is NOT part of any supported API. +* If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ /** An interface for type tag values, which distinguish between different * sorts of types. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/code/Types.java --- a/langtools/src/share/classes/com/sun/tools/javac/code/Types.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Types.java Thu Jun 10 16:08:01 2010 -0700 @@ -58,7 +58,7 @@ *

A second list of types should be named ss.
* * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ * which is processed at the top level of any set of recursive calls * requesting it be processed. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java Thu Jun 10 16:08:01 2010 -0700 @@ -59,8 +59,8 @@ * @see ConstFold * @see Infer * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /** Contains information specific to the attribute and enter * passes, to be used in place of the generic field in environments. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/AttrContextEnv.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContextEnv.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContextEnv.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** {@code Env} specialized as {@code Env} * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Check.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Check.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Check.java Thu Jun 10 16:08:01 2010 -0700 @@ -47,8 +47,8 @@ /** Type checking helper class for the attribution phase. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/ConstFold.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/ConstFold.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/ConstFold.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ /** Helper class for constant folding, used by the attribution phase. * This class is marked strictfp as mandated by JLS 15.4. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Enter.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Enter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Enter.java Thu Jun 10 16:08:01 2010 -0700 @@ -82,8 +82,8 @@ * (only for toplevel classes) * * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Env.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Env.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Env.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ * a generic component, represented as a type parameter, to carry further * information specific to individual passes. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Flow.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Flow.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Flow.java Thu Jun 10 16:08:01 2010 -0700 @@ -170,8 +170,8 @@ * allow unqualified forms only, parentheses optional, and phase out * support for assigning to a final field via this.x. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Infer.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Infer.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Infer.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ /** Helper class for type parameter inference, used by the attribution phase. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java Thu Jun 10 16:08:01 2010 -0700 @@ -48,8 +48,8 @@ /** This pass translates away some syntactic sugar: inner classes, * class literals, assertions, foreach loops, etc. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/MemberEnter.java Thu Jun 10 16:08:01 2010 -0700 @@ -48,8 +48,8 @@ * by entering their members into the class scope using * MemberEnter.complete(). See Enter for an overview. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Resolve.java Thu Jun 10 16:08:01 2010 -0700 @@ -47,8 +47,8 @@ /** Helper class for name resolution, used mostly by the attribution phase. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/Todo.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Todo.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Todo.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ /** A queue of all as yet unattributed classes. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/comp/TransTypes.java --- a/langtools/src/share/classes/com/sun/tools/javac/comp/TransTypes.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/TransTypes.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ /** This pass translates Generic Java to conventional Java. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/BaseFileObject.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/BaseFileObject.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/BaseFileObject.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,7 +42,7 @@ import com.sun.tools.javac.util.BaseFileManager; /** - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,7 +36,7 @@ /** * Caching implementation of FSInfo. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/FSInfo.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/FSInfo.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/FSInfo.java Thu Jun 10 16:08:01 2010 -0700 @@ -17,7 +17,7 @@ * Get meta-info about files. Default direct (non-caching) implementation. * @see CacheFSInfo * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -68,7 +68,7 @@ * This class provides access to the source, class and other files * used by the compiler and related tools. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/Paths.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/Paths.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/Paths.java Thu Jun 10 16:08:01 2010 -0700 @@ -54,8 +54,8 @@ * into a boot class path, user class path, and source path (in * Collection form). * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java Thu Jun 10 16:08:01 2010 -0700 @@ -44,7 +44,7 @@ /** * A subclass of JavaFileObject representing regular files. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/RelativePath.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/RelativePath.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/RelativePath.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,7 +35,7 @@ * container, such as a directory or zip file. * Internally, the file separator is always '/'. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/SymbolArchive.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/SymbolArchive.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/SymbolArchive.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,7 +36,7 @@ import com.sun.tools.javac.util.List; /** - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/ZipArchive.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/ZipArchive.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/ZipArchive.java Thu Jun 10 16:08:01 2010 -0700 @@ -51,7 +51,7 @@ import java.lang.ref.SoftReference; /** - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java Thu Jun 10 16:08:01 2010 -0700 @@ -69,7 +69,7 @@ * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked * and the compiler uses the cached indexes. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java --- a/langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java Thu Jun 10 16:08:01 2010 -0700 @@ -45,7 +45,7 @@ import com.sun.tools.javac.util.List; /** - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/ByteCodes.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/ByteCodes.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/ByteCodes.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ /** Bytecode instruction codes, as well as typecodes used as * instruction modifiers. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/CRTFlags.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTFlags.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTFlags.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ /** The CharacterRangeTable flags indicating type of an entry. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ * and the hashtable for mapping trees or lists of trees to their * ending positions. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/ClassFile.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassFile.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassFile.java Thu Jun 10 16:08:01 2010 -0700 @@ -59,8 +59,8 @@ * as routines to convert between internal ``.'' and external ``/'' * separators in class names. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ public class ClassFile { diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java Thu Jun 10 16:08:01 2010 -0700 @@ -62,8 +62,8 @@ * for all other definitions in the classfile. Top-level Classes themselves * appear as members of the scopes of PackageSymbols. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -49,8 +49,8 @@ /** This class provides operations to map an internal symbol table graph * rooted in a ClassSymbol into a classfile. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/Code.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/Code.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/Code.java Thu Jun 10 16:08:01 2010 -0700 @@ -39,8 +39,8 @@ * methods in a classfile. The class also provides some utility operations to * generate bytecode instructions. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/Gen.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/Gen.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/Gen.java Thu Jun 10 16:08:01 2010 -0700 @@ -49,8 +49,8 @@ /** This pass maps flat Java (i.e. without inner classes) to bytecodes. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/Items.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/Items.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/Items.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ * special values this or super, etc. Individual items are represented as * inner classes in class Items. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/Pool.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/Pool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/Pool.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /** An internal structure that corresponds to the constant pool of a classfile. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/Target.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/Target.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/Target.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** The classfile version target. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/jvm/UninitializedType.java --- a/langtools/src/share/classes/com/sun/tools/javac/jvm/UninitializedType.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/UninitializedType.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /** These pseudo-types appear in the generated verifier tables to * indicate objects that have been allocated but not yet constructed. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/CommandLine.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/CommandLine.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/CommandLine.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ /** * Various utility methods for processing Java tool command line arguments. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Thu Jun 10 16:08:01 2010 -0700 @@ -73,8 +73,8 @@ * construct a new compiler, and to run a new compiler on a set of source * files. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/JavacOption.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/JavacOption.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/JavacOption.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,7 +34,7 @@ /** * TODO: describe com.sun.tools.javac.main.JavacOption * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/Main.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/Main.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/Main.java Thu Jun 10 16:08:01 2010 -0700 @@ -47,8 +47,8 @@ /** This class provides a commandline interface to the GJC compiler. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/OptionName.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/OptionName.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/OptionName.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,7 +29,7 @@ /** * TODO: describe com.sun.tools.javac.main.OptionName * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java --- a/langtools/src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/main/RecognizedOptions.java Thu Jun 10 16:08:01 2010 -0700 @@ -49,7 +49,7 @@ /** * TODO: describe com.sun.tools.javac.main.RecognizedOptions * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java --- a/langtools/src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java Thu Jun 10 16:08:01 2010 -0700 @@ -50,8 +50,8 @@ *

The "dynamic proxy return form" of an annotation element value is * the form used by sun.reflect.annotation.AnnotationInvocationHandler. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/model/FilteredMemberList.java --- a/langtools/src/share/classes/com/sun/tools/javac/model/FilteredMemberList.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/model/FilteredMemberList.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ * filtering out unwanted elements such as synthetic ones. * This view is most efficiently accessed through its iterator() method. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/model/JavacElements.java --- a/langtools/src/share/classes/com/sun/tools/javac/model/JavacElements.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/model/JavacElements.java Thu Jun 10 16:08:01 2010 -0700 @@ -53,7 +53,7 @@ /** * Utility methods for operating on program elements. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/model/JavacSourcePosition.java --- a/langtools/src/share/classes/com/sun/tools/javac/model/JavacSourcePosition.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/model/JavacSourcePosition.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,7 +31,7 @@ /** * Implementation of model API SourcePosition based on javac internal state. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/model/JavacTypes.java --- a/langtools/src/share/classes/com/sun/tools/javac/model/JavacTypes.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/model/JavacTypes.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,7 +37,7 @@ /** * Utility methods for operating on types. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -101,8 +101,8 @@ *

To reduce confusion with Path objects, the locations such as "class path", * "source path", etc, are generically referred to here as "search paths". * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/nio/PathFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javac/nio/PathFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/nio/PathFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,8 +41,8 @@ * getStandardFileManager}. However, would need to be handled carefully * as another forward reference from langtools to jdk. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/nio/PathFileObject.java --- a/langtools/src/share/classes/com/sun/tools/javac/nio/PathFileObject.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/nio/PathFileObject.java Thu Jun 10 16:08:01 2010 -0700 @@ -56,8 +56,8 @@ * different factory methods, which compute the binary name based on * information available at the time the file object is created. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ * translating Unicode escape sequences and by stripping the * leading whitespace and starts from each line of the comment. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/EndPosParser.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/EndPosParser.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/EndPosParser.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,7 +36,7 @@ * This class is similar to Parser except that it stores ending * positions for the tree nodes. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/JavacParser.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/JavacParser.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/JavacParser.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ * operator precedence scheme is used for parsing binary operation * expressions. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/Keywords.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/Keywords.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/Keywords.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,7 +35,7 @@ /** * Map from Name to Token and Token to String. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/Lexer.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/Lexer.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/Lexer.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,7 +32,7 @@ * The lexical analyzer maps an input stream consisting of ASCII * characters and Unicode escapes into a token sequence. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/Parser.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/Parser.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/Parser.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,7 +34,7 @@ * Reads syntactic units from source code. * Parsers are normally created from a ParserFactory. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/ParserFactory.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/ParserFactory.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/ParserFactory.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,7 +35,7 @@ /** * A factory for creating parsers. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/Scanner.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/Scanner.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/Scanner.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ /** The lexical analyzer maps an input stream consisting of * ASCII characters and Unicode escapes into a token sequence. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/parser/Token.java --- a/langtools/src/share/classes/com/sun/tools/javac/parser/Token.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/parser/Token.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** An interface that defines codes for Java source tokens * returned from lexical analysis. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/AnnotationProcessingError.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/AnnotationProcessingError.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/AnnotationProcessingError.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,7 +29,7 @@ /** * Error thrown for problems encountered during annotation processing. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/JavacFiler.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/JavacFiler.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/JavacFiler.java Thu Jun 10 16:08:01 2010 -0700 @@ -87,7 +87,7 @@ * class path can alter the behavior of the tool and any final * compile. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/JavacMessager.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/JavacMessager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/JavacMessager.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,7 +37,7 @@ /** * An implementation of the Messager built on top of log. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java Thu Jun 10 16:08:01 2010 -0700 @@ -81,7 +81,7 @@ * Objects of this class hold and manage the state needed to support * annotation processing. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. @@ -1380,7 +1380,7 @@ } /** - * For internal use by Sun Microsystems only. This method will be + * For internal use only. This method will be * removed without warning. */ public Context getContext() { diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,7 +40,7 @@ *

The methods in this class do not take type annotations into account, * as target types, not java elements. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,7 +42,7 @@ * -Xprint option; the included visitor class is used to implement * Elements.printElements. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/processing/ServiceProxy.java --- a/langtools/src/share/classes/com/sun/tools/javac/processing/ServiceProxy.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/processing/ServiceProxy.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,7 +37,7 @@ * Utility class to determine if a service can be found on the * path that might be used to create a class loader. * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/sym/CreateSymbols.java --- a/langtools/src/share/classes/com/sun/tools/javac/sym/CreateSymbols.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/sym/CreateSymbols.java Thu Jun 10 16:08:01 2010 -0700 @@ -77,7 +77,7 @@ *

Specifies the destination directory.
* * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/JCTree.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/JCTree.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/JCTree.java Thu Jun 10 16:08:01 2010 -0700 @@ -66,7 +66,7 @@ *

To avoid ambiguities with the Tree API in com.sun.source all sub * classes should, by convention, start with JC (javac). * - *

This is NOT part of any API supported by Sun Microsystems. + *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/Pretty.java Thu Jun 10 16:08:01 2010 -0700 @@ -39,8 +39,8 @@ /** Prints out a tree as an indented Java source program. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/TreeCopier.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/TreeCopier.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/TreeCopier.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ * Creates a copy of a tree, using a given TreeMaker. * Names, literal values, etc are shared with the original. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/TreeInfo.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/TreeInfo.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/TreeInfo.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ /** Utility class containing inspector methods for trees. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/TreeMaker.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/TreeMaker.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/TreeMaker.java Thu Jun 10 16:08:01 2010 -0700 @@ -39,8 +39,8 @@ /** Factory class for trees. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/TreeScanner.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/TreeScanner.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/TreeScanner.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ * do some interesting work. The scanner class itself takes care of all * navigational aspects. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/tree/TreeTranslator.java --- a/langtools/src/share/classes/com/sun/tools/javac/tree/TreeTranslator.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/tree/TreeTranslator.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ * do some interesting work. The translator class itself takes care of all * navigational aspects. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Abort.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Abort.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Abort.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ /** Throwing an instance of * this class causes (silent) termination of the main compiler method. * - *

This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -57,7 +57,7 @@ *

  • Provides the formatting logic for rendering the arguments of a JCDiagnostic object. *
      * - *

      This is NOT part of any API supported by Sun Microsystems. + *

      This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/AbstractLog.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/AbstractLog.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/AbstractLog.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ * A base class for error logs. Reports errors and warnings, and * keeps track of error numbers and positions. * - *

      This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

      This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -58,7 +58,7 @@ *

    • %_: space delimiter, useful for formatting purposes *
    * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Bits.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Bits.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Bits.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ /** A class for extensible, mutable bit sets. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/ByteBuffer.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/ByteBuffer.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/ByteBuffer.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ * appended. There are also methods to append names to byte buffers * and to convert byte buffers to names. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/ClientCodeException.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/ClientCodeException.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/ClientCodeException.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ * An exception used for propogating exceptions found in client code * invoked from javac. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/CloseableURLClassLoader.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/CloseableURLClassLoader.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/CloseableURLClassLoader.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,8 +40,8 @@ * fragile. Caveat emptor. * @throws Error if the internal data structures are not as expected. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Constants.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Constants.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Constants.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ /** * Utilities for operating on constant values. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Context.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Context.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Context.java Thu Jun 10 16:08:01 2010 -0700 @@ -91,8 +91,8 @@ * NewPhase.preRegister(context); * * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Convert.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Convert.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Convert.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ /** Utility class for static conversion methods between numbers * and strings in various formats. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,8 +40,8 @@ * A simple abstraction of a source file, as needed for use in a diagnostic message. * Provides access to the line and position in a line for any given character offset. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/FatalError.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/FatalError.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/FatalError.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ * of the main compiler method. It is used when some non-recoverable * error has been detected in the compiler environment at runtime. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/ForwardingDiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/ForwardingDiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/ForwardingDiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,7 +38,7 @@ * A delegated diagnostic formatter delegates all formatting * actions to an underlying formatter (aka the delegated formatter). * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/JCDiagnostic.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/JCDiagnostic.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/JCDiagnostic.java Thu Jun 10 16:08:01 2010 -0700 @@ -38,8 +38,8 @@ /** An abstraction of a diagnostic message generated by the compiler. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/JavacMessages.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/JavacMessages.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/JavacMessages.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ /** * Support for formatted localized messages. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,8 +28,8 @@ /** An interface containing layout character constants used in Java * programs. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/List.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/List.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/List.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ *

    Lists are always trailed by a sentinel element, whose head and tail * are both null. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/ListBuffer.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/ListBuffer.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/ListBuffer.java Thu Jun 10 16:08:01 2010 -0700 @@ -33,8 +33,8 @@ /** A class for constructing lists by appending elements. Modelled after * java.lang.StringBuffer. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Log.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Log.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Log.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,8 +41,8 @@ /** A class for error logs. Reports errors and warnings, and * keeps track of error numbers and positions. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ * made on any API to generate a warning at all. In consequence, this handler only * gets to handle those warnings that JLS says must be generated. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Name.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Name.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Name.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ * Utf8 format. Names are stored in a Name.Table, and are unique within * that table. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Names.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Names.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Names.java Thu Jun 10 16:08:01 2010 -0700 @@ -29,8 +29,8 @@ * Access to the compiler's name table. STandard names are defined, * as well as methods to create new names. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Options.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Options.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Options.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ * If an option has an argument, the option name is mapped to the argument. * If a set option has no argument, it is mapped to itself. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Pair.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Pair.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Pair.java Thu Jun 10 16:08:01 2010 -0700 @@ -27,8 +27,8 @@ /** A generic class for pairs. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Position.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Position.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Position.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ * expansion is optional and no Unicode excape translation is considered. * The first character is at location (1,1). * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/PropagatedException.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/PropagatedException.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/PropagatedException.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,7 +28,7 @@ /** * Used to propagate exceptions through to the user. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,7 +41,7 @@ * or not the source name and position are set. This formatter provides a standardized, localize-independent * implementation of a diagnostic formatter; as such, this formatter is best suited for testing purposes. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java Thu Jun 10 16:08:01 2010 -0700 @@ -59,7 +59,7 @@ * to two different type-variables with the same name, their representation is * disambiguated by appending an index to the type variable name. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/SharedNameTable.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/SharedNameTable.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/SharedNameTable.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ * byte array, expanding it as needed. This avoids the overhead incurred * by using an array of bytes for each name. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/UnsharedNameTable.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/UnsharedNameTable.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/UnsharedNameTable.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,8 +32,8 @@ * using weak references. It is recommended for use when a single shared * byte array is unsuitable. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javac/util/Warner.java --- a/langtools/src/share/classes/com/sun/tools/javac/util/Warner.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javac/util/Warner.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,7 +31,7 @@ * An interface to support optional warnings, needed for support of * unchecked conversions and unchecked casts. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/Gen.java --- a/langtools/src/share/classes/com/sun/tools/javah/Gen.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/Gen.java Thu Jun 10 16:08:01 2010 -0700 @@ -60,7 +60,7 @@ * original writing, this interface is rich enough to support JNI and the * old 1.0-style native method interface. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/InternalError.java --- a/langtools/src/share/classes/com/sun/tools/javah/InternalError.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/InternalError.java Thu Jun 10 16:08:01 2010 -0700 @@ -26,8 +26,8 @@ package com.sun.tools.javah; /** - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/JNI.java --- a/langtools/src/share/classes/com/sun/tools/javah/JNI.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/JNI.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,7 +42,7 @@ /** * Header file generator for JNI. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/JavahFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javah/JavahFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/JavahFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ /** * javah's implementation of JavaFileManager. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/JavahTask.java --- a/langtools/src/share/classes/com/sun/tools/javah/JavahTask.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/JavahTask.java Thu Jun 10 16:08:01 2010 -0700 @@ -76,7 +76,7 @@ * Javah generates support files for native methods. * Parse commandline options & Invokes javadoc to execute those commands. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/JavahTool.java --- a/langtools/src/share/classes/com/sun/tools/javah/JavahTool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/JavahTool.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,7 +40,7 @@ import javax.tools.StandardJavaFileManager; /* - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/LLNI.java --- a/langtools/src/share/classes/com/sun/tools/javah/LLNI.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/LLNI.java Thu Jun 10 16:08:01 2010 -0700 @@ -48,7 +48,7 @@ import javax.lang.model.util.SimpleTypeVisitor7; /* - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/Main.java --- a/langtools/src/share/classes/com/sun/tools/javah/Main.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/Main.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * Main entry point. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/Mangle.java --- a/langtools/src/share/classes/com/sun/tools/javah/Mangle.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/Mangle.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,7 +37,7 @@ * this more fine grained and distribute the functionality to the * generators. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/NativeHeaderTool.java --- a/langtools/src/share/classes/com/sun/tools/javah/NativeHeaderTool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/NativeHeaderTool.java Thu Jun 10 16:08:01 2010 -0700 @@ -44,8 +44,8 @@ * @see JavaFileManager * @since 1.7 * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/TypeSignature.java --- a/langtools/src/share/classes/com/sun/tools/javah/TypeSignature.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/TypeSignature.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,7 +43,7 @@ /** * Returns internal type signature. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javah/Util.java --- a/langtools/src/share/classes/com/sun/tools/javah/Util.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javah/Util.java Thu Jun 10 16:08:01 2010 -0700 @@ -44,7 +44,7 @@ * bug -- Bug has occurred in javah * fatal -- We can't even find resources, so bail fast, don't localize * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/AnnotationWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/AnnotationWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/AnnotationWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,8 +40,8 @@ /** * A writer for writing annotations as text. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/AttributeWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/AttributeWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/AttributeWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -64,8 +64,8 @@ /* * A writer for writing Attributes as text. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/BasicWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/BasicWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/BasicWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -35,8 +35,8 @@ * A writer similar to a PrintWriter but which does not hide exceptions. * The standard print calls are line-buffered; report calls write messages directly. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/ClassWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/ClassWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/ClassWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -54,8 +54,8 @@ /* * The main javap class to write the contents of a class file as text. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/CodeWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/CodeWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/CodeWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -40,8 +40,8 @@ /* * Write the contents of a Code attribute. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/ConstantWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/ConstantWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/ConstantWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ /* * Write a constant pool entry. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/Context.java --- a/langtools/src/share/classes/com/sun/tools/javap/Context.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/Context.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /* * Class from which to put/get shared resources. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/DisassemblerTool.java --- a/langtools/src/share/classes/com/sun/tools/javap/DisassemblerTool.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/DisassemblerTool.java Thu Jun 10 16:08:01 2010 -0700 @@ -44,8 +44,8 @@ * @see JavaFileManager * @since 1.7 * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/InstructionDetailWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/InstructionDetailWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/InstructionDetailWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -31,8 +31,8 @@ /* * Write additional details for an instruction. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/InternalError.java --- a/langtools/src/share/classes/com/sun/tools/javap/InternalError.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/InternalError.java Thu Jun 10 16:08:01 2010 -0700 @@ -26,8 +26,8 @@ package com.sun.tools.javap; /** - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/JavapFileManager.java --- a/langtools/src/share/classes/com/sun/tools/javap/JavapFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/JavapFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -36,8 +36,8 @@ /** * javap's implementation of JavaFileManager. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/JavapTask.java --- a/langtools/src/share/classes/com/sun/tools/javap/JavapTask.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/JavapTask.java Thu Jun 10 16:08:01 2010 -0700 @@ -69,8 +69,8 @@ * "Main" class for javap, normally accessed from the command line * via Main, or from JSR199 via DisassemblerTool. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/LocalVariableTableWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/LocalVariableTableWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/LocalVariableTableWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -42,8 +42,8 @@ /** * Annotate instructions with details about local variables. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/LocalVariableTypeTableWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/LocalVariableTypeTableWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/LocalVariableTypeTableWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,8 +43,8 @@ /** * Annotate instructions with details about local variables. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/Main.java --- a/langtools/src/share/classes/com/sun/tools/javap/Main.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/Main.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * Main entry point. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/Messages.java --- a/langtools/src/share/classes/com/sun/tools/javap/Messages.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/Messages.java Thu Jun 10 16:08:01 2010 -0700 @@ -30,8 +30,8 @@ /** * Access to javap messages. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/Options.java --- a/langtools/src/share/classes/com/sun/tools/javap/Options.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/Options.java Thu Jun 10 16:08:01 2010 -0700 @@ -34,8 +34,8 @@ /* * Provides access to javap's options, set via the command line * or JSR 199 API. - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/SourceWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/SourceWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/SourceWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -52,8 +52,8 @@ /** * Annotate instructions with source code. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/StackMapWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/StackMapWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/StackMapWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -45,8 +45,8 @@ /** * Annotate instructions with stack map. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/TryBlockWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/TryBlockWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/TryBlockWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -37,8 +37,8 @@ /** * Annotate instructions with details about try blocks. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/com/sun/tools/javap/TypeAnnotationWriter.java --- a/langtools/src/share/classes/com/sun/tools/javap/TypeAnnotationWriter.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/com/sun/tools/javap/TypeAnnotationWriter.java Thu Jun 10 16:08:01 2010 -0700 @@ -41,8 +41,8 @@ /** * Annotate instructions with details about type annotations. * - *

    This is NOT part of any API supported by Sun Microsystems. If - * you write code that depends on this, you do so at your own risk. + *

    This is NOT part of any supported API. + * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice. */ diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/src/share/classes/javax/lang/model/overview.html --- a/langtools/src/share/classes/javax/lang/model/overview.html Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/src/share/classes/javax/lang/model/overview.html Thu Jun 10 16:08:01 2010 -0700 @@ -21,9 +21,9 @@ 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, -CA 95054 USA or visit www.sun.com if you need additional information or -have any questions. +Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +or visit www.oracle.com if you need additional information or have any +questions. --> diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/apt/mirror/declaration/pkg1/pkg2/package.html --- a/langtools/test/tools/apt/mirror/declaration/pkg1/pkg2/package.html Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/apt/mirror/declaration/pkg1/pkg2/package.html Thu Jun 10 16:08:01 2010 -0700 @@ -21,10 +21,9 @@ 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, -CA 95054 USA or visit www.sun.com if you need additional information or -have any questions. - +Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +or visit www.oracle.com if you need additional information or have any +questions. --> diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/6948381/T6948381.java --- a/langtools/test/tools/javac/6948381/T6948381.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/6948381/T6948381.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ /** diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/6948381/npe/A.java --- a/langtools/test/tools/javac/6948381/npe/A.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/6948381/npe/A.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package npe; diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/6948381/npe/B.java --- a/langtools/test/tools/javac/6948381/npe/B.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/6948381/npe/B.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package npe; diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/api/evalexpr/ByteArrayClassLoader.java --- a/langtools/test/tools/javac/api/evalexpr/ByteArrayClassLoader.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/api/evalexpr/ByteArrayClassLoader.java Thu Jun 10 16:08:01 2010 -0700 @@ -28,7 +28,7 @@ /** * A class loader which loads classes from byte arrays. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/api/evalexpr/CompileFromString.java --- a/langtools/test/tools/javac/api/evalexpr/CompileFromString.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/api/evalexpr/CompileFromString.java Thu Jun 10 16:08:01 2010 -0700 @@ -32,7 +32,7 @@ /** * JSR 199 Demo application: compile from a String. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/api/evalexpr/MemoryFileManager.java --- a/langtools/test/tools/javac/api/evalexpr/MemoryFileManager.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/api/evalexpr/MemoryFileManager.java Thu Jun 10 16:08:01 2010 -0700 @@ -43,7 +43,7 @@ * This file manager delegates to another file manager * to lookup classes on boot class path. * - *

    This is NOT part of any API supported by Sun Microsystems. + *

    This is NOT part of any supported API. * If you write code that depends on this, you do so at your own * risk. This code and its internal interfaces are subject to change * or deletion without notice.

    diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/generics/diamond/T6951833.java --- a/langtools/test/tools/javac/generics/diamond/T6951833.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/generics/diamond/T6951833.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ /* diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/generics/typevars/T6880344.java --- a/langtools/test/tools/javac/generics/typevars/T6880344.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/generics/typevars/T6880344.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2009, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ /* diff -r 6df0e6bcb388 -r 1908176fd6e3 langtools/test/tools/javac/varargs/warning/Warn4.java --- a/langtools/test/tools/javac/varargs/warning/Warn4.java Thu Jun 10 09:29:23 2010 +0100 +++ b/langtools/test/tools/javac/varargs/warning/Warn4.java Thu Jun 10 16:08:01 2010 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2010, 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 @@ -16,9 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ /**