make/data/symbols/java.compiler-A.sym.txt
author hseigel
Mon, 28 Oct 2019 12:55:48 +0000
changeset 58817 7f27d70a2424
parent 50027 69aadf0c1e69
permissions -rw-r--r--
8232890: Remove bad Code attribute parsing code Summary: Remove code that accepts illegal max_stack, max_locals, and length values for Code attribute in old class files. Reviewed-by: dholmes, lfoltan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50027
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     1
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     2
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     4
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    10
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    15
# accompanied this code).
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    16
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    20
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    23
# questions.
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    24
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    25
# ##########################################################
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    26
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    27
# ##########################################################
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    28
#
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    29
module name java.compiler
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    30
header exports javax/annotation/processing,javax/lang/model,javax/lang/model/element,javax/lang/model/type,javax/lang/model/util,javax/tools requires name\u0020;java.base\u0020;flags\u0020;8000 uses javax/tools/DocumentationTool,javax/tools/JavaCompiler target linux-amd64 flags 8000
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    31
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    32
class name javax/lang/model/SourceVersion
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    33
field name RELEASE_10 descriptor Ljavax/lang/model/SourceVersion; flags 4019
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    34
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    35
class name javax/lang/model/util/AbstractAnnotationValueVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    36
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    37
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    38
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    39
class name javax/lang/model/util/AbstractAnnotationValueVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    40
header extends javax/lang/model/util/AbstractAnnotationValueVisitor8 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractAnnotationValueVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    41
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    42
class name javax/lang/model/util/AbstractElementVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    43
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    44
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    45
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    46
class name javax/lang/model/util/AbstractElementVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    47
header extends javax/lang/model/util/AbstractElementVisitor8 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractElementVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    48
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    49
class name javax/lang/model/util/AbstractTypeVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    50
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    51
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    52
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    53
class name javax/lang/model/util/AbstractTypeVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    54
header extends javax/lang/model/util/AbstractTypeVisitor8 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    55
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    56
class name javax/lang/model/util/ElementKindVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    57
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    58
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    59
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    60
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    61
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    62
class name javax/lang/model/util/ElementKindVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    63
header extends javax/lang/model/util/ElementKindVisitor8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/ElementKindVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    64
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    65
class name javax/lang/model/util/ElementScanner6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    66
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    67
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    68
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    69
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    70
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    71
class name javax/lang/model/util/ElementScanner9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    72
header extends javax/lang/model/util/ElementScanner8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/ElementScanner8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    73
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    74
class name javax/lang/model/util/SimpleAnnotationValueVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    75
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    76
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    77
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    78
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    79
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    80
class name javax/lang/model/util/SimpleAnnotationValueVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    81
header extends javax/lang/model/util/SimpleAnnotationValueVisitor8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleAnnotationValueVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    82
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    83
class name javax/lang/model/util/SimpleElementVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    84
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    85
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    86
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    87
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    88
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    89
class name javax/lang/model/util/SimpleElementVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    90
header extends javax/lang/model/util/SimpleElementVisitor8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleElementVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    91
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    92
class name javax/lang/model/util/SimpleTypeVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    93
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    94
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    95
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    96
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    97
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    98
class name javax/lang/model/util/SimpleTypeVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
    99
header extends javax/lang/model/util/SimpleTypeVisitor8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleTypeVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   100
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   101
class name javax/lang/model/util/TypeKindVisitor6
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   102
-method name <init> descriptor ()V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   103
-method name <init> descriptor (Ljava/lang/Object;)V
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   104
method name <init> descriptor ()V flags 4 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   105
method name <init> descriptor (Ljava/lang/Object;)V flags 4 deprecated true signature (TR;)V runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   106
method name visitNoTypeAsModule descriptor (Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Ljavax/lang/model/type/NoType;TP;)TR;
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   107
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   108
class name javax/lang/model/util/TypeKindVisitor9
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   109
header extends javax/lang/model/util/TypeKindVisitor8 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/TypeKindVisitor8<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_10;)
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   110
method name visitNoTypeAsModule descriptor (Ljavax/lang/model/type/NoType;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Ljavax/lang/model/type/NoType;TP;)TR;
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   111
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   112
class name javax/tools/ToolProvider
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   113
-method name getSystemToolClassLoader descriptor ()Ljava/lang/ClassLoader;
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   114
method name getSystemToolClassLoader descriptor ()Ljava/lang/ClassLoader; flags 9 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
69aadf0c1e69 8202387: javac --release 11 not supported
jlahoda
parents:
diff changeset
   115