make/data/symbols/jdk.compiler-C.sym.txt
author mdoerr
Fri, 07 Jun 2019 10:13:30 +0200
changeset 55281 eaa1e236f305
parent 53697 d224f48e39ca
permissions -rw-r--r--
8225347: [s390] Unexpected exit from stack overflow test Reviewed-by: simonis
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53697
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     1
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     2
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     4
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    10
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    15
# accompanied this code).
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    16
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    20
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    23
# questions.
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    24
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    25
# ##########################################################
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    26
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    27
# ##########################################################
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    28
#
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    29
class name com/sun/source/doctree/DocTree$Kind
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    30
field name SYSTEM_PROPERTY descriptor Lcom/sun/source/doctree/DocTree$Kind; flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    31
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    32
class name com/sun/source/doctree/DocTreeVisitor
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    33
method name visitSystemProperty descriptor (Lcom/sun/source/doctree/SystemPropertyTree;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Lcom/sun/source/doctree/SystemPropertyTree;TP;)TR;
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    34
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    35
class name com/sun/source/doctree/SystemPropertyTree
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    36
header extends java/lang/Object implements com/sun/source/doctree/InlineTagTree flags 601
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    37
method name getPropertyName descriptor ()Ljavax/lang/model/element/Name; flags 401
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    38
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    39
class name com/sun/source/tree/BreakTree
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    40
method name getValue descriptor ()Lcom/sun/source/tree/ExpressionTree; flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    41
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    42
class name com/sun/source/tree/CaseTree
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    43
header extends java/lang/Object implements com/sun/source/tree/Tree nestMembers com/sun/source/tree/CaseTree$CaseKind flags 601
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    44
innerclass innerClass com/sun/source/tree/CaseTree$CaseKind outerClass com/sun/source/tree/CaseTree innerClassName CaseKind flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    45
method name getExpressions descriptor ()Ljava/util/List; flags 401 deprecated true signature ()Ljava/util/List<+Lcom/sun/source/tree/ExpressionTree;>; runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    46
method name getBody descriptor ()Lcom/sun/source/tree/Tree; flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    47
method name getCaseKind descriptor ()Lcom/sun/source/tree/CaseTree$CaseKind; flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    48
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    49
class name com/sun/source/tree/CaseTree$CaseKind
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    50
header extends java/lang/Enum nestHost com/sun/source/tree/CaseTree flags 4031 deprecated true signature Ljava/lang/Enum<Lcom/sun/source/tree/CaseTree$CaseKind;>; runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    51
innerclass innerClass com/sun/source/tree/CaseTree$CaseKind outerClass com/sun/source/tree/CaseTree innerClassName CaseKind flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    52
field name STATEMENT descriptor Lcom/sun/source/tree/CaseTree$CaseKind; flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    53
field name RULE descriptor Lcom/sun/source/tree/CaseTree$CaseKind; flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    54
method name values descriptor ()[Lcom/sun/source/tree/CaseTree$CaseKind; flags 9
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    55
method name valueOf descriptor (Ljava/lang/String;)Lcom/sun/source/tree/CaseTree$CaseKind; flags 9
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    56
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    57
class name com/sun/source/tree/SwitchExpressionTree
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    58
header extends java/lang/Object implements com/sun/source/tree/ExpressionTree flags 601 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    59
method name getExpression descriptor ()Lcom/sun/source/tree/ExpressionTree; flags 401
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    60
method name getCases descriptor ()Ljava/util/List; flags 401 signature ()Ljava/util/List<+Lcom/sun/source/tree/CaseTree;>;
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    61
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    62
class name com/sun/source/tree/Tree$Kind
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    63
field name SWITCH_EXPRESSION descriptor Lcom/sun/source/tree/Tree$Kind; flags 4019 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    64
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    65
class name com/sun/source/tree/TreeVisitor
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    66
method name visitSwitchExpression descriptor (Lcom/sun/source/tree/SwitchExpressionTree;Ljava/lang/Object;)Ljava/lang/Object; flags 401 deprecated true signature (Lcom/sun/source/tree/SwitchExpressionTree;TP;)TR; runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    67
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    68
class name com/sun/source/util/DocTreeFactory
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    69
method name newSystemPropertyTree descriptor (Ljavax/lang/model/element/Name;)Lcom/sun/source/doctree/SystemPropertyTree; flags 401
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    70
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    71
class name com/sun/source/util/DocTreeScanner
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    72
method name visitSystemProperty descriptor (Lcom/sun/source/doctree/SystemPropertyTree;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Lcom/sun/source/doctree/SystemPropertyTree;TP;)TR;
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    73
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    74
class name com/sun/source/util/SimpleDocTreeVisitor
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    75
method name visitSystemProperty descriptor (Lcom/sun/source/doctree/SystemPropertyTree;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Lcom/sun/source/doctree/SystemPropertyTree;TP;)TR;
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    76
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    77
class name com/sun/source/util/SimpleTreeVisitor
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    78
method name visitSwitchExpression descriptor (Lcom/sun/source/tree/SwitchExpressionTree;Ljava/lang/Object;)Ljava/lang/Object; flags 1 deprecated true signature (Lcom/sun/source/tree/SwitchExpressionTree;TP;)TR; runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    79
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    80
class name com/sun/source/util/TreeScanner
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    81
header extends java/lang/Object implements com/sun/source/tree/TreeVisitor flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;Lcom/sun/source/tree/TreeVisitor<TR;TP;>;
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    82
innerclass innerClass com/sun/source/tree/CaseTree$CaseKind outerClass com/sun/source/tree/CaseTree innerClassName CaseKind flags 4019
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    83
method name visitSwitchExpression descriptor (Lcom/sun/source/tree/SwitchExpressionTree;Ljava/lang/Object;)Ljava/lang/Object; flags 1 deprecated true signature (Lcom/sun/source/tree/SwitchExpressionTree;TP;)TR; runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="12")
d224f48e39ca 8216263: Add historical data for JDK 12
jlahoda
parents:
diff changeset
    84