diff --git a/langtools/src/share/classes/com/sun/javadoc/package.html b/langtools/src/share/classes/com/sun/javadoc/package.html index 3d82402d038..b44dd461906 100644 --- a/langtools/src/share/classes/com/sun/javadoc/package.html +++ b/langtools/src/share/classes/com/sun/javadoc/package.html @@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License version 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 --git a/langtools/src/share/classes/com/sun/mirror/overview.html b/langtools/src/share/classes/com/sun/mirror/overview.html index 1a9f24f5b64..f04c3179b00 100644 --- a/langtools/src/share/classes/com/sun/mirror/overview.html +++ b/langtools/src/share/classes/com/sun/mirror/overview.html @@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License version 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 --git a/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java b/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java index 513a70a2294..6d122aaee48 100644 --- a/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java +++ b/langtools/src/share/classes/com/sun/source/tree/DisjointTypeTree.java @@ -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 @@ import java.util.List; */ public interface DisjointTypeTree extends Tree { List extends Tree> getTypeComponents(); -} \ No newline at end of file +} diff --git a/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java b/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java index 25755bb0926..07184df0073 100644 --- a/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java +++ b/langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java @@ -60,7 +60,7 @@ import static com.sun.tools.apt.mirror.declaration.DeclarationMaker.isJavaIdenti /** * 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 --git a/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java b/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java index 7788e680491..63aa98b2750 100644 --- a/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java +++ b/langtools/src/share/classes/com/sun/tools/apt/main/CommandLine.java @@ -35,8 +35,8 @@ import com.sun.tools.javac.util.ListBuffer; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java b/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java index bbb496bb312..8d949541ca5 100644 --- a/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java +++ b/langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java @@ -45,7 +45,7 @@ import com.sun.mirror.apt.AnnotationProcessorFactory; 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 --git a/langtools/src/share/classes/com/sun/tools/apt/main/Main.java b/langtools/src/share/classes/com/sun/tools/apt/main/Main.java index e0f964a3d44..4f2ce9b0a7c 100644 --- a/langtools/src/share/classes/com/sun/tools/apt/main/Main.java +++ b/langtools/src/share/classes/com/sun/tools/apt/main/Main.java @@ -61,7 +61,7 @@ import static com.sun.tools.javac.file.Paths.pathToURLs; /** 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 --git a/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java b/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java index 4a9c2d7eaf1..ceb94533bea 100644 --- a/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java +++ b/langtools/src/share/classes/com/sun/tools/apt/util/Bark.java @@ -34,8 +34,8 @@ import com.sun.tools.javac.util.Position; /** 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java b/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java index 6bdeaa77de5..e7ab8969423 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/AccessFlags.java @@ -32,8 +32,8 @@ import java.util.Set; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java b/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java index fa59fa93dc7..98eadc6eb96 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Annotation.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java index c65ef39e2d0..091a8fa2601 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/AnnotationDefault_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java index 33f24b32af5..0c6e43d6cd3 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Attribute.java @@ -31,8 +31,8 @@ import java.util.HashMap; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java b/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java index 7406cfa7bb1..a4682c02515 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/AttributeException.java @@ -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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java b/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java index 7b09eccb5a5..d86c39e9ee7 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Attributes.java @@ -32,8 +32,8 @@ import java.util.Iterator; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java index 0e98690d489..0223d58ae49 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java @@ -28,8 +28,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java b/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java index 02f0d75b15b..affcad0594e 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassFile.java @@ -35,8 +35,8 @@ import static com.sun.tools.classfile.AccessFlags.*; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java b/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java index ecd86bbfe07..ad67c6bd707 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassReader.java @@ -32,8 +32,8 @@ import java.io.IOException; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java b/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java index 5d4462cff9a..bcb928857d3 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java @@ -42,8 +42,8 @@ import java.util.Map; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java b/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java index 188582d62c5..12f56a0f7cf 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java @@ -41,8 +41,8 @@ import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_ /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java index da8c985b5d2..bc21154c780 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Code_attribute.java @@ -32,8 +32,8 @@ import java.util.NoSuchElementException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java index 1fd6eadda1f..22ef158fd57 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java @@ -27,8 +27,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java index 59ab4bef780..b994b6d3676 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPool.java @@ -33,8 +33,8 @@ import java.util.Iterator; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java index d82b5e86e71..15b5298322d 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java @@ -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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java index c0642f42db8..94a88cb3f92 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ConstantValue_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java b/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java index d147a3ec4bc..fba1700f35e 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/DefaultAttribute.java @@ -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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java index 70515016d77..646ed3d5874 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Deprecated_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java b/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java index 0f6dd384507..ff194c9680f 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Descriptor.java @@ -31,8 +31,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java b/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java index f9079675068..92494366abc 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java @@ -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 --git a/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java index 66f89769ec9..2296810e562 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java @@ -31,8 +31,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java index 4779196085a..05c301b3e51 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Exceptions_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java b/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java index 348eb4f8141..5f8f9211dd8 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/ExtendedAnnotation.java @@ -36,8 +36,8 @@ import static com.sun.tools.classfile.ExtendedAnnotation.TargetAttribute.*; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Field.java b/langtools/src/share/classes/com/sun/tools/classfile/Field.java index 5591302dfc6..89e313f6fc8 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Field.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Field.java @@ -28,8 +28,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java index f60855283c6..2033a9eadea 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/InnerClasses_attribute.java @@ -32,8 +32,8 @@ import com.sun.tools.classfile.ConstantPool.*; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java b/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java index b00f4af59fb..d6ca812a5a6 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Instruction.java @@ -28,8 +28,8 @@ package com.sun.tools.classfile; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java index 33344f4c191..e07c9ec6d07 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/LineNumberTable_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java index eabcd9b0de0..9aa060a24cd 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTable_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java index 9a43d520064..b917b0f45ad 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/LocalVariableTypeTable_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Method.java b/langtools/src/share/classes/com/sun/tools/classfile/Method.java index 29ea17eee1d..5345d54ccdf 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Method.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Method.java @@ -28,8 +28,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java b/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java index 607ded43c55..b5a0086da3c 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Opcode.java @@ -34,8 +34,8 @@ import static com.sun.tools.classfile.Opcode.Set.*; *
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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java index cc8c5a7c2a2..c0ec09d24cb 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java index 9a08a8e2174..b1a2e65ea7c 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java index 9555afe3ee4..340383c89fc 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleParameterAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java index 5fc540975da..01b14a8d4cc 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeInvisibleTypeAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java index f7a3e72ee3e..225843800c4 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeParameterAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java index bfe60576123..803fbd7f8bc 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeTypeAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java index 2b2f9ee5c8b..51075d6f9df 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java index 202b0377238..649fe85e8e0 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleParameterAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java index 9cd1c763d1a..1cee8b5458e 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/RuntimeVisibleTypeAnnotations_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Signature.java b/langtools/src/share/classes/com/sun/tools/classfile/Signature.java index 2b4f899663d..ccc17bae783 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Signature.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Signature.java @@ -32,8 +32,8 @@ import com.sun.tools.classfile.Type.*; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java index 3c023f4dc1f..89c4893e627 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Signature_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java index 643e5199f06..6ed4f017a76 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceDebugExtension_attribute.java @@ -32,8 +32,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java index a345ece22ec..168a4474e0f 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceFile_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java index 7b213c283f1..8b00ffe7db2 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/SourceID_attribute.java @@ -27,8 +27,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java index 4c2f59579d5..bdb39a98695 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/StackMapTable_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java index a80448db3a9..e57a24bfa98 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/StackMap_attribute.java @@ -28,8 +28,8 @@ package com.sun.tools.classfile; 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java b/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java index d1a14ea9f72..f1995d2844b 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Synthetic_attribute.java @@ -30,8 +30,8 @@ import java.io.IOException; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/classfile/Type.java b/langtools/src/share/classes/com/sun/tools/classfile/Type.java index 0386f24858b..ded095b7e61 100644 --- a/langtools/src/share/classes/com/sun/tools/classfile/Type.java +++ b/langtools/src/share/classes/com/sun/tools/classfile/Type.java @@ -34,8 +34,8 @@ import java.util.Set; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/Launcher.java b/langtools/src/share/classes/com/sun/tools/javac/Launcher.java index 66549c89d57..f36d5770f41 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/Launcher.java +++ b/langtools/src/share/classes/com/sun/tools/javac/Launcher.java @@ -41,7 +41,7 @@ import javax.tools.ToolProvider; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/Server.java b/langtools/src/share/classes/com/sun/tools/javac/Server.java index 016823a0589..fcb2127138c 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/Server.java +++ b/langtools/src/share/classes/com/sun/tools/javac/Server.java @@ -36,7 +36,7 @@ import javax.tools.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java b/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java index 51512c8d9e4..18aafee6a15 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java @@ -33,7 +33,7 @@ import com.sun.tools.javac.api.DiagnosticFormatter.*; * Provides simple functionalities for javac diagnostic formatting. * @paramThis 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java b/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java index 635c1f5c06a..bb2bd92c999 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/Formattable.java @@ -31,7 +31,7 @@ import java.util.Locale; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java b/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java index 0869daa682e..5aa4c0cc1da 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacScope.java @@ -38,7 +38,7 @@ import com.sun.tools.javac.comp.Env; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java index dbc97e7cf47..e8e201eb1c9 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java @@ -56,7 +56,7 @@ import com.sun.tools.javac.main.JavaCompiler; /** * 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 @@ public class JavacTaskImpl extends JavacTask { } /** - * 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 @@ public class JavacTaskImpl extends JavacTask { } /** - * 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 @@ public class JavacTaskImpl extends JavacTask { } /** - * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java index debb0e4d8ee..5c76c39e8e3 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java @@ -57,7 +57,7 @@ import java.nio.charset.Charset; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java index 24d0fe88664..76f9d3c7e10 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTrees.java @@ -71,7 +71,7 @@ import com.sun.tools.javac.util.Pair; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java b/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java index 532b4c3e161..c1caa09d8f1 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/Messages.java @@ -32,7 +32,7 @@ import java.util.MissingResourceException; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java b/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java index c09c55f55b7..41d987480f5 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java +++ b/langtools/src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java @@ -42,7 +42,7 @@ import javax.tools.*; *
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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java b/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java index 6680484ca81..381418e76c6 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Attribute.java @@ -38,8 +38,8 @@ import static com.sun.tools.javac.code.TypeTags.*; /** 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java b/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java index 3cef25a67ad..d2c4e676d08 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/BoundKind.java @@ -27,7 +27,7 @@ package com.sun.tools.javac.code; /** * - *
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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java b/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java index 81b36d24f8e..60df3514346 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java @@ -33,8 +33,8 @@ import javax.lang.model.element.Modifier; /** 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java b/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java index a462d2f0199..282f315b901 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Kinds.java @@ -38,8 +38,8 @@ import static com.sun.tools.javac.code.Flags.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java b/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java index e7538dba755..445b8c4f4b6 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Lint.java @@ -39,8 +39,8 @@ import static com.sun.tools.javac.code.Flags.*; /** * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java b/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java index d330bcdca70..b2443a46f38 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Printer.java @@ -41,7 +41,7 @@ import static com.sun.tools.javac.code.Flags.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java b/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java index 37bea3058ea..926bcc2cf33 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Scope.java @@ -34,8 +34,8 @@ import java.util.Iterator; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Source.java b/langtools/src/share/classes/com/sun/tools/javac/code/Source.java index d3396e79dda..c0d7522e588 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Source.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Source.java @@ -33,8 +33,8 @@ import java.util.*; /** 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java b/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java index 6e6b22d23e3..2c75a0cd1f9 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Symbol.java @@ -49,8 +49,8 @@ import static com.sun.tools.javac.code.TypeTags.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java b/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java index 33674ca2e35..5ccdfaec6fd 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Symtab.java @@ -42,8 +42,8 @@ import static com.sun.tools.javac.code.Flags.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java b/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java index f16357c393d..6c242879c57 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TargetType.java @@ -39,8 +39,8 @@ import java.util.Set; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Type.java b/langtools/src/share/classes/com/sun/tools/javac/code/Type.java index a33d4edd87c..b3fae7d131c 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Type.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Type.java @@ -56,8 +56,8 @@ import static com.sun.tools.javac.code.TypeTags.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java b/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java index b4f36303840..d3be7a5c02d 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java @@ -29,8 +29,8 @@ import com.sun.tools.javac.util.*; /** 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java b/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java index d6542f36710..463def22ef8 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/TypeTags.java @@ -29,8 +29,8 @@ package com.sun.tools.javac.code; /** 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 --git a/langtools/src/share/classes/com/sun/tools/javac/code/Types.java b/langtools/src/share/classes/com/sun/tools/javac/code/Types.java index 21953f7e72c..6354e5be81d 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/code/Types.java +++ b/langtools/src/share/classes/com/sun/tools/javac/code/Types.java @@ -58,7 +58,7 @@ import static com.sun.tools.javac.util.ListBuffer.lb; *
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 --git a/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java b/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java index e0d0d771e81..4a5dccd58ca 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Annotate.java @@ -35,8 +35,8 @@ import com.sun.tools.javac.tree.JCTree.*; * 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 --git a/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java b/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java index 0c6b5fe9295..e534557c30a 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java @@ -59,8 +59,8 @@ import static com.sun.tools.javac.code.TypeTags.*; * @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 --git a/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java b/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java index 93c565feba2..1589ccbfd80 100644 --- a/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java +++ b/langtools/src/share/classes/com/sun/tools/javac/comp/AttrContext.java @@ -31,8 +31,8 @@ import com.sun.tools.javac.code.*; /** 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. + *