public class com.sun.tools.javac.comp.Attr extends com.sun.tools.javac.tree.JCTree$Visitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.comp.Attr
  super_class: com.sun.tools.javac.tree.JCTree$Visitor
{
  protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.comp.Attr> attrKey;
    descriptor: Lcom/sun/tools/javac/util/Context$Key;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/comp/Attr;>;

  final com.sun.tools.javac.util.Names names;
    descriptor: Lcom/sun/tools/javac/util/Names;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.util.Log log;
    descriptor: Lcom/sun/tools/javac/util/Log;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.code.Symtab syms;
    descriptor: Lcom/sun/tools/javac/code/Symtab;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Resolve rs;
    descriptor: Lcom/sun/tools/javac/comp/Resolve;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Operators operators;
    descriptor: Lcom/sun/tools/javac/comp/Operators;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Infer infer;
    descriptor: Lcom/sun/tools/javac/comp/Infer;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Analyzer analyzer;
    descriptor: Lcom/sun/tools/javac/comp/Analyzer;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.DeferredAttr deferredAttr;
    descriptor: Lcom/sun/tools/javac/comp/DeferredAttr;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Check chk;
    descriptor: Lcom/sun/tools/javac/comp/Check;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Flow flow;
    descriptor: Lcom/sun/tools/javac/comp/Flow;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.MemberEnter memberEnter;
    descriptor: Lcom/sun/tools/javac/comp/MemberEnter;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.TypeEnter typeEnter;
    descriptor: Lcom/sun/tools/javac/comp/TypeEnter;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.tree.TreeMaker make;
    descriptor: Lcom/sun/tools/javac/tree/TreeMaker;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.ConstFold cfolder;
    descriptor: Lcom/sun/tools/javac/comp/ConstFold;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Enter enter;
    descriptor: Lcom/sun/tools/javac/comp/Enter;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.jvm.Target target;
    descriptor: Lcom/sun/tools/javac/jvm/Target;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.code.Types types;
    descriptor: Lcom/sun/tools/javac/code/Types;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.code.Preview preview;
    descriptor: Lcom/sun/tools/javac/code/Preview;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.util.JCDiagnostic$Factory diags;
    descriptor: Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.code.TypeAnnotations typeAnnotations;
    descriptor: Lcom/sun/tools/javac/code/TypeAnnotations;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.code.DeferredLintHandler deferredLintHandler;
    descriptor: Lcom/sun/tools/javac/code/DeferredLintHandler;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.TypeEnvs typeEnvs;
    descriptor: Lcom/sun/tools/javac/comp/TypeEnvs;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.util.Dependencies dependencies;
    descriptor: Lcom/sun/tools/javac/util/Dependencies;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Annotate annotate;
    descriptor: Lcom/sun/tools/javac/comp/Annotate;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.ArgumentAttr argumentAttr;
    descriptor: Lcom/sun/tools/javac/comp/ArgumentAttr;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.MatchBindingsComputer matchBindingsComputer;
    descriptor: Lcom/sun/tools/javac/comp/MatchBindingsComputer;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.AttrRecover attrRecover;
    descriptor: Lcom/sun/tools/javac/comp/AttrRecover;
    flags: (0x0010) ACC_FINAL

  boolean allowPoly;
    descriptor: Z
    flags: (0x0000) 

  boolean allowTypeAnnos;
    descriptor: Z
    flags: (0x0000) 

  boolean allowLambda;
    descriptor: Z
    flags: (0x0000) 

  boolean allowDefaultMethods;
    descriptor: Z
    flags: (0x0000) 

  boolean allowStaticInterfaceMethods;
    descriptor: Z
    flags: (0x0000) 

  boolean allowReifiableTypesInInstanceof;
    descriptor: Z
    flags: (0x0000) 

  private final boolean allowRecords;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean useBeforeDeclarationWarning;
    descriptor: Z
    flags: (0x0000) 

  java.lang.String sourceName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private com.sun.source.tree.TreeVisitor<com.sun.tools.javac.code.Symbol, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>> identAttributer;
    descriptor: Lcom/sun/source/tree/TreeVisitor;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/source/tree/TreeVisitor<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;>;

  private com.sun.tools.javac.tree.JCTree breakTree;
    descriptor: Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x0002) ACC_PRIVATE

  final com.sun.tools.javac.comp.Attr$ResultInfo statInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo varAssignmentInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo methodAttrInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo unknownExprInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo unknownTypeInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo unknownTypeExprInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.javac.comp.Attr$ResultInfo recoveryInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0010) ACC_FINAL

  com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> env;
    descriptor: Lcom/sun/tools/javac/comp/Env;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;

  com.sun.tools.javac.comp.Attr$ResultInfo resultInfo;
    descriptor: Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0000) 

  com.sun.tools.javac.code.Type result;
    descriptor: Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 

  com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings matchBindings;
    descriptor: Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
    flags: (0x0000) 

  com.sun.tools.javac.tree.TreeTranslator removeClassParams;
    descriptor: Lcom/sun/tools/javac/tree/TreeTranslator;
    flags: (0x0000) 

  static final com.sun.tools.javac.code.TypeTag[] primitiveTags;
    descriptor: [Lcom/sun/tools/javac/code/TypeTag;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  com.sun.tools.javac.code.Types$MapVisitor<com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition> targetChecker;
    descriptor: Lcom/sun/tools/javac/code/Types$MapVisitor;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/code/Types$MapVisitor<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;

  private java.util.Map<com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Symbol$MethodSymbol> clinits;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;>;

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$source$tree$MemberReferenceTree$ReferenceMode;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 95
            new com.sun.tools.javac.util.Context$Key
            dup
            invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
            putstatic com.sun.tools.javac.comp.Attr.attrKey:Lcom/sun/tools/javac/util/Context$Key;
         1: .line 2053
            bipush 8
            anewarray com.sun.tools.javac.code.TypeTag
            dup
            iconst_0
         2: .line 2054
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_1
         3: .line 2055
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_2
         4: .line 2056
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_3
         5: .line 2057
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_4
         6: .line 2058
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_5
         7: .line 2059
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            bipush 6
         8: .line 2060
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            bipush 7
         9: .line 2061
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            aastore
        10: .line 2053
            putstatic com.sun.tools.javac.comp.Attr.primitiveTags:[Lcom/sun/tools/javac/code/TypeTag;
        11: .line 2062
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.javac.comp.Attr instance(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Attr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Context context
         0: .line 126
            aload 0 /* context */
            getstatic com.sun.tools.javac.comp.Attr.attrKey:Lcom/sun/tools/javac/util/Context$Key;
            invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Attr
            astore 1 /* instance */
        start local 1 // com.sun.tools.javac.comp.Attr instance
         1: .line 127
            aload 1 /* instance */
            ifnonnull 3
         2: .line 128
            new com.sun.tools.javac.comp.Attr
            dup
            aload 0 /* context */
            invokespecial com.sun.tools.javac.comp.Attr.<init>:(Lcom/sun/tools/javac/util/Context;)V
            astore 1 /* instance */
         3: .line 129
      StackMap locals: com.sun.tools.javac.comp.Attr
      StackMap stack:
            aload 1 /* instance */
            areturn
        end local 1 // com.sun.tools.javac.comp.Attr instance
        end local 0 // com.sun.tools.javac.util.Context context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0   context  Lcom/sun/tools/javac/util/Context;
            1    4     1  instance  Lcom/sun/tools/javac/comp/Attr;
    MethodParameters:
         Name  Flags
      context  

  protected void <init>(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.Context context
         0: .line 132
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.JCTree$Visitor.<init>:()V
         1: .line 371
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$IdentAttributer
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$IdentAttributer.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            putfield com.sun.tools.javac.comp.Attr.identAttributer:Lcom/sun/source/tree/TreeVisitor;
         2: .line 445
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
         3: .line 653
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.MatchBindingsComputer.EMPTY:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
         4: .line 1962
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$1
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$1.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            putfield com.sun.tools.javac.comp.Attr.removeClassParams:Lcom/sun/tools/javac/tree/TreeTranslator;
         5: .line 3186
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$2
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$2.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            putfield com.sun.tools.javac.comp.Attr.targetChecker:Lcom/sun/tools/javac/code/Types$MapVisitor;
         6: .line 3354
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.javac.comp.Attr.clinits:Ljava/util/Map;
         7: .line 133
            aload 1 /* context */
            getstatic com.sun.tools.javac.comp.Attr.attrKey:Lcom/sun/tools/javac/util/Context$Key;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
         8: .line 135
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Names.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Names;
            putfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
         9: .line 136
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Log.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Log;
            putfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
        10: .line 137
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Symtab.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Symtab;
            putfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
        11: .line 138
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Resolve.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Resolve;
            putfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        12: .line 139
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Operators.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Operators;
            putfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
        13: .line 140
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Check.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Check;
            putfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
        14: .line 141
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Flow.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Flow;
            putfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
        15: .line 142
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.MemberEnter.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/MemberEnter;
            putfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
        16: .line 143
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.TypeEnter.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/TypeEnter;
            putfield com.sun.tools.javac.comp.Attr.typeEnter:Lcom/sun/tools/javac/comp/TypeEnter;
        17: .line 144
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.tree.TreeMaker.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/tree/TreeMaker;
            putfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
        18: .line 145
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Enter.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Enter;
            putfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
        19: .line 146
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Infer.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Infer;
            putfield com.sun.tools.javac.comp.Attr.infer:Lcom/sun/tools/javac/comp/Infer;
        20: .line 147
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Analyzer.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Analyzer;
            putfield com.sun.tools.javac.comp.Attr.analyzer:Lcom/sun/tools/javac/comp/Analyzer;
        21: .line 148
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.DeferredAttr.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/DeferredAttr;
            putfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
        22: .line 149
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.ConstFold.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/ConstFold;
            putfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
        23: .line 150
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.jvm.Target.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/jvm/Target;
            putfield com.sun.tools.javac.comp.Attr.target:Lcom/sun/tools/javac/jvm/Target;
        24: .line 151
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Types.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Types;
            putfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
        25: .line 152
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Preview.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Preview;
            putfield com.sun.tools.javac.comp.Attr.preview:Lcom/sun/tools/javac/code/Preview;
        26: .line 153
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.JCDiagnostic$Factory.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            putfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
        27: .line 154
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Annotate.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Annotate;
            putfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
        28: .line 155
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.TypeAnnotations.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/TypeAnnotations;
            putfield com.sun.tools.javac.comp.Attr.typeAnnotations:Lcom/sun/tools/javac/code/TypeAnnotations;
        29: .line 156
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.DeferredLintHandler.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/DeferredLintHandler;
            putfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
        30: .line 157
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.TypeEnvs.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/TypeEnvs;
            putfield com.sun.tools.javac.comp.Attr.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
        31: .line 158
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Dependencies.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Dependencies;
            putfield com.sun.tools.javac.comp.Attr.dependencies:Lcom/sun/tools/javac/util/Dependencies;
        32: .line 159
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.ArgumentAttr.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/ArgumentAttr;
            putfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
        33: .line 160
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.MatchBindingsComputer.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/MatchBindingsComputer;
            putfield com.sun.tools.javac.comp.Attr.matchBindingsComputer:Lcom/sun/tools/javac/comp/MatchBindingsComputer;
        34: .line 161
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.AttrRecover.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/AttrRecover;
            putfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
        35: .line 163
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Options.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Options;
            astore 2 /* options */
        start local 2 // com.sun.tools.javac.util.Options options
        36: .line 165
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Source.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Source;
            astore 3 /* source */
        start local 3 // com.sun.tools.javac.code.Source source
        37: .line 166
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.POLY:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowPoly:Z
        38: .line 167
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.TYPE_ANNOTATIONS:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowTypeAnnos:Z
        39: .line 168
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.LAMBDA:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowLambda:Z
        40: .line 169
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.DEFAULT_METHODS:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowDefaultMethods:Z
        41: .line 170
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.STATIC_INTERFACE_METHODS:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowStaticInterfaceMethods:Z
        42: .line 171
            aload 0 /* this */
        43: .line 172
            getstatic com.sun.tools.javac.code.Source$Feature.REIFIABLE_TYPES_INSTANCEOF:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            ifeq 46
        44: .line 173
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.preview:Lcom/sun/tools/javac/code/Preview;
            getstatic com.sun.tools.javac.code.Source$Feature.REIFIABLE_TYPES_INSTANCEOF:Lcom/sun/tools/javac/code/Source$Feature;
            invokevirtual com.sun.tools.javac.code.Preview.isPreview:(Lcom/sun/tools/javac/code/Source$Feature;)Z
            ifeq 45
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.preview:Lcom/sun/tools/javac/code/Preview;
            invokevirtual com.sun.tools.javac.code.Preview.isEnabled:()Z
            ifeq 46
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.Context com.sun.tools.javac.util.Options com.sun.tools.javac.code.Source
      StackMap stack: com.sun.tools.javac.comp.Attr
        45: iconst_1
            goto 47
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr
        46: iconst_0
        47: .line 171
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.Context com.sun.tools.javac.util.Options com.sun.tools.javac.code.Source
      StackMap stack: com.sun.tools.javac.comp.Attr int
            putfield com.sun.tools.javac.comp.Attr.allowReifiableTypesInInstanceof:Z
        48: .line 174
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Source$Feature.RECORDS:Lcom/sun/tools/javac/code/Source$Feature;
            aload 3 /* source */
            invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
            putfield com.sun.tools.javac.comp.Attr.allowRecords:Z
        49: .line 175
            aload 0 /* this */
            aload 3 /* source */
            getfield com.sun.tools.javac.code.Source.name:Ljava/lang/String;
            putfield com.sun.tools.javac.comp.Attr.sourceName:Ljava/lang/String;
        50: .line 176
            aload 0 /* this */
            aload 2 /* options */
            ldc "useBeforeDeclarationWarning"
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Ljava/lang/String;)Z
            putfield com.sun.tools.javac.comp.Attr.useBeforeDeclarationWarning:Z
        51: .line 178
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.NIL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            putfield com.sun.tools.javac.comp.Attr.statInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        52: .line 179
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.ASG:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            putfield com.sun.tools.javac.comp.Attr.varAssignmentInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        53: .line 180
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            putfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        54: .line 181
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$MethodAttrInfo
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$MethodAttrInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            putfield com.sun.tools.javac.comp.Attr.methodAttrInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        55: .line 182
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            putfield com.sun.tools.javac.comp.Attr.unknownTypeInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        56: .line 183
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            putfield com.sun.tools.javac.comp.Attr.unknownTypeExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        57: .line 184
            aload 0 /* this */
            new com.sun.tools.javac.comp.Attr$RecoveryInfo
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
            getfield com.sun.tools.javac.comp.DeferredAttr.emptyDeferredAttrContext:Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            invokespecial com.sun.tools.javac.comp.Attr$RecoveryInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;)V
            putfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        58: .line 185
            return
        end local 3 // com.sun.tools.javac.code.Source source
        end local 2 // com.sun.tools.javac.util.Options options
        end local 1 // com.sun.tools.javac.util.Context context
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   59     0     this  Lcom/sun/tools/javac/comp/Attr;
            0   59     1  context  Lcom/sun/tools/javac/util/Context;
           36   59     2  options  Lcom/sun/tools/javac/util/Options;
           37   59     3   source  Lcom/sun/tools/javac/code/Source;
    MethodParameters:
         Name  Flags
      context  

  com.sun.tools.javac.code.Type check(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Kinds$KindSelector, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type found
        start local 3 // com.sun.tools.javac.code.Kinds$KindSelector ownkind
        start local 4 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 242
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            astore 5 /* inferenceContext */
        start local 5 // com.sun.tools.javac.comp.InferenceContext inferenceContext
         1: .line 244
            aload 2 /* found */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 5
         2: .line 245
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 5
         3: .line 246
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 5
         4: .line 244
            iconst_1
            goto 6
      StackMap locals: com.sun.tools.javac.comp.InferenceContext
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 7 /* shouldCheck */
        start local 7 // boolean shouldCheck
         7: .line 247
            iload 7 /* shouldCheck */
            ifeq 15
            aload 3 /* ownkind */
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.subset:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifne 15
         8: .line 248
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         9: .line 249
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.kindNames:()Ljava/util/Set;
        10: .line 250
            aload 3 /* ownkind */
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.kindNames:()Ljava/util/Set;
        11: .line 249
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnexpectedType:(Ljava/util/Set;Ljava/util/Set;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        12: .line 248
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        13: .line 251
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* found */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* owntype */
        start local 6 // com.sun.tools.javac.code.Type owntype
        14: .line 252
            goto 28
        end local 6 // com.sun.tools.javac.code.Type owntype
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.InferenceContext top int
      StackMap stack:
        15: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 24
            aload 5 /* inferenceContext */
            aload 2 /* found */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 24
        16: .line 255
            iload 7 /* shouldCheck */
            ifeq 17
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2 /* found */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
        18: astore 6 /* owntype */
        start local 6 // com.sun.tools.javac.code.Type owntype
        19: .line 256
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkMode:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokevirtual com.sun.tools.javac.comp.Attr$CheckMode.installPostInferenceHook:()Z
            ifeq 28
        20: .line 257
            aload 5 /* inferenceContext */
            aload 2 /* found */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        21: .line 258
            aload 0 /* this */
            aload 4 /* resultInfo */
            aload 5 /* inferenceContext */
            aload 1 /* tree */
            aload 2 /* found */
            aload 3 /* ownkind */
            invokedynamic typesInferred(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$0(Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/InferenceContext;)V (7)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
        22: .line 257
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
        23: .line 264
            goto 28
        end local 6 // com.sun.tools.javac.code.Type owntype
        24: .line 265
      StackMap locals:
      StackMap stack:
            iload 7 /* shouldCheck */
            ifeq 26
        25: .line 266
            aload 4 /* resultInfo */
            aload 1 /* tree */
            aload 2 /* found */
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.check:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            goto 27
        26: .line 267
      StackMap locals:
      StackMap stack:
            aload 2 /* found */
        27: .line 265
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 6 /* owntype */
        start local 6 // com.sun.tools.javac.code.Type owntype
        28: .line 269
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.code.Type int
      StackMap stack:
            aload 4 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkMode:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokevirtual com.sun.tools.javac.comp.Attr$CheckMode.updateTreeType:()Z
            ifeq 30
        29: .line 270
            aload 1 /* tree */
            aload 6 /* owntype */
            putfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
        30: .line 272
      StackMap locals:
      StackMap stack:
            aload 6 /* owntype */
            areturn
        end local 7 // boolean shouldCheck
        end local 6 // com.sun.tools.javac.code.Type owntype
        end local 5 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 3 // com.sun.tools.javac.code.Kinds$KindSelector ownkind
        end local 2 // com.sun.tools.javac.code.Type found
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   31     0              this  Lcom/sun/tools/javac/comp/Attr;
            0   31     1              tree  Lcom/sun/tools/javac/tree/JCTree;
            0   31     2             found  Lcom/sun/tools/javac/code/Type;
            0   31     3           ownkind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
            0   31     4        resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            1   31     5  inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
           14   15     6           owntype  Lcom/sun/tools/javac/code/Type;
           19   24     6           owntype  Lcom/sun/tools/javac/code/Type;
           28   31     6           owntype  Lcom/sun/tools/javac/code/Type;
            7   31     7       shouldCheck  Z
    MethodParameters:
            Name  Flags
      tree        final
      found       final
      ownkind     final
      resultInfo  final

  boolean isAssignableAsBlankFinal(com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/comp/Env;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 281
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            astore 3 /* owner */
        start local 3 // com.sun.tools.javac.code.Symbol owner
         1: .line 285
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* owner */
            if_acmpeq 10
         2: .line 287
            aload 3 /* owner */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 5
         3: .line 288
            aload 3 /* owner */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 5
         4: .line 289
            aload 3 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 1048576
            land
            lconst_0
            lcmp
            ifeq 9
         5: .line 291
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* owner */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            if_acmpne 9
         6: .line 293
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: aload 2 /* env */
            invokestatic com.sun.tools.javac.comp.Resolve.isStatic:(Lcom/sun/tools/javac/comp/Env;)Z
            if_icmpeq 10
         9: .line 284
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* isAssignable */
        start local 4 // boolean isAssignable
        12: .line 294
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            ifnull 13
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 13
            iconst_1
            goto 14
      StackMap locals: int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 5 /* insideCompactConstructor */
        start local 5 // boolean insideCompactConstructor
        15: .line 295
            iload 4 /* isAssignable */
            iload 5 /* insideCompactConstructor */
            ifeq 16
            iconst_0
            goto 17
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$VarSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol int int
      StackMap stack: int
        16: iconst_1
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$VarSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol int int
      StackMap stack: int int
        17: iand
            ireturn
        end local 5 // boolean insideCompactConstructor
        end local 4 // boolean isAssignable
        end local 3 // com.sun.tools.javac.code.Symbol owner
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   18     0                      this  Lcom/sun/tools/javac/comp/Attr;
            0   18     1                         v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            0   18     2                       env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1   18     3                     owner  Lcom/sun/tools/javac/code/Symbol;
           12   18     4              isAssignable  Z
           15   18     5  insideCompactConstructor  Z
    Signature: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Z
    MethodParameters:
      Name  Flags
      v     
      env   

  void checkAssignable(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.code.Symbol$VarSymbol, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.code.Symbol$VarSymbol v
        start local 3 // com.sun.tools.javac.tree.JCTree base
        start local 4 // com.sun.tools.javac.comp.Env env
         0: .line 306
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpne 3
         1: .line 307
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantAssignValToThis:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         2: .line 308
            goto 12
      StackMap locals:
      StackMap stack:
         3: aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 12
         4: .line 309
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 262144
            land
            lconst_0
            lcmp
            ifne 8
         5: .line 311
            aload 3 /* base */
            ifnull 7
         6: .line 312
            aload 3 /* base */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isThisQualifier:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 8
         7: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* v */
            aload 4 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.isAssignableAsBlankFinal:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/comp/Env;)Z
            ifne 12
         8: .line 314
      StackMap locals:
      StackMap stack:
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.isResourceVariable:()Z
            ifeq 11
         9: .line 315
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 2 /* v */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.TryResourceMayNotBeAssigned:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        10: .line 316
            goto 12
        11: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 2 /* v */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantAssignValToFinalVar:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        12: .line 320
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.tree.JCTree base
        end local 2 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   13     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0   13     2     v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            0   13     3  base  Lcom/sun/tools/javac/tree/JCTree;
            0   13     4   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
      Name  Flags
      pos   
      v     
      base  
      env   

  boolean isStaticReference(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 328
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 4
         1: .line 329
            aload 1 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 2 /* lsym */
        start local 2 // com.sun.tools.javac.code.Symbol lsym
         2: .line 330
            aload 2 /* lsym */
            ifnull 3
            aload 2 /* lsym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 4
         3: .line 331
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // com.sun.tools.javac.code.Symbol lsym
         4: .line 334
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            2    4     2  lsym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      tree  

  static boolean isType(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol sym
         0: .line 340
            aload 0 /* sym */
            ifnull 1
            aload 0 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.code.Symbol sym
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      sym   

  com.sun.tools.javac.code.Symbol thisSym(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 347
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* pos */
            aload 2 /* env */
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveSelf:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    1     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      pos   
      env   

  public com.sun.tools.javac.code.Symbol attribIdent(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree$JCCompilationUnit);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit topLevel
         0: .line 355
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
            aload 2 /* topLevel */
            invokevirtual com.sun.tools.javac.comp.Enter.topLevelEnv:(Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         1: .line 356
            aload 3 /* localEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            lconst_0
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Modifiers:(J)Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
         2: .line 357
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
         3: .line 358
            aconst_null
            aconst_null
            aconst_null
            aconst_null
         4: .line 356
            invokevirtual com.sun.tools.javac.tree.TreeMaker.ClassDef:(Lcom/sun/tools/javac/tree/JCTree$JCModifiers;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            putfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
         5: .line 359
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
         6: .line 360
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribIdent:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit topLevel
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1      tree  Lcom/sun/tools/javac/tree/JCTree;
            0    7     2  topLevel  Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            1    7     3  localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
          Name  Flags
      tree      
      topLevel  

  public com.sun.tools.javac.code.Symbol attribIdent(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 368
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.identAttributer:Lcom/sun/source/tree/TreeVisitor;
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.tree.JCTree.accept:(Lcom/sun/source/tree/TreeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            areturn
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            0    1     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      tree  
      env   

  public com.sun.tools.javac.code.Type coerce(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type etype
        start local 2 // com.sun.tools.javac.code.Type ttype
         0: .line 396
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            aload 1 /* etype */
            aload 2 /* ttype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.code.Type ttype
        end local 1 // com.sun.tools.javac.code.Type etype
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  etype  Lcom/sun/tools/javac/code/Type;
            0    1     2  ttype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
       Name  Flags
      etype  
      ttype  

  public com.sun.tools.javac.code.Type attribType(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Symbol$TypeSymbol);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree node
        start local 2 // com.sun.tools.javac.code.Symbol$TypeSymbol sym
         0: .line 400
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.comp.TypeEnvs.get:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* env */
        start local 3 // com.sun.tools.javac.comp.Env env
         1: .line 401
            aload 3 /* env */
            aload 1 /* node */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:()Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 4 /* localEnv */
        start local 4 // com.sun.tools.javac.comp.Env localEnv
         2: .line 402
            aload 0 /* this */
            aload 1 /* node */
            aload 4 /* localEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownTypeInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 4 // com.sun.tools.javac.comp.Env localEnv
        end local 3 // com.sun.tools.javac.comp.Env env
        end local 2 // com.sun.tools.javac.code.Symbol$TypeSymbol sym
        end local 1 // com.sun.tools.javac.tree.JCTree node
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1      node  Lcom/sun/tools/javac/tree/JCTree;
            0    3     2       sym  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            1    3     3       env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2    3     4  localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      node  
      sym   

  public com.sun.tools.javac.code.Type attribImportQualifier(com.sun.tools.javac.tree.JCTree$JCImport, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 407
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.qualid:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            astore 3 /* s */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCFieldAccess s
         1: .line 408
            aload 0 /* this */
            aload 3 /* s */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* env */
         2: .line 409
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
            ifeq 4
         3: .line 410
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCImport com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCFieldAccess
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env new 2 new 2 com.sun.tools.javac.comp.Attr
         4: getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
         5: .line 411
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCImport com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCFieldAccess
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env new 2 new 2 com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
         6: .line 409
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
         7: .line 408
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 3 // com.sun.tools.javac.tree.JCTree$JCFieldAccess s
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    8     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCImport;
            0    8     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    8     3     s  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   

  public com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> attribExprToTree(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree expr
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.tree.JCTree tree
         0: .line 415
            aload 0 /* this */
            aload 1 /* expr */
            aload 2 /* env */
            aload 3 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribToTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Env;
            areturn
        end local 3 // com.sun.tools.javac.tree.JCTree tree
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree expr
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  expr  Lcom/sun/tools/javac/tree/JCTree;
            0    1     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    1     3  tree  Lcom/sun/tools/javac/tree/JCTree;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      expr  
      env   
      tree  

  public com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> attribStatToTree(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree stmt
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.tree.JCTree tree
         0: .line 419
            aload 0 /* this */
            aload 1 /* stmt */
            aload 2 /* env */
            aload 3 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.statInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribToTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Env;
            areturn
        end local 3 // com.sun.tools.javac.tree.JCTree tree
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree stmt
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  stmt  Lcom/sun/tools/javac/tree/JCTree;
            0    1     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    1     3  tree  Lcom/sun/tools/javac/tree/JCTree;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      stmt  
      env   
      tree  

  private com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> attribToTree(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree root
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.tree.JCTree tree
        start local 4 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 423
            aload 0 /* this */
            aload 3 /* tree */
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
         1: .line 424
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.sourcefile:Ljavax/tools/JavaFileObject;
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            astore 5 /* prev */
        start local 5 // javax.tools.JavaFileObject prev
         2: .line 426
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
            aload 1 /* root */
            aload 2 /* env */
            aload 4 /* resultInfo */
         3: .line 427
            aconst_null
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttributionMode.ATTRIB_TO_TREE:Lcom/sun/tools/javac/comp/DeferredAttr$AttributionMode;
         4: .line 428
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
         5: .line 426
            invokevirtual com.sun.tools.javac.comp.DeferredAttr.attribSpeculative:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Ljava/util/function/Supplier;Lcom/sun/tools/javac/comp/DeferredAttr$AttributionMode;Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)Lcom/sun/tools/javac/tree/JCTree;
            pop
         6: .line 429
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
            invokevirtual com.sun.tools.javac.comp.AttrRecover.doRecovery:()V
         7: .line 430
            goto 24
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Attr$ResultInfo javax.tools.JavaFileObject
      StackMap stack: com.sun.tools.javac.comp.Attr$BreakAttr
         8: astore 6 /* b */
        start local 6 // com.sun.tools.javac.comp.Attr$BreakAttr b
         9: .line 431
            aload 6 /* b */
            getfield com.sun.tools.javac.comp.Attr$BreakAttr.env:Lcom/sun/tools/javac/comp/Env;
            astore 8
        10: .line 439
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        11: .line 440
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        12: .line 431
            aload 8
            areturn
        end local 6 // com.sun.tools.javac.comp.Attr$BreakAttr b
        13: .line 432
      StackMap locals:
      StackMap stack: java.lang.AssertionError
            astore 6 /* ae */
        start local 6 // java.lang.AssertionError ae
        14: .line 433
            aload 6 /* ae */
            invokevirtual java.lang.AssertionError.getCause:()Ljava/lang/Throwable;
            instanceof com.sun.tools.javac.comp.Attr$BreakAttr
            ifeq 19
        15: .line 434
            aload 6 /* ae */
            invokevirtual java.lang.AssertionError.getCause:()Ljava/lang/Throwable;
            checkcast com.sun.tools.javac.comp.Attr$BreakAttr
            getfield com.sun.tools.javac.comp.Attr$BreakAttr.env:Lcom/sun/tools/javac/comp/Env;
            astore 8
        16: .line 439
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        17: .line 440
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        18: .line 434
            aload 8
            areturn
        19: .line 436
      StackMap locals: java.lang.AssertionError
      StackMap stack:
            aload 6 /* ae */
            athrow
        end local 6 // java.lang.AssertionError ae
        20: .line 438
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Attr$ResultInfo javax.tools.JavaFileObject
      StackMap stack: java.lang.Throwable
            astore 7
        21: .line 439
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        22: .line 440
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        23: .line 441
            aload 7
            athrow
        24: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        25: .line 440
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        26: .line 442
            aload 2 /* env */
            areturn
        end local 5 // javax.tools.JavaFileObject prev
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 3 // com.sun.tools.javac.tree.JCTree tree
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree root
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   27     1        root  Lcom/sun/tools/javac/tree/JCTree;
            0   27     2         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   27     3        tree  Lcom/sun/tools/javac/tree/JCTree;
            0   27     4  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            2   27     5        prev  Ljavax/tools/JavaFileObject;
            9   13     6           b  Lcom/sun/tools/javac/comp/Attr$BreakAttr;
           14   20     6          ae  Ljava/lang/AssertionError;
      Exception table:
        from    to  target  type
           2     7       8  Class com.sun.tools.javac.comp.Attr$BreakAttr
           2     7      13  Class java.lang.AssertionError
           2    10      20  any
          13    16      20  any
          19    20      20  any
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
            Name  Flags
      root        
      env         
      tree        
      resultInfo  

  com.sun.tools.javac.code.Type pt();
    descriptor: ()Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Attr this
         0: .line 630
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            areturn
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;

  com.sun.tools.javac.code.Kinds$KindSelector pkind();
    descriptor: ()Lcom/sun/tools/javac/code/Kinds$KindSelector;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Attr this
         0: .line 634
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            areturn
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;

  com.sun.tools.javac.code.Type attribTree(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 663
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            astore 4 /* prevEnv */
        start local 4 // com.sun.tools.javac.comp.Env prevEnv
         1: .line 664
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 5 /* prevResult */
        start local 5 // com.sun.tools.javac.comp.Attr$ResultInfo prevResult
         2: .line 666
            aload 0 /* this */
            aload 2 /* env */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
         3: .line 667
            aload 0 /* this */
            aload 3 /* resultInfo */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         4: .line 668
            aload 3 /* resultInfo */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.needsArgumentAttr:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 7
         5: .line 669
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            aload 1 /* tree */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.attribArg:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         6: .line 670
            goto 8
         7: .line 671
      StackMap locals: com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Attr$ResultInfo
      StackMap stack:
            aload 1 /* tree */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.tree.JCTree.accept:(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V
         8: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindingsComputer:Lcom/sun/tools/javac/comp/MatchBindingsComputer;
            aload 1 /* tree */
         9: .line 674
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        10: .line 673
            invokevirtual com.sun.tools.javac.comp.MatchBindingsComputer.finishBindings:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;)Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        11: .line 675
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
            if_acmpne 14
        12: .line 676
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 14
        13: .line 677
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.copyEnv:(Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.breakTreeFound:(Lcom/sun/tools/javac/comp/Env;)V
        14: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 8
        15: .line 684
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        16: .line 685
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        17: .line 679
            aload 8
            areturn
        18: .line 680
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            astore 6 /* ex */
        start local 6 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
        19: .line 681
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errType:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
        20: .line 682
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* ex */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            astore 8
        21: .line 684
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        22: .line 685
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        23: .line 682
            aload 8
            areturn
        end local 6 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
        24: .line 683
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        25: .line 684
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        26: .line 685
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        27: .line 686
            aload 7
            athrow
        end local 5 // com.sun.tools.javac.comp.Attr$ResultInfo prevResult
        end local 4 // com.sun.tools.javac.comp.Env prevEnv
        end local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   28     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0   28     2         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   28     3  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            1   28     4     prevEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2   28     5  prevResult  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           19   24     6          ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           2    15      18  Class com.sun.tools.javac.code.Symbol$CompletionFailure
           2    15      24  any
          18    21      24  any
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
            Name  Flags
      tree        
      env         
      resultInfo  

  protected void breakTreeFound(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
         0: .line 690
            new com.sun.tools.javac.comp.Attr$BreakAttr
            dup
            aload 1 /* env */
            invokespecial com.sun.tools.javac.comp.Attr$BreakAttr.<init>:(Lcom/sun/tools/javac/comp/Env;)V
            athrow
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
      Name  Flags
      env   

  com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> copyEnv(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
         0: .line 695
            aload 1 /* env */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.Attr.copyScope:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
         1: .line 694
            astore 2 /* newEnv */
        start local 2 // com.sun.tools.javac.comp.Env newEnv
         2: .line 696
            aload 2 /* newEnv */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            ifnull 4
         3: .line 697
            aload 2 /* newEnv */
            aload 0 /* this */
            aload 2 /* newEnv */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.copyEnv:(Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            putfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
         4: .line 699
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 2 /* newEnv */
            areturn
        end local 2 // com.sun.tools.javac.comp.Env newEnv
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1     env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2    5     2  newEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      env   

  com.sun.tools.javac.code.Scope$WriteableScope copyScope(com.sun.tools.javac.code.Scope$WriteableScope);
    descriptor: (Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Scope$WriteableScope sc
         0: .line 703
            aload 1 /* sc */
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.code.Scope$WriteableScope.create:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
            astore 2 /* newScope */
        start local 2 // com.sun.tools.javac.code.Scope$WriteableScope newScope
         1: .line 704
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 3 /* elemsList */
        start local 3 // com.sun.tools.javac.util.List elemsList
         2: .line 705
            aload 1 /* sc */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbols:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Scope$WriteableScope com.sun.tools.javac.code.Scope$WriteableScope com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 4 /* sym */
        start local 4 // com.sun.tools.javac.code.Symbol sym
         4: .line 706
            aload 3 /* elemsList */
            aload 4 /* sym */
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 3 /* elemsList */
        end local 4 // com.sun.tools.javac.code.Symbol sym
         5: .line 705
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 708
            aload 3 /* elemsList */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals:
      StackMap stack:
         7: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 4 /* s */
        start local 4 // com.sun.tools.javac.code.Symbol s
         8: .line 709
            aload 2 /* newScope */
            aload 4 /* s */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enter:(Lcom/sun/tools/javac/code/Symbol;)V
        end local 4 // com.sun.tools.javac.code.Symbol s
         9: .line 708
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 711
            aload 2 /* newScope */
            areturn
        end local 3 // com.sun.tools.javac.util.List elemsList
        end local 2 // com.sun.tools.javac.code.Scope$WriteableScope newScope
        end local 1 // com.sun.tools.javac.code.Scope$WriteableScope sc
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1         sc  Lcom/sun/tools/javac/code/Scope$WriteableScope;
            1   11     2   newScope  Lcom/sun/tools/javac/code/Scope$WriteableScope;
            2   11     3  elemsList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol;>;
            4    5     4        sym  Lcom/sun/tools/javac/code/Symbol;
            8    9     4          s  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      sc    

  public com.sun.tools.javac.code.Type attribExpr(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Type pt
         0: .line 717
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
         1: new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 3 /* pt */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 2
            aload 3 /* pt */
            goto 3
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env new 1 new 1 com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector
         2: getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env new 1 new 1 com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type
         3: invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 3 // com.sun.tools.javac.code.Type pt
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            0    4     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    4     3    pt  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   
      pt    

  public com.sun.tools.javac.code.Type attribExpr(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 724
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            0    1     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   

  public com.sun.tools.javac.code.Type attribType(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 730
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* result */
        start local 3 // com.sun.tools.javac.code.Type result
         1: .line 731
            aload 3 /* result */
            areturn
        end local 3 // com.sun.tools.javac.code.Type result
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1    tree  Lcom/sun/tools/javac/tree/JCTree;
            0    2     2     env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    2     3  result  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   

  com.sun.tools.javac.code.Type attribType(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Type pt
         0: .line 737
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 3 /* pt */
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* result */
        start local 4 // com.sun.tools.javac.code.Type result
         1: .line 738
            aload 4 /* result */
            areturn
        end local 4 // com.sun.tools.javac.code.Type result
        end local 3 // com.sun.tools.javac.code.Type pt
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1    tree  Lcom/sun/tools/javac/tree/JCTree;
            0    2     2     env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    2     3      pt  Lcom/sun/tools/javac/code/Type;
            1    2     4  result  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   
      pt    

  public com.sun.tools.javac.code.Type attribStat(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 744
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.analyzer:Lcom/sun/tools/javac/comp/Analyzer;
            aload 1 /* tree */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Analyzer.copyEnvIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* analyzeEnv */
        start local 3 // com.sun.tools.javac.comp.Env analyzeEnv
         1: .line 745
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.statInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* result */
        start local 4 // com.sun.tools.javac.code.Type result
         2: .line 746
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.analyzer:Lcom/sun/tools/javac/comp/Analyzer;
            aload 1 /* tree */
            aload 3 /* analyzeEnv */
            invokevirtual com.sun.tools.javac.comp.Analyzer.analyzeIfNeeded:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
         3: .line 747
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
            invokevirtual com.sun.tools.javac.comp.AttrRecover.doRecovery:()V
         4: .line 748
            aload 4 /* result */
            areturn
        end local 4 // com.sun.tools.javac.code.Type result
        end local 3 // com.sun.tools.javac.comp.Env analyzeEnv
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0    5     2         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    5     3  analyzeEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2    5     4      result  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      env   

  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> attribExprs(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List trees
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Type pt
         0: .line 754
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 4 /* ts */
        start local 4 // com.sun.tools.javac.util.ListBuffer ts
         1: .line 755
            aload 1 /* trees */
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         2: goto 5
         3: .line 756
      StackMap locals: com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* ts */
            aload 0 /* this */
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 2 /* env */
            aload 3 /* pt */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
         4: .line 755
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
         5: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 3
        end local 5 // com.sun.tools.javac.util.List l
         6: .line 757
            aload 4 /* ts */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            areturn
        end local 4 // com.sun.tools.javac.util.ListBuffer ts
        end local 3 // com.sun.tools.javac.code.Type pt
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1  trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            0    7     2    env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    7     3     pt  Lcom/sun/tools/javac/code/Type;
            1    7     4     ts  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            2    6     5      l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
       Name  Flags
      trees  
      env    
      pt     

  <T extends com.sun.tools.javac.tree.JCTree> void attribStats(com.sun.tools.javac.util.List<T>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List trees
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 763
            aload 1 /* trees */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         1: goto 4
         2: .line 764
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         3: .line 763
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
      StackMap locals:
      StackMap stack:
         4: aload 3 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
        end local 3 // com.sun.tools.javac.util.List l
         5: .line 765
            return
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1  trees  Lcom/sun/tools/javac/util/List<TT;>;
            0    6     2    env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    5     3      l  Lcom/sun/tools/javac/util/List<TT;>;
    Signature: <T:Lcom/sun/tools/javac/tree/JCTree;>(Lcom/sun/tools/javac/util/List<TT;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
       Name  Flags
      trees  
      env    

  com.sun.tools.javac.code.Kinds$KindSelector attribArgs(com.sun.tools.javac.code.Kinds$KindSelector, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Kinds$KindSelector initialKind
        start local 2 // com.sun.tools.javac.util.List trees
        start local 3 // com.sun.tools.javac.comp.Env env
        start local 4 // com.sun.tools.javac.util.ListBuffer argtypes
         0: .line 770
            aload 1 /* initialKind */
            astore 5 /* kind */
        start local 5 // com.sun.tools.javac.code.Kinds$KindSelector kind
         1: .line 771
            aload 2 /* trees */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 9
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector top java.util.Iterator
      StackMap stack:
         2: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 6 /* arg */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression arg
         3: .line 772
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* arg */
            aload 0 /* this */
            aload 6 /* arg */
            aload 3 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 4
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.methodAttrInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env
         4: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Attr$ResultInfo
         5: invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* argtype */
        start local 8 // com.sun.tools.javac.code.Type argtype
         6: .line 773
            aload 8 /* argtype */
            getstatic com.sun.tools.javac.code.TypeTag.DEFERRED:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 8
         7: .line 774
            iconst_2
            anewarray com.sun.tools.javac.code.Kinds$KindSelector
            dup
            iconst_0
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.POLY:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            dup
            iconst_1
            aload 5 /* kind */
            aastore
            invokestatic com.sun.tools.javac.code.Kinds$KindSelector.of:([Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 5 /* kind */
         8: .line 776
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 4 /* argtypes */
            aload 8 /* argtype */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 8 // com.sun.tools.javac.code.Type argtype
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression arg
         9: .line 771
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 778
            aload 5 /* kind */
            areturn
        end local 5 // com.sun.tools.javac.code.Kinds$KindSelector kind
        end local 4 // com.sun.tools.javac.util.ListBuffer argtypes
        end local 3 // com.sun.tools.javac.comp.Env env
        end local 2 // com.sun.tools.javac.util.List trees
        end local 1 // com.sun.tools.javac.code.Kinds$KindSelector initialKind
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1  initialKind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
            0   11     2        trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            0   11     3          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   11     4     argtypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            1   11     5         kind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
            3    9     6          arg  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            6    9     8      argtype  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
    MethodParameters:
             Name  Flags
      initialKind  
      trees        
      env          
      argtypes     

  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> attribAnyTypes(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List trees
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 785
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* argtypes */
        start local 3 // com.sun.tools.javac.util.ListBuffer argtypes
         1: .line 786
            aload 1 /* trees */
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
         2: goto 5
         3: .line 787
      StackMap locals: com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List
      StackMap stack:
            aload 3 /* argtypes */
            aload 0 /* this */
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
         4: .line 786
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals:
      StackMap stack:
         5: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 3
        end local 4 // com.sun.tools.javac.util.List l
         6: .line 788
            aload 3 /* argtypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            areturn
        end local 3 // com.sun.tools.javac.util.ListBuffer argtypes
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1     trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            0    7     2       env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    7     3  argtypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            2    6     4         l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
       Name  Flags
      trees  
      env    

  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> attribTypes(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List trees
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 795
            aload 0 /* this */
            aload 1 /* trees */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribAnyTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 3 /* types */
        start local 3 // com.sun.tools.javac.util.List types
         1: .line 796
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* trees */
            aload 3 /* types */
            invokevirtual com.sun.tools.javac.comp.Check.checkRefTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            areturn
        end local 3 // com.sun.tools.javac.util.List types
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  trees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            0    2     2    env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    2     3  types  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
       Name  Flags
      trees  
      env    

  void attribTypeVariables(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCTypeParameter>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, );
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List typarams
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // boolean checkCyclic
         0: .line 806
            aload 1 /* typarams */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env int top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            astore 4 /* tvar */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tvar
         2: .line 807
            aload 4 /* tvar */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.type:Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$TypeVar
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Type$TypeVar a
         3: .line 808
            aload 6 /* a */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            dup
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
            ldc 268435456
            lor
            putfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
         4: .line 809
            aload 6 /* a */
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.setUpperBound:(Lcom/sun/tools/javac/code/Type;)V
         5: .line 810
            aload 4 /* tvar */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 13
         6: .line 811
            aload 0 /* this */
            aload 4 /* tvar */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 7 /* bounds */
        start local 7 // com.sun.tools.javac.util.List bounds
         7: .line 812
            aload 4 /* tvar */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 10
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env int com.sun.tools.javac.tree.JCTree$JCTypeParameter java.util.Iterator com.sun.tools.javac.code.Type$TypeVar com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         8: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 8 /* bound */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCExpression bound
         9: .line 813
            aload 7 /* bounds */
            aload 0 /* this */
            aload 8 /* bound */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 7 /* bounds */
        end local 8 // com.sun.tools.javac.tree.JCTree$JCExpression bound
        10: .line 812
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 814
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* a */
            aload 7 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.reverse:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.setBounds:(Lcom/sun/tools/javac/code/Type$TypeVar;Lcom/sun/tools/javac/util/List;)V
        end local 7 // com.sun.tools.javac.util.List bounds
        12: .line 815
            goto 14
        13: .line 818
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env int com.sun.tools.javac.tree.JCTree$JCTypeParameter java.util.Iterator com.sun.tools.javac.code.Type$TypeVar
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* a */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.setBounds:(Lcom/sun/tools/javac/code/Type$TypeVar;Lcom/sun/tools/javac/util/List;)V
        14: .line 820
      StackMap locals:
      StackMap stack:
            aload 6 /* a */
            getfield com.sun.tools.javac.code.Type$TypeVar.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            dup
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
            ldc -268435457
            land
            putfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
        end local 6 // com.sun.tools.javac.code.Type$TypeVar a
        end local 4 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tvar
        15: .line 806
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        16: .line 822
            iload 3 /* checkCyclic */
            ifeq 21
        17: .line 823
            aload 1 /* typarams */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 20
      StackMap locals:
      StackMap stack:
        18: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            astore 4 /* tvar */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tvar
        19: .line 824
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* tvar */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCTypeParameter.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 4 /* tvar */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.type:Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$TypeVar
            invokevirtual com.sun.tools.javac.comp.Check.checkNonCyclic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type$TypeVar;)V
        end local 4 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tvar
        20: .line 823
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        21: .line 827
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env int
      StackMap stack:
            return
        end local 3 // boolean checkCyclic
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List typarams
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lcom/sun/tools/javac/comp/Attr;
            0   22     1     typarams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;
            0   22     2          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   22     3  checkCyclic  Z
            2   15     4         tvar  Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;
            3   15     6            a  Lcom/sun/tools/javac/code/Type$TypeVar;
            7   12     7       bounds  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            9   10     8        bound  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           19   20     4         tvar  Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Z)V
    MethodParameters:
             Name  Flags
      typarams     
      env          
      checkCyclic  

  void attribAnnotationTypes(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCAnnotation>, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List annotations
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 834
            aload 1 /* annotations */
            astore 3 /* al */
        start local 3 // com.sun.tools.javac.util.List al
         1: goto 5
         2: .line 835
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 3 /* al */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotation
            astore 4 /* a */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCAnnotation a
         3: .line 836
            aload 0 /* this */
            aload 4 /* a */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotation.annotationType:Lcom/sun/tools/javac/tree/JCTree;
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 4 // com.sun.tools.javac.tree.JCTree$JCAnnotation a
         4: .line 834
            aload 3 /* al */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* al */
      StackMap locals:
      StackMap stack:
         5: aload 3 /* al */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 2
        end local 3 // com.sun.tools.javac.util.List al
         6: .line 838
            return
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.List annotations
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1  annotations  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
            0    7     2          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    6     3           al  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
            3    4     4            a  Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
             Name  Flags
      annotations  
      env          

  public  attribLazyConstantValue(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCVariableDecl, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl variable
        start local 3 // com.sun.tools.javac.code.Type type
         0: .line 852
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 2 /* variable */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.setPos:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         1: .line 851
            astore 4 /* prevLintPos */
        start local 4 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition prevLintPos
         2: .line 854
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.sourcefile:Ljavax/tools/JavaFileObject;
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            astore 5 /* prevSource */
        start local 5 // javax.tools.JavaFileObject prevSource
         3: .line 856
            aload 0 /* this */
            aload 2 /* variable */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* env */
            aload 3 /* type */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* itype */
        start local 6 // com.sun.tools.javac.code.Type itype
         4: .line 857
            aload 2 /* variable */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 6
         5: .line 859
            aload 2 /* variable */
            aload 2 /* variable */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* variable */
            aload 6 /* itype */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            aload 2 /* variable */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.comp.Check.checkLocalVarType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            astore 3 /* type */
         6: .line 861
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition javax.tools.JavaFileObject com.sun.tools.javac.code.Type
      StackMap stack:
            aload 6 /* itype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 11
         7: .line 862
            aload 0 /* this */
            aload 6 /* itype */
            aload 3 /* type */
            invokevirtual com.sun.tools.javac.comp.Attr.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            astore 8
         8: .line 867
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prevSource */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
         9: .line 868
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 4 /* prevLintPos */
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.setPos:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            pop
        10: .line 862
            aload 8
            areturn
        11: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prevSource */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        12: .line 868
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 4 /* prevLintPos */
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.setPos:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            pop
        13: .line 864
            aconst_null
            areturn
        end local 6 // com.sun.tools.javac.code.Type itype
        14: .line 866
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.code.Type com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition javax.tools.JavaFileObject
      StackMap stack: java.lang.Throwable
            astore 7
        15: .line 867
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* prevSource */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        16: .line 868
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 4 /* prevLintPos */
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.setPos:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            pop
        17: .line 869
            aload 7
            athrow
        end local 5 // javax.tools.JavaFileObject prevSource
        end local 4 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition prevLintPos
        end local 3 // com.sun.tools.javac.code.Type type
        end local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl variable
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/tools/javac/comp/Attr;
            0   18     1          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   18     2     variable  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            0   18     3         type  Lcom/sun/tools/javac/code/Type;
            2   18     4  prevLintPos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            3   18     5   prevSource  Ljavax/tools/JavaFileObject;
            4   14     6        itype  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
           3     8      14  any
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      env       
      variable  
      type      

  com.sun.tools.javac.code.Type attribBase(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, boolean, boolean, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;ZZZ)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // boolean classExpected
        start local 4 // boolean interfaceExpected
        start local 5 // boolean checkExtensible
         0: .line 885
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            ifnull 2
         1: .line 886
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            goto 3
         2: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
         3: .line 885
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 6 /* t */
        start local 6 // com.sun.tools.javac.code.Type t
         4: .line 888
            aload 0 /* this */
            aload 6 /* t */
            aload 1 /* tree */
            aload 2 /* env */
            iload 3 /* classExpected */
            iload 4 /* interfaceExpected */
            iload 5 /* checkExtensible */
            invokevirtual com.sun.tools.javac.comp.Attr.checkBase:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;ZZZ)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 6 // com.sun.tools.javac.code.Type t
        end local 5 // boolean checkExtensible
        end local 4 // boolean interfaceExpected
        end local 3 // boolean classExpected
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1               tree  Lcom/sun/tools/javac/tree/JCTree;
            0    5     2                env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    5     3      classExpected  Z
            0    5     4  interfaceExpected  Z
            0    5     5    checkExtensible  Z
            4    5     6                  t  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;ZZZ)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
                   Name  Flags
      tree               
      env                
      classExpected      
      interfaceExpected  
      checkExtensible    

  com.sun.tools.javac.code.Type checkBase(com.sun.tools.javac.code.Type, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, boolean, boolean, boolean);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;ZZZ)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=7
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
        start local 2 // com.sun.tools.javac.tree.JCTree tree
        start local 3 // com.sun.tools.javac.comp.Env env
        start local 4 // boolean classExpected
        start local 5 // boolean interfaceExpected
        start local 6 // boolean checkExtensible
         0: .line 896
            aload 2 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 2
         1: .line 897
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeApply
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 2 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         3: .line 896
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            astore 7 /* pos */
        start local 7 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
         4: .line 898
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isAnonymous:()Z
            ifeq 7
         5: .line 899
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInheritFromAnon:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         6: .line 900
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
         7: .line 902
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
      StackMap stack:
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 9
         8: .line 903
            aload 1 /* t */
            areturn
         9: .line 904
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 13
            iload 4 /* classExpected */
            ifne 13
            iload 5 /* interfaceExpected */
            ifne 13
        10: .line 906
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            ifnonnull 14
        11: .line 907
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalForwardRef:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        12: .line 908
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        13: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 7 /* pos */
            aload 1 /* t */
            iload 6 /* checkExtensible */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            astore 1 /* t */
        14: .line 913
      StackMap locals:
      StackMap stack:
            iload 5 /* interfaceExpected */
            ifeq 17
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 512
            land
            lconst_0
            lcmp
            ifne 17
        15: .line 914
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfExpectedHere:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        16: .line 917
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        17: .line 918
      StackMap locals:
      StackMap stack:
            iload 6 /* checkExtensible */
            ifeq 22
        18: .line 919
            iload 4 /* classExpected */
            ifeq 22
        19: .line 920
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 512
            land
            lconst_0
            lcmp
            ifeq 22
        20: .line 921
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoIntfExpectedHere:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        21: .line 922
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        22: .line 924
      StackMap locals:
      StackMap stack:
            iload 6 /* checkExtensible */
            ifeq 27
        23: .line 925
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 27
        24: .line 926
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
        25: .line 927
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInheritFromFinal:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        26: .line 926
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        27: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 7 /* pos */
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.comp.Check.checkNonCyclic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)V
        28: .line 930
            aload 1 /* t */
            areturn
        end local 7 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 6 // boolean checkExtensible
        end local 5 // boolean interfaceExpected
        end local 4 // boolean classExpected
        end local 3 // com.sun.tools.javac.comp.Env env
        end local 2 // com.sun.tools.javac.tree.JCTree tree
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   29     0               this  Lcom/sun/tools/javac/comp/Attr;
            0   29     1                  t  Lcom/sun/tools/javac/code/Type;
            0   29     2               tree  Lcom/sun/tools/javac/tree/JCTree;
            0   29     3                env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   29     4      classExpected  Z
            0   29     5  interfaceExpected  Z
            0   29     6    checkExtensible  Z
            4   29     7                pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
    Signature: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;ZZZ)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
                   Name  Flags
      t                  
      tree               
      env                
      classExpected      
      interfaceExpected  
      checkExtensible    

  com.sun.tools.javac.code.Type attribIdentAsEnumType(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCIdent);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCIdent;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.JCTree$JCIdent id
         0: .line 934
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 935
            aload 2 /* id */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
         4: .line 936
            aload 2 /* id */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
         5: .line 937
            aload 2 /* id */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.tree.JCTree$JCIdent id
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    6     2    id  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCIdent;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      env   
      id    

  public void visitClassDef(com.sun.tools.javac.tree.JCTree$JCClassDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
         0: .line 942
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.attributionMode:Lcom/sun/tools/javac/comp/DeferredAttr$AttributionMode;
            getfield com.sun.tools.javac.comp.DeferredAttr$AttributionMode.isSpeculative:Z
            ifeq 2
         1: .line 943
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 942
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext
            invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
         4: .line 941
            astore 2 /* localCacheContext */
        start local 2 // java.util.Optional localCacheContext
         5: .line 947
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_MTH:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.matches:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 8
         6: .line 948
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Enter.classEnter:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         7: .line 949
            goto 10
         8: .line 954
      StackMap locals: java.util.Optional
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 10
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isInAnnotation:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 10
         9: .line 955
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Enter.classEnter:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        10: .line 958
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 3 /* c */
        start local 3 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        11: .line 959
            aload 3 /* c */
            ifnonnull 14
        12: .line 961
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        13: .line 962
            goto 24
        14: .line 964
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 3 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.complete:()V
        15: .line 970
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSelfCall:Z
            ifeq 18
        16: .line 971
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 18
        17: .line 972
            aload 3 /* c */
            dup
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 4194304
            lor
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
        18: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        19: .line 975
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 3 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        20: .line 977
            goto 24
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCClassDecl java.util.Optional
      StackMap stack: java.lang.Throwable
        21: astore 4
        22: .line 978
            aload 2 /* localCacheContext */
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext.leave()V (5)
                  (Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
        23: .line 979
            aload 4
            athrow
        24: .line 978
      StackMap locals:
      StackMap stack:
            aload 2 /* localCacheContext */
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext.leave()V (5)
                  (Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
        25: .line 980
            return
        end local 2 // java.util.Optional localCacheContext
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lcom/sun/tools/javac/comp/Attr;
            0   26     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            5   26     2  localCacheContext  Ljava/util/Optional<Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;>;
           11   20     3                  c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
      Exception table:
        from    to  target  type
           5    21      21  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitMethodDef(com.sun.tools.javac.tree.JCTree$JCMethodDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=16, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
         0: .line 983
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            astore 2 /* m */
        start local 2 // com.sun.tools.javac.code.Symbol$MethodSymbol m
         1: .line 984
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            ldc 8796093022208
            land
            lconst_0
            lcmp
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* isDefaultMethod */
        start local 3 // boolean isDefaultMethod
         4: .line 986
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            astore 4 /* lint */
        start local 4 // com.sun.tools.javac.code.Lint lint
         5: .line 987
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* lint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            astore 5 /* prevLint */
        start local 5 // com.sun.tools.javac.code.Lint prevLint
         6: .line 988
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.setMethod:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            astore 6 /* prevMethod */
        start local 6 // com.sun.tools.javac.code.Symbol$MethodSymbol prevMethod
         7: .line 990
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.flush:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
         8: .line 991
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecatedAnnotation:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
         9: .line 996
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.MemberEnter.methodEnv:(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 7 /* localEnv */
        start local 7 // com.sun.tools.javac.comp.Env localEnv
        10: .line 997
            aload 7 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 4 /* lint */
            putfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
        11: .line 999
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            aload 7 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        12: .line 1003
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isStatic:()Z
            ifeq 15
        13: .line 1004
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.checkHideClashes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
        14: .line 1005
            goto 16
        15: .line 1006
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.checkOverrideClashes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
        16: .line 1008
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.checkOverride:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
        17: .line 1010
            iload 3 /* isDefaultMethod */
            ifeq 19
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Types.overridesObjectMethod:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 19
        18: .line 1011
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.location:()Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.location:()Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.DefaultOverridesObjectMember:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        19: .line 1015
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
        start local 8 // com.sun.tools.javac.util.List l
        20: goto 23
        21: .line 1016
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 7 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enterIfAbsent:(Lcom/sun/tools/javac/code/Symbol;)V
        22: .line 1015
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
      StackMap locals:
      StackMap stack:
        23: aload 8 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 21
        end local 8 // com.sun.tools.javac.util.List l
        24: .line 1018
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 8 /* owner */
        start local 8 // com.sun.tools.javac.code.Symbol$ClassSymbol owner
        25: .line 1019
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifeq 33
        26: .line 1020
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 28
        27: .line 1021
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 33
        28: .line 1022
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 30
        29: .line 1023
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            goto 31
        30: .line 1024
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.Log
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        31: .line 1025
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfAnnotationMembersCantHaveParams:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        32: .line 1022
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        33: .line 1028
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
        start local 9 // com.sun.tools.javac.util.List l
        34: goto 37
        35: .line 1029
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 7 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        36: .line 1028
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
      StackMap locals:
      StackMap stack:
        37: aload 9 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 35
        end local 9 // com.sun.tools.javac.util.List l
        38: .line 1032
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 7 /* localEnv */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkVarargsMethodDecl:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)V
        39: .line 1035
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            aload 7 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        40: .line 1038
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 42
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 42
        41: .line 1039
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 7 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        42: .line 1042
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 46
        43: .line 1046
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.MemberEnter.methodEnv:(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 9 /* newEnv */
        start local 9 // com.sun.tools.javac.comp.Env newEnv
        44: .line 1047
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 9 /* newEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        45: .line 1048
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 9 /* newEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        end local 9 // com.sun.tools.javac.comp.Env newEnv
        46: .line 1051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isRecord:()Z
            ifeq 120
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 120
        47: .line 1053
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getRecordComponents:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        48: .line 1054
            aload 1 /* tree */
            invokedynamic test(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$2(Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Lcom/sun/tools/javac/code/Symbol$RecordComponent;)Z (6)
                  (Lcom/sun/tools/javac/code/Symbol$RecordComponent;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.findFirst:()Ljava/util/Optional;
        49: .line 1053
            astore 9 /* recordComponent */
        start local 9 // java.util.Optional recordComponent
        50: .line 1055
            aload 9 /* recordComponent */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 69
        51: .line 1057
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isPublic:()Z
            ifne 53
        52: .line 1058
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MethodMustBePublic:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidAccessorMethodInRecord:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        53: .line 1060
      StackMap locals: java.util.Optional
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            aload 9 /* recordComponent */
            invokevirtual java.util.Optional.get:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$RecordComponent
            getfield com.sun.tools.javac.code.Symbol$RecordComponent.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 57
        54: .line 1061
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        55: .line 1062
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            aload 9 /* recordComponent */
            invokevirtual java.util.Optional.get:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.AccessorReturnTypeDoesntMatch:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        56: .line 1061
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidAccessorMethodInRecord:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        57: .line 1064
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.asMethodType:()Lcom/sun/tools/javac/code/Type$MethodType;
            getfield com.sun.tools.javac.code.Type$MethodType.thrown:Lcom/sun/tools/javac/util/List;
            ifnull 61
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.asMethodType:()Lcom/sun/tools/javac/code/Type$MethodType;
            getfield com.sun.tools.javac.code.Type$MethodType.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 61
        58: .line 1065
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        59: .line 1066
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.AccessorMethodCantThrowException:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidAccessorMethodInRecord:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        60: .line 1065
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        61: .line 1068
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 65
        62: .line 1069
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        63: .line 1070
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.AccessorMethodMustNotBeGeneric:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidAccessorMethodInRecord:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        64: .line 1069
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        65: .line 1072
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isStatic:()Z
            ifeq 69
        66: .line 1073
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        67: .line 1074
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.AccessorMethodMustNotBeStatic:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidAccessorMethodInRecord:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        68: .line 1073
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        69: .line 1078
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 120
        70: .line 1080
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.flags_field:J
            ldc 2305843009213693952
            land
            lconst_0
            lcmp
            ifne 77
        71: .line 1081
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.firstConstructorCall:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            astore 10 /* app */
        start local 10 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        72: .line 1082
            aload 10 /* app */
            ifnull 75
        73: .line 1083
            aload 10 /* app */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpne 75
        74: .line 1084
            aload 0 /* this */
            aload 10 /* app */
            aload 1 /* tree */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.checkFirstConstructorStat:(Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Z)Z
            ifne 120
        75: .line 1085
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCMethodInvocation
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.FirstStatementMustBeCallToAnotherConstructor:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 10 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        76: .line 1087
            goto 120
        77: .line 1094
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.flags_field:J
            ldc 68719476736
            land
            lconst_0
            lcmp
            ifne 100
        78: .line 1095
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            invokestatic com.sun.tools.javac.comp.Check.protection:(J)I
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            invokestatic com.sun.tools.javac.comp.Check.protection:(J)I
            if_icmple 91
        79: .line 1096
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        80: .line 1097
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 7
            land
            lconst_0
            lcmp
            ifne 86
        81: .line 1099
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        82: .line 1100
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
        83: .line 1101
            ldc "package"
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotHaveStrongerAccess:(Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        84: .line 1098
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        85: .line 1102
            goto 90
        86: .line 1104
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Optional
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        87: .line 1105
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
        88: .line 1106
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 7
            land
            invokestatic com.sun.tools.javac.code.Flags.asFlagSet:(J)Ljava/util/EnumSet;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotHaveStrongerAccess:(Ljava/util/Set;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        89: .line 1103
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        90: .line 1096
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Optional
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.JCDiagnostic$Error
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        91: .line 1111
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.firstConstructorCall:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            astore 10 /* app */
        start local 10 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        92: .line 1112
            aload 10 /* app */
            ifnull 100
        93: .line 1113
            aload 10 /* app */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 95
        94: .line 1114
            aload 10 /* app */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 100
        95: .line 1115
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCMethodInvocation
      StackMap stack:
            aload 0 /* this */
            aload 10 /* app */
            aload 1 /* tree */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.checkFirstConstructorStat:(Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Z)Z
            ifeq 100
        96: .line 1116
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        97: .line 1117
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
        98: .line 1118
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotContainExplicitConstructorInvocation:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        99: .line 1116
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 10 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
       100: .line 1123
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 104
       101: .line 1124
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       102: .line 1125
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotDeclareTypeVariables:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       103: .line 1124
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       104: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getRecordComponents:()Lcom/sun/tools/javac/util/List;
            astore 10 /* recordComponents */
        start local 10 // com.sun.tools.javac.util.List recordComponents
       105: .line 1132
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            invokestatic com.sun.tools.javac.tree.TreeInfo.recordFields:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)Lcom/sun/tools/javac/util/List;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$3(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/code/Type; (6)
                  (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 11 /* recordFieldTypes */
        start local 11 // com.sun.tools.javac.util.List recordFieldTypes
       106: .line 1133
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 119
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Optional com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
       107: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 12 /* param */
        start local 12 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
       108: .line 1134
            aload 12 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.flags_field:J
            ldc 17179869184
            land
            lconst_0
            lcmp
            ifeq 109
            iconst_1
            goto 110
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Optional com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCVariableDecl java.util.Iterator
      StackMap stack:
       109: iconst_0
      StackMap locals:
      StackMap stack: int
       110: istore 14 /* paramIsVarArgs */
        start local 14 // boolean paramIsVarArgs
       111: .line 1135
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 12 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 11 /* recordFieldTypes */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 113
       112: .line 1136
            aload 10 /* recordComponents */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$RecordComponent
            invokevirtual com.sun.tools.javac.code.Symbol$RecordComponent.isVarargs:()Z
            iload 14 /* paramIsVarArgs */
            if_icmpeq 117
       113: .line 1137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 12 /* param */
       114: .line 1138
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
       115: .line 1139
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.TypeMustBeIdenticalToCorrespondingRecordComponentType:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       116: .line 1137
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       117: .line 1141
      StackMap locals:
      StackMap stack:
            aload 10 /* recordComponents */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 10 /* recordComponents */
       118: .line 1142
            aload 11 /* recordFieldTypes */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 11 /* recordFieldTypes */
        end local 14 // boolean paramIsVarArgs
        end local 12 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
       119: .line 1133
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Optional com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 107
        end local 11 // com.sun.tools.javac.util.List recordFieldTypes
        end local 10 // com.sun.tools.javac.util.List recordComponents
        end local 9 // java.util.Optional recordComponent
       120: .line 1149
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifeq 131
       121: .line 1151
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 125
       122: .line 1152
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       123: .line 1153
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ThrowsNotAllowedInIntfAnnotation:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       124: .line 1152
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       125: .line 1156
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 129
       126: .line 1157
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.typarams:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            invokevirtual com.sun.tools.javac.tree.JCTree$JCTypeParameter.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       127: .line 1158
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfAnnotationMembersCantHaveTypeParams:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       128: .line 1157
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       129: .line 1161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.restype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Check.validateAnnotationType:(Lcom/sun/tools/javac/tree/JCTree;)V
       130: .line 1163
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Check.validateAnnotationMethod:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
       131: .line 1166
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
        start local 9 // com.sun.tools.javac.util.List l
       132: goto 135
       133: .line 1167
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
       134: .line 1166
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
      StackMap locals:
      StackMap stack:
       135: aload 9 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 133
        end local 9 // com.sun.tools.javac.util.List l
       136: .line 1169
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnonnull 145
       137: .line 1173
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.defaultValue:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 142
       138: .line 1174
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifne 142
       139: .line 1175
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       140: .line 1176
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.DefaultAllowedInIntfAnnotationMember:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       141: .line 1175
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       142: .line 1178
      StackMap locals:
      StackMap stack:
            iload 3 /* isDefaultMethod */
            ifne 143
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            ldc 1280
            land
            lconst_0
            lcmp
            ifne 189
       143: .line 1179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.MissingMethBodyOrDeclAbstract:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       144: .line 1180
            goto 189
      StackMap locals:
      StackMap stack:
       145: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            ldc 8796093023234
            land
            ldc 1024
            lcmp
            ifne 151
       146: .line 1181
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 512
            land
            lconst_0
            lcmp
            ifeq 149
       147: .line 1182
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBlock.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfMethCantHaveBody:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       148: .line 1183
            goto 189
       149: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.AbstractMethCantHaveBody:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       150: .line 1186
            goto 189
      StackMap locals:
      StackMap stack:
       151: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 256
            land
            lconst_0
            lcmp
            ifeq 154
       152: .line 1187
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NativeMethCantHaveBody:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       153: .line 1188
            goto 189
       154: .line 1192
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 186
            aload 8 /* owner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            if_acmpeq 186
       155: .line 1193
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            astore 9 /* body */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCBlock body
       156: .line 1194
            aload 9 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 158
       157: .line 1195
            aload 9 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            invokestatic com.sun.tools.javac.tree.TreeInfo.getConstructorInvocationName:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/Names;)Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            if_acmpne 163
       158: .line 1196
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCBlock
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 9 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
       159: .line 1197
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Ident:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/tree/JCTree$JCIdent;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Idents:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
       160: .line 1196
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Apply:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Exec:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCExpressionStatement;
            astore 10 /* supCall */
        start local 10 // com.sun.tools.javac.tree.JCTree$JCStatement supCall
       161: .line 1198
            aload 9 /* body */
            aload 9 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            aload 10 /* supCall */
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
        end local 10 // com.sun.tools.javac.tree.JCTree$JCStatement supCall
       162: .line 1199
            goto 169
      StackMap locals:
      StackMap stack:
       163: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 169
       164: .line 1200
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 68719476736
            land
            lconst_0
            lcmp
            ifne 169
       165: .line 1201
            aload 9 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokestatic com.sun.tools.javac.tree.TreeInfo.isSuperCall:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 169
       166: .line 1206
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCStatement
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       167: .line 1207
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CallToSuperNotAllowedInEnumCtor:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       168: .line 1206
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       169: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isRecord:()Z
            ifeq 186
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.flags_field:J
            ldc 2305843009213693952
            land
            lconst_0
            lcmp
            ifeq 186
       170: .line 1210
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            invokestatic com.sun.tools.javac.tree.TreeInfo.recordFields:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)Lcom/sun/tools/javac/util/List;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$4(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/util/Name; (6)
                  (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 10 /* recordComponentNames */
        start local 10 // com.sun.tools.javac.util.List recordComponentNames
       171: .line 1211
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$5(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Lcom/sun/tools/javac/util/Name; (6)
                  (Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 11 /* initParamNames */
        start local 11 // com.sun.tools.javac.util.List initParamNames
       172: .line 1212
            aload 11 /* initParamNames */
            aload 10 /* recordComponentNames */
            invokevirtual com.sun.tools.javac.util.List.equals:(Ljava/lang/Object;)Z
            ifne 176
       173: .line 1213
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       174: .line 1214
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalWithNameMismatch:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       175: .line 1213
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       176: .line 1216
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.asMethodType:()Lcom/sun/tools/javac/code/Type$MethodType;
            getfield com.sun.tools.javac.code.Type$MethodType.thrown:Lcom/sun/tools/javac/util/List;
            ifnull 186
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.asMethodType:()Lcom/sun/tools/javac/code/Type$MethodType;
            getfield com.sun.tools.javac.code.Type$MethodType.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 186
       177: .line 1217
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       178: .line 1219
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 179
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Compact:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 180
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.tree.JCTree$JCBlock com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl
       179: getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       180: .line 1220
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.tree.JCTree$JCBlock com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.JCDiagnostic$Fragment
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
       181: .line 1222
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 182
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Compact:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 183
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.tree.JCTree$JCBlock com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.JCDiagnostic$Fragment com.sun.tools.javac.util.Name
       182: getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       183: .line 1221
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.tree.JCTree$JCBlock com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.JCDiagnostic$Fragment com.sun.tools.javac.util.Name com.sun.tools.javac.util.JCDiagnostic$Fragment
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.ThrowsClauseNotAllowedForCanonicalConstructor:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       184: .line 1218
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       185: .line 1217
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 11 // com.sun.tools.javac.util.List initParamNames
        end local 10 // com.sun.tools.javac.util.List recordComponentNames
        end local 9 // com.sun.tools.javac.tree.JCTree$JCBlock body
       186: .line 1228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 7 /* localEnv */
            aload 2 /* m */
            aconst_null
            invokevirtual com.sun.tools.javac.comp.Annotate.queueScanTreeAndTypeAnnotate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
       187: .line 1229
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
       188: .line 1232
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 7 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
       189: .line 1235
      StackMap locals:
      StackMap stack:
            aload 7 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
       190: .line 1236
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 8 // com.sun.tools.javac.code.Symbol$ClassSymbol owner
        end local 7 // com.sun.tools.javac.comp.Env localEnv
       191: .line 1237
            goto 196
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Symbol$MethodSymbol int com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack: java.lang.Throwable
       192: astore 15
       193: .line 1238
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
       194: .line 1239
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* prevMethod */
            invokevirtual com.sun.tools.javac.comp.Check.setMethod:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            pop
       195: .line 1240
            aload 15
            athrow
       196: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
       197: .line 1239
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* prevMethod */
            invokevirtual com.sun.tools.javac.comp.Check.setMethod:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            pop
       198: .line 1241
            return
        end local 6 // com.sun.tools.javac.code.Symbol$MethodSymbol prevMethod
        end local 5 // com.sun.tools.javac.code.Lint prevLint
        end local 4 // com.sun.tools.javac.code.Lint lint
        end local 3 // boolean isDefaultMethod
        end local 2 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  199     0                  this  Lcom/sun/tools/javac/comp/Attr;
            0  199     1                  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            1  199     2                     m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            4  199     3       isDefaultMethod  Z
            5  199     4                  lint  Lcom/sun/tools/javac/code/Lint;
            6  199     5              prevLint  Lcom/sun/tools/javac/code/Lint;
            7  199     6            prevMethod  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           10  191     7              localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           20   24     8                     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;
           25  191     8                 owner  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           34   38     9                     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;>;
           44   46     9                newEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           50  120     9       recordComponent  Ljava/util/Optional<+Lcom/sun/tools/javac/code/Symbol$RecordComponent;>;
           72   76    10                   app  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
           92  100    10                   app  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
          105  120    10      recordComponents  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/code/Symbol$RecordComponent;>;
          106  120    11      recordFieldTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
          108  119    12                 param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
          111  119    14        paramIsVarArgs  Z
          132  136     9                     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
          156  186     9                  body  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
          161  162    10               supCall  Lcom/sun/tools/javac/tree/JCTree$JCStatement;
          171  186    10  recordComponentNames  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/Name;>;
          172  186    11        initParamNames  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/Name;>;
      Exception table:
        from    to  target  type
           7   192     192  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitVarDef(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
         0: .line 1245
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 21
         1: .line 1246
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            ifnull 4
         2: .line 1248
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enter:(Lcom/sun/tools/javac/code/Symbol;)V
         3: .line 1249
            goto 24
         4: .line 1250
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 13
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.getModifiers:()Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 8589934592
            land
            lconst_0
            lcmp
            ifne 13
         5: .line 1251
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnonnull 9
         6: .line 1253
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.LocalMissingInit:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInferLocalVarType:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         7: .line 1254
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Erroneous:()Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
         8: .line 1255
            goto 13
         9: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr.canInferLocalVarType:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            astore 2 /* msg */
        start local 2 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        10: .line 1257
            aload 2 /* msg */
            ifnull 13
        11: .line 1260
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 2 /* msg */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInferLocalVarType:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        12: .line 1261
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Erroneous:()Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
        end local 2 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        13: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.blockAnnotations:()V
        14: .line 1267
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.MemberEnter.memberEnter:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        15: .line 1268
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 2
        17: .line 1269
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.unblockAnnotations:()V
        18: .line 1270
            aload 2
            athrow
        19: .line 1269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.unblockAnnotations:()V
        20: .line 1272
            goto 24
        21: .line 1273
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 24
        22: .line 1275
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.comp.Annotate.queueScanTreeAndTypeAnnotate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
        23: .line 1276
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
        24: .line 1280
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            astore 2 /* v */
        start local 2 // com.sun.tools.javac.code.Symbol$VarSymbol v
        25: .line 1281
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            astore 3 /* lint */
        start local 3 // com.sun.tools.javac.code.Lint lint
        26: .line 1282
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* lint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            astore 4 /* prevLint */
        start local 4 // com.sun.tools.javac.code.Lint prevLint
        27: .line 1285
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 31
        28: .line 1286
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCLambda
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.paramKind:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind.IMPLICIT:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            if_acmpne 31
        29: .line 1287
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 8589934592
            land
            lconst_0
            lcmp
            ifeq 31
        30: .line 1285
            iconst_1
            goto 32
      StackMap locals: com.sun.tools.javac.code.Symbol$VarSymbol com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint
      StackMap stack:
        31: iconst_0
      StackMap locals:
      StackMap stack: int
        32: istore 5 /* isImplicitLambdaParameter */
        start local 5 // boolean isImplicitLambdaParameter
        33: .line 1288
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iload 5 /* isImplicitLambdaParameter */
            ifne 34
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifne 34
            iconst_1
            goto 35
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.code.Symbol$VarSymbol com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint int
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env
        34: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.code.Symbol$VarSymbol com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint int
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env int
        35: invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Z)V
        36: .line 1291
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            pop
        37: .line 1292
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.flush:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
        38: .line 1293
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecatedAnnotation:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        39: .line 1295
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 50
        40: .line 1296
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.flags_field:J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 42
        41: .line 1297
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.MemberEnter.needsLazyConstValue:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifne 48
        42: .line 1302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.memberEnter:Lcom/sun/tools/javac/comp/MemberEnter;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.MemberEnter.initEnv:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 6 /* initEnv */
        start local 6 // com.sun.tools.javac.comp.Env initEnv
        43: .line 1303
            aload 6 /* initEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 3 /* lint */
            putfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
        44: .line 1307
            aload 6 /* initEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 2 /* v */
            putfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
        45: .line 1308
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 6 /* initEnv */
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        46: .line 1309
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 48
        47: .line 1311
            aload 2 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.comp.Check.checkLocalVarType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
        end local 6 // com.sun.tools.javac.comp.Env initEnv
        48: .line 1314
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 50
        49: .line 1315
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.setSyntheticVariableType:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)V
        50: .line 1318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        51: .line 1319
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isRecord:()Z
            ifeq 58
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 58
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.isStatic:()Z
            ifne 58
        52: .line 1320
            aload 0 /* this */
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.comp.Attr.isNonArgsMethodInObject:(Lcom/sun/tools/javac/util/Name;)Z
            ifeq 58
        53: .line 1321
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 2 /* v */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalRecordComponentName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        54: .line 1324
            goto 58
        55: .line 1325
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        56: .line 1326
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
        57: .line 1327
            aload 7
            athrow
        58: .line 1326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
        59: .line 1328
            return
        end local 5 // boolean isImplicitLambdaParameter
        end local 4 // com.sun.tools.javac.code.Lint prevLint
        end local 3 // com.sun.tools.javac.code.Lint lint
        end local 2 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   60     0                       this  Lcom/sun/tools/javac/comp/Attr;
            0   60     1                       tree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           10   13     2                        msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
           25   60     2                          v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           26   60     3                       lint  Lcom/sun/tools/javac/code/Lint;
           27   60     4                   prevLint  Lcom/sun/tools/javac/code/Lint;
           33   60     5  isImplicitLambdaParameter  Z
           43   48     6                    initEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
      Exception table:
        from    to  target  type
          13    16      16  any
          36    55      55  any
    MethodParameters:
      Name  Flags
      tree  

  private boolean isNonArgsMethodInObject(com.sun.tools.javac.util.Name);
    descriptor: (Lcom/sun/tools/javac/util/Name;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.Name name
         0: .line 1331
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 1 /* name */
            invokedynamic accepts()Lcom/sun/tools/javac/util/Filter;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$6(Lcom/sun/tools/javac/code/Symbol;)Z (6)
                  (Lcom/sun/tools/javac/code/Symbol;)Z
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.Name top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 2 /* s */
        start local 2 // com.sun.tools.javac.code.Symbol s
         2: .line 1332
            aload 2 /* s */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 4
         3: .line 1333
            iconst_1
            ireturn
        end local 2 // com.sun.tools.javac.code.Symbol s
         4: .line 1331
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 1336
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1  name  Lcom/sun/tools/javac/util/Name;
            2    4     2     s  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      name  

  com.sun.tools.javac.util.JCDiagnostic$Fragment canInferLocalVarType(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
         0: .line 1340
            new com.sun.tools.javac.comp.Attr$LocalInitScanner
            dup
            invokespecial com.sun.tools.javac.comp.Attr$LocalInitScanner.<init>:()V
            astore 2 /* lis */
        start local 2 // com.sun.tools.javac.comp.Attr$LocalInitScanner lis
         1: .line 1341
            aload 2 /* lis */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Attr$LocalInitScanner.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1342
            aload 2 /* lis */
            getfield com.sun.tools.javac.comp.Attr$LocalInitScanner.badInferenceMsg:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            areturn
        end local 2 // com.sun.tools.javac.comp.Attr$LocalInitScanner lis
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            1    3     2   lis  Lcom/sun/tools/javac/comp/Attr$LocalInitScanner;
    MethodParameters:
      Name  Flags
      tree  

  public void visitSkip(com.sun.tools.javac.tree.JCTree$JCSkip);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSkip;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSkip tree
         0: .line 1405
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         1: .line 1406
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSkip tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSkip;
    MethodParameters:
      Name  Flags
      tree  

  public void visitBlock(com.sun.tools.javac.tree.JCTree$JCBlock);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBlock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
         0: .line 1409
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 19
         1: .line 1414
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.flags:J
            ldc 1048576
            lor
         2: .line 1415
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 2048
            land
            lor
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aconst_null
         3: .line 1416
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
         4: .line 1414
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
         5: .line 1413
            astore 2 /* fakeOwner */
        start local 2 // com.sun.tools.javac.code.Symbol fakeOwner
         6: .line 1418
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 2 /* fakeOwner */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dupUnshared:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
         7: .line 1417
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         8: .line 1420
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.flags:J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 9
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            dup
            getfield com.sun.tools.javac.comp.AttrContext.staticLevel:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.comp.AttrContext.staticLevel:I
         9: .line 1422
      StackMap locals: com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            aload 3 /* localEnv */
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            aconst_null
            invokevirtual com.sun.tools.javac.comp.Annotate.queueScanTreeAndTypeAnnotate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
        10: .line 1423
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
        11: .line 1424
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        12: .line 1429
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 4 /* cs */
        start local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol cs
        13: .line 1430
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.getRawTypeAttributes:()Lcom/sun/tools/javac/util/List;
            astore 5 /* tas */
        start local 5 // com.sun.tools.javac.util.List tas
        14: .line 1431
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.flags:J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 17
        15: .line 1432
            aload 4 /* cs */
            aload 5 /* tas */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.appendClassInitTypeAttributes:(Lcom/sun/tools/javac/util/List;)V
        16: .line 1433
            goto 27
        17: .line 1434
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* cs */
            aload 5 /* tas */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.appendInitTypeAttributes:(Lcom/sun/tools/javac/util/List;)V
        end local 5 // com.sun.tools.javac.util.List tas
        end local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol cs
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // com.sun.tools.javac.code.Symbol fakeOwner
        18: .line 1437
            goto 27
        19: .line 1440
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCBlock
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
        20: .line 1439
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
        21: .line 1442
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        22: .line 1443
            goto 26
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCBlock com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        23: astore 3
        24: .line 1444
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        25: .line 1445
            aload 3
            athrow
        26: .line 1444
      StackMap locals:
      StackMap stack:
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        end local 2 // com.sun.tools.javac.comp.Env localEnv
        27: .line 1447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        28: .line 1448
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   29     1       tree  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            6   18     2  fakeOwner  Lcom/sun/tools/javac/code/Symbol;
            8   18     3   localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           13   18     4         cs  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           14   18     5        tas  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute$TypeCompound;>;
           21   27     2   localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
      Exception table:
        from    to  target  type
          21    23      23  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitDoLoop(com.sun.tools.javac.tree.JCTree$JCDoWhileLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
         0: .line 1451
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         1: .line 1452
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         2: .line 1453
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Attr.breaksOutOf:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;)Z
            ifne 6
         3: .line 1455
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 2 /* condBindings */
        start local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         4: .line 1456
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Scope$WriteableScope.enter(Lcom/sun/tools/javac/code/Symbol;)V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
         5: .line 1457
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Symbol$BindingSymbol.preserveBinding()V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        end local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         6: .line 1459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         7: .line 1460
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    8     1          tree  Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;
            4    6     2  condBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
    MethodParameters:
      Name  Flags
      tree  

  public void visitWhileLoop(com.sun.tools.javac.tree.JCTree$JCWhileLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
         0: .line 1463
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         1: .line 1464
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 2 /* condBindings */
        start local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         2: .line 1466
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* whileEnv */
        start local 3 // com.sun.tools.javac.comp.Env whileEnv
         3: .line 1468
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 3 /* whileEnv */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         4: .line 1469
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCWhileLoop com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 1470
            aload 3 /* whileEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
         7: .line 1471
            aload 4
            athrow
         8: .line 1470
      StackMap locals:
      StackMap stack:
            aload 3 /* whileEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
         9: .line 1472
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Attr.breaksOutOf:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;)Z
            ifne 12
        10: .line 1474
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Scope$WriteableScope.enter(Lcom/sun/tools/javac/code/Symbol;)V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        11: .line 1475
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Symbol$BindingSymbol.preserveBinding()V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        12: .line 1477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        13: .line 1478
            return
        end local 3 // com.sun.tools.javac.comp.Env whileEnv
        end local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
        end local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   14     1          tree  Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;
            2   14     2  condBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            3   14     3      whileEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
      Exception table:
        from    to  target  type
           3     5       5  any
    MethodParameters:
      Name  Flags
      tree  

  private boolean breaksOutOf(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree loop
        start local 2 // com.sun.tools.javac.tree.JCTree body
         0: .line 1481
            aload 0 /* this */
            aload 2 /* body */
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1482
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* loop */
            aload 2 /* body */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.comp.Flow.breaksOutOf:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)Z
            ireturn
        end local 2 // com.sun.tools.javac.tree.JCTree body
        end local 1 // com.sun.tools.javac.tree.JCTree loop
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  loop  Lcom/sun/tools/javac/tree/JCTree;
            0    2     2  body  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      loop  
      body  

  public void visitForLoop(com.sun.tools.javac.tree.JCTree$JCForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCForLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
         0: .line 1487
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
         1: .line 1486
            astore 2 /* loopEnv */
        start local 2 // com.sun.tools.javac.comp.Env loopEnv
         2: .line 1488
            getstatic com.sun.tools.javac.comp.MatchBindingsComputer.EMPTY:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 3 /* condBindings */
        start local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         3: .line 1490
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            aload 2 /* loopEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         4: .line 1491
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 7
         5: .line 1492
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* loopEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         6: .line 1494
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 3 /* condBindings */
         7: .line 1496
      StackMap locals: com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopEnv */
            aload 3 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 4 /* bodyEnv */
        start local 4 // com.sun.tools.javac.comp.Env bodyEnv
         8: .line 1498
            aload 4 /* bodyEnv */
            aload 1 /* tree */
            putfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
         9: .line 1499
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.step:Lcom/sun/tools/javac/util/List;
            aload 4 /* bodyEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        10: .line 1500
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 4 /* bodyEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        11: .line 1501
            goto 15
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        12: astore 5
        13: .line 1502
            aload 4 /* bodyEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        14: .line 1503
            aload 5
            athrow
        15: .line 1502
      StackMap locals:
      StackMap stack:
            aload 4 /* bodyEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        16: .line 1504
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 4 // com.sun.tools.javac.comp.Env bodyEnv
        17: .line 1505
            goto 21
        18: .line 1506
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack: java.lang.Throwable
            astore 6
        19: .line 1507
            aload 2 /* loopEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        20: .line 1508
            aload 6
            athrow
        21: .line 1507
      StackMap locals:
      StackMap stack:
            aload 2 /* loopEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        22: .line 1509
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Attr.breaksOutOf:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;)Z
            ifne 25
        23: .line 1511
            aload 3 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Scope$WriteableScope.enter(Lcom/sun/tools/javac/code/Symbol;)V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        24: .line 1512
            aload 3 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Symbol$BindingSymbol.preserveBinding()V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        25: .line 1514
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
        end local 2 // com.sun.tools.javac.comp.Env loopEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   26     1          tree  Lcom/sun/tools/javac/tree/JCTree$JCForLoop;
            2   26     2       loopEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            3   26     3  condBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            8   17     4       bodyEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
      Exception table:
        from    to  target  type
           8    12      12  any
           3    18      18  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitForeachLoop(com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
         0: .line 1518
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
         1: .line 1517
            astore 2 /* loopEnv */
        start local 2 // com.sun.tools.javac.comp.Env loopEnv
         2: .line 1523
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* loopEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.cvarUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* exprType */
        start local 3 // com.sun.tools.javac.code.Type exprType
         3: .line 1524
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         4: .line 1525
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Types.elemtype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* elemtype */
        start local 4 // com.sun.tools.javac.code.Type elemtype
         5: .line 1526
            aload 4 /* elemtype */
            ifnonnull 20
         6: .line 1528
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* exprType */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.iterableType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Types.asSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* base */
        start local 5 // com.sun.tools.javac.code.Type base
         7: .line 1529
            aload 5 /* base */
            ifnonnull 15
         8: .line 1530
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         9: .line 1531
            aload 3 /* exprType */
        10: .line 1532
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.TypeReqArrayOrIterable:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        11: .line 1531
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ForeachNotApplicableToType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        12: .line 1530
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        13: .line 1533
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* elemtype */
        14: .line 1534
            goto 20
        15: .line 1535
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 5 /* base */
            invokevirtual com.sun.tools.javac.code.Type.allparams:()Lcom/sun/tools/javac/util/List;
            astore 6 /* iterableParams */
        start local 6 // com.sun.tools.javac.util.List iterableParams
        16: .line 1536
            aload 6 /* iterableParams */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 18
        17: .line 1537
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            goto 19
        18: .line 1538
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* iterableParams */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Types.wildUpperBound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
        19: .line 1536
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 4 /* elemtype */
        end local 6 // com.sun.tools.javac.util.List iterableParams
        end local 5 // com.sun.tools.javac.code.Type base
        20: .line 1541
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 23
        21: .line 1542
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 4 /* elemtype */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.comp.Check.checkLocalVarType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* inferredType */
        start local 5 // com.sun.tools.javac.code.Type inferredType
        22: .line 1543
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 5 /* inferredType */
            invokevirtual com.sun.tools.javac.comp.Attr.setSyntheticVariableType:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)V
        end local 5 // com.sun.tools.javac.code.Type inferredType
        23: .line 1545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 2 /* loopEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        24: .line 1546
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 4 /* elemtype */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        25: .line 1547
            aload 2 /* loopEnv */
            aload 1 /* tree */
            putfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
        26: .line 1548
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 2 /* loopEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        27: .line 1549
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 4 // com.sun.tools.javac.code.Type elemtype
        end local 3 // com.sun.tools.javac.code.Type exprType
        28: .line 1550
            goto 32
        29: .line 1551
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
            astore 7
        30: .line 1552
            aload 2 /* loopEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        31: .line 1553
            aload 7
            athrow
        32: .line 1552
      StackMap locals:
      StackMap stack:
            aload 2 /* loopEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        33: .line 1554
            return
        end local 2 // com.sun.tools.javac.comp.Env loopEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   34     0            this  Lcom/sun/tools/javac/comp/Attr;
            0   34     1            tree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            2   34     2         loopEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            3   28     3        exprType  Lcom/sun/tools/javac/code/Type;
            5   28     4        elemtype  Lcom/sun/tools/javac/code/Type;
            7   20     5            base  Lcom/sun/tools/javac/code/Type;
           16   20     6  iterableParams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           22   23     5    inferredType  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
           2    29      29  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitLabelled(com.sun.tools.javac.tree.JCTree$JCLabeledStatement);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
         0: .line 1558
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            astore 2 /* env1 */
        start local 2 // com.sun.tools.javac.comp.Env env1
         1: .line 1559
            goto 9
         2: .line 1560
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 2 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LABELLED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 8
         3: .line 1561
            aload 2 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCLabeledStatement
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.label:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.label:Lcom/sun/tools/javac/util/Name;
            if_acmpne 8
         4: .line 1562
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLabeledStatement.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         5: .line 1563
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.label:Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.LabelAlreadyInUse:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
         6: .line 1562
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         7: .line 1564
            goto 10
         8: .line 1566
      StackMap locals:
      StackMap stack:
            aload 2 /* env1 */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 2 /* env1 */
         9: .line 1559
      StackMap locals:
      StackMap stack:
            aload 2 /* env1 */
            ifnull 10
            aload 2 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CLASSDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 2
        10: .line 1569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        11: .line 1570
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        12: .line 1571
            return
        end local 2 // com.sun.tools.javac.comp.Env env1
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   13     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;
            1   13     2  env1  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      tree  

  public void visitSwitch(com.sun.tools.javac.tree.JCTree$JCSwitch);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSwitch;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
         0: .line 1574
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.cases:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            invokedynamic accept(Lcom/sun/tools/javac/comp/Attr;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/Attr.lambda$13(Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V (7)
                  (Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V
            invokevirtual com.sun.tools.javac.comp.Attr.handleSwitch:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;Ljava/util/function/BiConsumer;)V
         1: .line 1577
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 1578
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitch;
    MethodParameters:
      Name  Flags
      tree  

  public void visitSwitchExpression(com.sun.tools.javac.tree.JCTree$JCSwitchExpression);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
         0: .line 1581
            aload 1 /* tree */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 2
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 2
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Infer.anyPoly:Lcom/sun/tools/javac/code/Type;
            if_acmpeq 2
         1: .line 1582
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            goto 3
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCSwitchExpression
         2: getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.POLY:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
         3: .line 1581
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCSwitchExpression
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind
            putfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
         4: .line 1584
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.POLY:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 8
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 8
         5: .line 1586
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.SwitchExpressionTargetCantBeVoid:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
         6: .line 1587
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         7: .line 1588
            return
         8: .line 1591
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 10
         9: .line 1592
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 11
        10: .line 1593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.switchExpressionContext:(Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        11: .line 1591
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo
            astore 2 /* condInfo */
        start local 2 // com.sun.tools.javac.comp.Attr$ResultInfo condInfo
        12: .line 1595
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* caseTypePositions */
        start local 3 // com.sun.tools.javac.util.ListBuffer caseTypePositions
        13: .line 1596
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 4 /* caseTypes */
        start local 4 // com.sun.tools.javac.util.ListBuffer caseTypes
        14: .line 1598
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.cases:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            aload 2 /* condInfo */
            aload 1 /* tree */
            aload 3 /* caseTypePositions */
            aload 4 /* caseTypes */
            invokedynamic accept(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/util/ListBuffer;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/Attr.lambda$14(Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V (7)
                  (Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V
            invokevirtual com.sun.tools.javac.comp.Attr.handleSwitch:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;Ljava/util/function/BiConsumer;)V
        15: .line 1616
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.cases:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 20
        16: .line 1617
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCSwitchExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        17: .line 1618
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchExpressionEmpty:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        18: .line 1617
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        19: .line 1619
            goto 24
      StackMap locals: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer
      StackMap stack:
        20: aload 4 /* caseTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.isEmpty:()Z
            ifeq 24
        21: .line 1620
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCSwitchExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        22: .line 1621
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchExpressionNoResultExpressions:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        23: .line 1620
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        24: .line 1624
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 25
            aload 0 /* this */
            aload 3 /* caseTypePositions */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            aload 4 /* caseTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.condType:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
        26: astore 5 /* owntype */
        start local 5 // com.sun.tools.javac.code.Type owntype
        27: .line 1626
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            aload 5 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        28: .line 1627
            return
        end local 5 // com.sun.tools.javac.code.Type owntype
        end local 4 // com.sun.tools.javac.util.ListBuffer caseTypes
        end local 3 // com.sun.tools.javac.util.ListBuffer caseTypePositions
        end local 2 // com.sun.tools.javac.comp.Attr$ResultInfo condInfo
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   29     0               this  Lcom/sun/tools/javac/comp/Attr;
            0   29     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;
           12   29     2           condInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           13   29     3  caseTypePositions  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;
           14   29     4          caseTypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
           27   29     5            owntype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  com.sun.tools.javac.comp.Check$CheckContext switchExpressionContext(com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Check$CheckContext checkContext
         0: .line 1630
            new com.sun.tools.javac.comp.Attr$4
            dup
            aload 0 /* this */
            aload 1 /* checkContext */
            invokespecial com.sun.tools.javac.comp.Attr$4.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            areturn
        end local 1 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
    MethodParameters:
              Name  Flags
      checkContext  

  private void handleSwitch(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCCase>, java.util.function.BiConsumer<com.sun.tools.javac.tree.JCTree$JCCase, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;Ljava/util/function/BiConsumer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=19, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree switchTree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCExpression selector
        start local 3 // com.sun.tools.javac.util.List cases
        start local 4 // java.util.function.BiConsumer attribCase
         0: .line 1645
            aload 0 /* this */
            aload 2 /* selector */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* seltype */
        start local 5 // com.sun.tools.javac.code.Type seltype
         1: .line 1648
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* switchTree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
         2: .line 1647
            astore 6 /* switchEnv */
        start local 6 // com.sun.tools.javac.comp.Env switchEnv
         3: .line 1651
            aload 5 /* seltype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 7 /* enumSwitch */
        start local 7 // boolean enumSwitch
         6: .line 1652
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* seltype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.stringType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            istore 8 /* stringSwitch */
        start local 8 // boolean stringSwitch
         7: .line 1653
            iload 7 /* enumSwitch */
            ifne 9
            iload 8 /* stringSwitch */
            ifne 9
         8: .line 1654
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* selector */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* seltype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.intType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* seltype */
         9: .line 1658
      StackMap locals: int int
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 9 /* labels */
        start local 9 // java.util.Set labels
        10: .line 1659
            iconst_0
            istore 10 /* hasDefault */
        start local 10 // boolean hasDefault
        11: .line 1660
            aconst_null
            astore 11 /* caseKind */
        start local 11 // com.sun.source.tree.CaseTree$CaseKind caseKind
        12: .line 1661
            iconst_0
            istore 12 /* wasError */
        start local 12 // boolean wasError
        13: .line 1662
            aload 3 /* cases */
            astore 13 /* l */
        start local 13 // com.sun.tools.javac.util.List l
        14: goto 66
        15: .line 1663
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List
      StackMap stack:
            aload 13 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCase
            astore 14 /* c */
        start local 14 // com.sun.tools.javac.tree.JCTree$JCCase c
        16: .line 1664
            aload 11 /* caseKind */
            ifnonnull 19
        17: .line 1665
            aload 14 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            astore 11 /* caseKind */
        18: .line 1666
            goto 24
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
        19: aload 11 /* caseKind */
            aload 14 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            if_acmpeq 24
            iload 12 /* wasError */
            ifne 24
        20: .line 1667
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        21: .line 1668
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchMixingCaseTypes:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        22: .line 1667
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        23: .line 1669
            iconst_1
            istore 12 /* wasError */
        24: .line 1671
      StackMap locals:
      StackMap stack:
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.getExpressions:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 52
        25: .line 1672
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.getExpressions:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 16
            goto 50
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase top java.util.Iterator
      StackMap stack:
        26: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 15 /* pat */
        start local 15 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        27: .line 1673
            aload 15 /* pat */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isNull:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 32
        28: .line 1674
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 15 /* pat */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        29: .line 1675
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchNullNotAllowed:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        30: .line 1674
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        31: .line 1676
            goto 50
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator
      StackMap stack:
        32: iload 7 /* enumSwitch */
            ifeq 40
        33: .line 1677
            aload 0 /* this */
            aload 15 /* pat */
            aload 5 /* seltype */
            invokevirtual com.sun.tools.javac.comp.Attr.enumConstant:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol;
            astore 17 /* sym */
        start local 17 // com.sun.tools.javac.code.Symbol sym
        34: .line 1678
            aload 17 /* sym */
            ifnonnull 37
        35: .line 1679
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 15 /* pat */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.EnumLabelMustBeUnqualifiedEnum:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        36: .line 1680
            goto 50
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
        37: aload 9 /* labels */
            aload 17 /* sym */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifne 50
        38: .line 1681
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.DuplicateCaseLabel:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 17 // com.sun.tools.javac.code.Symbol sym
        39: .line 1683
            goto 50
        40: .line 1684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 15 /* pat */
            aload 6 /* switchEnv */
            aload 5 /* seltype */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 17 /* pattype */
        start local 17 // com.sun.tools.javac.code.Type pattype
        41: .line 1685
            aload 17 /* pattype */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 50
        42: .line 1686
            aload 17 /* pattype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnonnull 48
        43: .line 1687
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 15 /* pat */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        44: .line 1688
            iload 8 /* stringSwitch */
            ifeq 45
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.StringConstReq:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            goto 46
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
        45: getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ConstExprReq:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        46: .line 1687
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Error
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        47: .line 1689
            goto 50
      StackMap locals:
      StackMap stack:
        48: aload 9 /* labels */
            aload 17 /* pattype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifne 50
        49: .line 1690
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.DuplicateCaseLabel:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 17 // com.sun.tools.javac.code.Type pattype
        end local 15 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        50: .line 1672
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase top java.util.Iterator
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 26
        51: .line 1695
            goto 56
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
        52: iload 10 /* hasDefault */
            ifeq 55
        53: .line 1696
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 14 /* c */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.DuplicateDefaultLabel:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        54: .line 1697
            goto 56
        55: .line 1698
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* hasDefault */
        56: .line 1701
      StackMap locals:
      StackMap stack:
            aload 6 /* switchEnv */
            aload 14 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 6 /* switchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
        57: .line 1700
            astore 15 /* caseEnv */
        start local 15 // com.sun.tools.javac.comp.Env caseEnv
        58: .line 1703
            aload 4 /* attribCase */
            aload 14 /* c */
            aload 15 /* caseEnv */
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
        59: .line 1704
            goto 63
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env int int java.util.Set int com.sun.source.tree.CaseTree$CaseKind int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        60: astore 16
        61: .line 1705
            aload 15 /* caseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        62: .line 1706
            aload 16
            athrow
        63: .line 1705
      StackMap locals:
      StackMap stack:
            aload 15 /* caseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        64: .line 1707
            aload 14 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            aload 6 /* switchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokestatic com.sun.tools.javac.comp.Attr.addVars:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Scope$WriteableScope;)V
        end local 15 // com.sun.tools.javac.comp.Env caseEnv
        end local 14 // com.sun.tools.javac.tree.JCTree$JCCase c
        65: .line 1662
            aload 13 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 13 /* l */
      StackMap locals:
      StackMap stack:
        66: aload 13 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 15
        end local 13 // com.sun.tools.javac.util.List l
        end local 12 // boolean wasError
        end local 11 // com.sun.source.tree.CaseTree$CaseKind caseKind
        end local 10 // boolean hasDefault
        end local 9 // java.util.Set labels
        end local 8 // boolean stringSwitch
        end local 7 // boolean enumSwitch
        67: .line 1709
            goto 71
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List java.util.function.BiConsumer com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        68: astore 18
        69: .line 1710
            aload 6 /* switchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        70: .line 1711
            aload 18
            athrow
        71: .line 1710
      StackMap locals:
      StackMap stack:
            aload 6 /* switchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        72: .line 1712
            return
        end local 6 // com.sun.tools.javac.comp.Env switchEnv
        end local 5 // com.sun.tools.javac.code.Type seltype
        end local 4 // java.util.function.BiConsumer attribCase
        end local 3 // com.sun.tools.javac.util.List cases
        end local 2 // com.sun.tools.javac.tree.JCTree$JCExpression selector
        end local 1 // com.sun.tools.javac.tree.JCTree switchTree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   73     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   73     1    switchTree  Lcom/sun/tools/javac/tree/JCTree;
            0   73     2      selector  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            0   73     3         cases  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
            0   73     4    attribCase  Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;>;
            1   73     5       seltype  Lcom/sun/tools/javac/code/Type;
            3   73     6     switchEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            6   67     7    enumSwitch  Z
            7   67     8  stringSwitch  Z
           10   67     9        labels  Ljava/util/Set<Ljava/lang/Object;>;
           11   67    10    hasDefault  Z
           12   67    11      caseKind  Lcom/sun/source/tree/CaseTree$CaseKind;
           13   67    12      wasError  Z
           14   67    13             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
           16   65    14             c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
           27   50    15           pat  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           34   39    17           sym  Lcom/sun/tools/javac/code/Symbol;
           41   50    17       pattype  Lcom/sun/tools/javac/code/Type;
           58   65    15       caseEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
      Exception table:
        from    to  target  type
          58    60      60  any
           3    68      68  any
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;>;)V
    MethodParameters:
            Name  Flags
      switchTree  
      selector    
      cases       
      attribCase  

  private static void addVars(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCStatement>, com.sun.tools.javac.code.Scope$WriteableScope);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Scope$WriteableScope;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.List stats
        start local 1 // com.sun.tools.javac.code.Scope$WriteableScope switchScope
         0: .line 1716
            goto 5
         1: .line 1717
      StackMap locals:
      StackMap stack:
            aload 0 /* stats */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 2 /* stat */
        start local 2 // com.sun.tools.javac.tree.JCTree stat
         2: .line 1718
            aload 2 /* stat */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 4
         3: .line 1719
            aload 1 /* switchScope */
            aload 2 /* stat */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enter:(Lcom/sun/tools/javac/code/Symbol;)V
        end local 2 // com.sun.tools.javac.tree.JCTree stat
         4: .line 1716
      StackMap locals:
      StackMap stack:
            aload 0 /* stats */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 0 /* stats */
      StackMap locals:
      StackMap stack:
         5: aload 0 /* stats */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 1
         6: .line 1721
            return
        end local 1 // com.sun.tools.javac.code.Scope$WriteableScope switchScope
        end local 0 // com.sun.tools.javac.util.List stats
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0        stats  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;
            0    7     1  switchScope  Lcom/sun/tools/javac/code/Scope$WriteableScope;
            2    4     2         stat  Lcom/sun/tools/javac/tree/JCTree;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;Lcom/sun/tools/javac/code/Scope$WriteableScope;)V
    MethodParameters:
             Name  Flags
      stats        
      switchScope  

  private com.sun.tools.javac.code.Symbol enumConstant(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type enumType
         0: .line 1725
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 14
         1: .line 1726
            aload 1 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            astore 3 /* ident */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCIdent ident
         2: .line 1727
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            astore 4 /* name */
        start local 4 // com.sun.tools.javac.util.Name name
         3: .line 1728
            aload 2 /* enumType */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 4 /* name */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 13
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCIdent com.sun.tools.javac.util.Name top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 5 /* sym */
        start local 5 // com.sun.tools.javac.code.Symbol sym
         5: .line 1729
            aload 5 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 13
         6: .line 1730
            aload 3 /* ident */
            aload 5 /* sym */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            astore 7 /* s */
        start local 7 // com.sun.tools.javac.code.Symbol s
         7: .line 1731
            aload 7 /* s */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            pop
         8: .line 1732
            aload 3 /* ident */
            aload 7 /* s */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
         9: .line 1733
            aload 7 /* s */
            getfield com.sun.tools.javac.code.Symbol.flags_field:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifne 11
        10: .line 1734
            aconst_null
            goto 12
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCIdent com.sun.tools.javac.util.Name com.sun.tools.javac.code.Symbol java.util.Iterator com.sun.tools.javac.code.Symbol
      StackMap stack:
        11: aload 7 /* s */
        12: .line 1733
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol
            areturn
        end local 7 // com.sun.tools.javac.code.Symbol s
        end local 5 // com.sun.tools.javac.code.Symbol sym
        13: .line 1728
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCIdent com.sun.tools.javac.util.Name top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 4 // com.sun.tools.javac.util.Name name
        end local 3 // com.sun.tools.javac.tree.JCTree$JCIdent ident
        14: .line 1738
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.tools.javac.code.Type enumType
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   15     1      tree  Lcom/sun/tools/javac/tree/JCTree;
            0   15     2  enumType  Lcom/sun/tools/javac/code/Type;
            2   14     3     ident  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
            3   14     4      name  Lcom/sun/tools/javac/util/Name;
            5   13     5       sym  Lcom/sun/tools/javac/code/Symbol;
            7   13     7         s  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
          Name  Flags
      tree      
      enumType  

  public void visitSynchronized(com.sun.tools.javac.tree.JCTree$JCSynchronized);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCSynchronized;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSynchronized tree
         0: .line 1742
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCSynchronized.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.lock:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         1: .line 1743
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SYNCHRONIZATION:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 3
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.lock:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.isValueBased:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 3
         2: .line 1744
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SYNCHRONIZATION:Lcom/sun/tools/javac/code/Lint$LintCategory;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCSynchronized.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Warnings.AttemptToSynchronizeOnInstanceOfValueBasedClass:Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
         3: .line 1746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSynchronized.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         4: .line 1747
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         5: .line 1748
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSynchronized tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSynchronized;
    MethodParameters:
      Name  Flags
      tree  

  private boolean isValueBased(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 1751
            aload 1 /* t */
            ifnull 6
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            ifnull 6
         1: .line 1752
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.getDeclarationAttributes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 2 /* a */
        start local 2 // com.sun.tools.javac.code.Attribute$Compound a
         3: .line 1753
            aload 2 /* a */
            getfield com.sun.tools.javac.code.Attribute$Compound.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.valueBasedType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpne 5
         4: .line 1754
            iconst_1
            ireturn
        end local 2 // com.sun.tools.javac.code.Attribute$Compound a
         5: .line 1752
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 1758
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1     t  Lcom/sun/tools/javac/code/Type;
            3    5     2     a  Lcom/sun/tools/javac/code/Attribute$Compound;
    MethodParameters:
      Name  Flags
      t     

  public void visitTry(com.sun.tools.javac.tree.JCTree$JCTry);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
         0: .line 1764
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
         1: .line 1766
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.resources:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            istore 3 /* isTryWithResource */
        start local 3 // boolean isTryWithResource
         2: .line 1768
            iload 3 /* isTryWithResource */
            ifeq 4
         3: .line 1769
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            goto 5
         4: .line 1770
      StackMap locals: com.sun.tools.javac.comp.Env int
      StackMap stack:
            aload 2 /* localEnv */
         5: .line 1768
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Env
            astore 4 /* tryEnv */
        start local 4 // com.sun.tools.javac.comp.Env tryEnv
         6: .line 1773
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.resources:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 22
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 5 /* resource */
        start local 5 // com.sun.tools.javac.tree.JCTree resource
         8: .line 1774
            new com.sun.tools.javac.comp.Attr$5
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$5.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            astore 7 /* twrContext */
        start local 7 // com.sun.tools.javac.comp.Check$CheckContext twrContext
         9: .line 1781
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAR:Lcom/sun/tools/javac/code/Kinds$KindSelector;
        10: .line 1782
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.autoCloseableType:Lcom/sun/tools/javac/code/Type;
        11: .line 1783
            aload 7 /* twrContext */
        12: .line 1781
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
        13: .line 1780
            astore 8 /* twrResult */
        start local 8 // com.sun.tools.javac.comp.Attr$ResultInfo twrResult
        14: .line 1784
            aload 5 /* resource */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 21
        15: .line 1785
            aload 0 /* this */
            aload 5 /* resource */
            aload 4 /* tryEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        16: .line 1786
            aload 8 /* twrResult */
            aload 5 /* resource */
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.check:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        17: .line 1789
            aload 0 /* this */
            aload 5 /* resource */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* localEnv */
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAutoCloseable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)V
        18: .line 1791
            aload 5 /* resource */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            astore 9 /* var */
        start local 9 // com.sun.tools.javac.code.Symbol$VarSymbol var
        19: .line 1792
            aload 9 /* var */
            getstatic javax.lang.model.element.ElementKind.RESOURCE_VARIABLE:Ljavax/lang/model/element/ElementKind;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.setData:(Ljava/lang/Object;)V
        end local 9 // com.sun.tools.javac.code.Symbol$VarSymbol var
        20: .line 1793
            goto 22
        21: .line 1794
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree java.util.Iterator com.sun.tools.javac.comp.Check$CheckContext com.sun.tools.javac.comp.Attr$ResultInfo
      StackMap stack:
            aload 0 /* this */
            aload 5 /* resource */
            aload 4 /* tryEnv */
            aload 8 /* twrResult */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 8 // com.sun.tools.javac.comp.Attr$ResultInfo twrResult
        end local 7 // com.sun.tools.javac.comp.Check$CheckContext twrContext
        end local 5 // com.sun.tools.javac.tree.JCTree resource
        22: .line 1773
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        23: .line 1798
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 4 /* tryEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        24: .line 1799
            goto 29
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        25: astore 10
        26: .line 1800
            iload 3 /* isTryWithResource */
            ifeq 28
        27: .line 1801
            aload 4 /* tryEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        28: .line 1802
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env top top top top top java.lang.Throwable
      StackMap stack:
            aload 10
            athrow
        29: .line 1800
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env
      StackMap stack:
            iload 3 /* isTryWithResource */
            ifeq 31
        30: .line 1801
            aload 4 /* tryEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        31: .line 1805
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.catchers:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
        32: goto 52
        33: .line 1806
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            astore 6 /* c */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCCatch c
        34: .line 1808
            aload 2 /* localEnv */
            aload 6 /* c */
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
        35: .line 1807
            astore 7 /* catchEnv */
        start local 7 // com.sun.tools.javac.comp.Env catchEnv
        36: .line 1810
            aload 0 /* this */
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 7 /* catchEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* ctype */
        start local 8 // com.sun.tools.javac.code.Type ctype
        37: .line 1811
            aload 6 /* c */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isMultiCatch:(Lcom/sun/tools/javac/tree/JCTree$JCCatch;)Z
            ifeq 39
        38: .line 1813
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            dup
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.flags_field:J
            ldc 549755813904
            lor
            putfield com.sun.tools.javac.code.Symbol$VarSymbol.flags_field:J
        39: .line 1815
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCCatch com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type
      StackMap stack:
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 41
        40: .line 1816
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getstatic javax.lang.model.element.ElementKind.EXCEPTION_PARAMETER:Ljavax/lang/model/element/ElementKind;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.setData:(Ljava/lang/Object;)V
        41: .line 1818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        42: .line 1819
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 8 /* ctype */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
        43: .line 1820
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
        44: .line 1818
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        45: .line 1821
            aload 0 /* this */
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 7 /* catchEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 8 // com.sun.tools.javac.code.Type ctype
        46: .line 1822
            goto 50
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env int com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCatch com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        47: astore 9
        48: .line 1823
            aload 7 /* catchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        49: .line 1824
            aload 9
            athrow
        50: .line 1823
      StackMap locals:
      StackMap stack:
            aload 7 /* catchEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        end local 7 // com.sun.tools.javac.comp.Env catchEnv
        end local 6 // com.sun.tools.javac.tree.JCTree$JCCatch c
        51: .line 1805
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        52: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 33
        end local 5 // com.sun.tools.javac.util.List l
        53: .line 1828
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 54
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        54: .line 1829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 4 // com.sun.tools.javac.comp.Env tryEnv
        end local 3 // boolean isTryWithResource
        55: .line 1830
            goto 59
        56: .line 1831
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
            astore 11
        57: .line 1832
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        58: .line 1833
            aload 11
            athrow
        59: .line 1832
      StackMap locals:
      StackMap stack:
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        60: .line 1834
            return
        end local 2 // com.sun.tools.javac.comp.Env localEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   61     0               this  Lcom/sun/tools/javac/comp/Attr;
            0   61     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCTry;
            1   61     2           localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2   55     3  isTryWithResource  Z
            6   55     4             tryEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            8   22     5           resource  Lcom/sun/tools/javac/tree/JCTree;
            9   22     7         twrContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
           14   22     8          twrResult  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           19   20     9                var  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           32   53     5                  l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCatch;>;
           34   51     6                  c  Lcom/sun/tools/javac/tree/JCTree$JCCatch;
           36   51     7           catchEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           37   46     8              ctype  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
           6    25      25  any
          36    47      47  any
           1    56      56  any
    MethodParameters:
      Name  Flags
      tree  

  void checkAutoCloseable(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Type resource
         0: .line 1837
            aload 3 /* resource */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 22
         1: .line 1838
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* resource */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.autoCloseableType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Types.asSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            ifnull 22
         2: .line 1839
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* resource */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.autoCloseableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 22
         3: .line 1840
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noSymbol:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            astore 4 /* close */
        start local 4 // com.sun.tools.javac.code.Symbol close
         4: .line 1841
            new com.sun.tools.javac.util.Log$DiscardDiagnosticHandler
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            invokespecial com.sun.tools.javac.util.Log$DiscardDiagnosticHandler.<init>:(Lcom/sun/tools/javac/util/Log;)V
            astore 5 /* discardHandler */
        start local 5 // com.sun.tools.javac.util.Log$DiagnosticHandler discardHandler
         5: .line 1843
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* pos */
         6: .line 1844
            aload 2 /* env */
         7: .line 1845
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* resource */
            iconst_0
            invokevirtual com.sun.tools.javac.code.Types.skipTypeVars:(Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
         8: .line 1846
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.close:Lcom/sun/tools/javac/util/Name;
         9: .line 1847
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        10: .line 1848
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        11: .line 1843
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveQualifiedMethod:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            astore 4 /* close */
        12: .line 1849
            goto 16
        13: .line 1850
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.util.Log$DiagnosticHandler
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 1851
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* discardHandler */
            invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
        15: .line 1852
            aload 6
            athrow
        16: .line 1851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 5 /* discardHandler */
            invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
        17: .line 1853
            aload 4 /* close */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 22
        18: .line 1854
            aload 4 /* close */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.autoCloseableClose:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            aload 3 /* resource */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            iconst_1
            invokevirtual com.sun.tools.javac.code.Symbol.overrides:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;Z)Z
            ifeq 22
        19: .line 1855
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.interruptedExceptionType:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* resource */
            aload 4 /* close */
            invokevirtual com.sun.tools.javac.code.Types.memberType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.isHandled:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Z
            ifeq 22
        20: .line 1856
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.TRY:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 22
        21: .line 1857
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.TRY:Lcom/sun/tools/javac/code/Lint$LintCategory;
            aload 1 /* pos */
            aload 3 /* resource */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.TryResourceThrowsInterruptedExc:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        end local 5 // com.sun.tools.javac.util.Log$DiagnosticHandler discardHandler
        end local 4 // com.sun.tools.javac.code.Symbol close
        22: .line 1860
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Type resource
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Lcom/sun/tools/javac/comp/Attr;
            0   23     1             pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0   23     2             env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   23     3        resource  Lcom/sun/tools/javac/code/Type;
            4   22     4           close  Lcom/sun/tools/javac/code/Symbol;
            5   22     5  discardHandler  Lcom/sun/tools/javac/util/Log$DiagnosticHandler;
      Exception table:
        from    to  target  type
           5    13      13  any
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Type;)V
    MethodParameters:
          Name  Flags
      pos       
      env       
      resource  

  public void visitConditional(com.sun.tools.javac.tree.JCTree$JCConditional);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCConditional;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCConditional tree
         0: .line 1863
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* condtype */
        start local 2 // com.sun.tools.javac.code.Type condtype
         1: .line 1864
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 3 /* condBindings */
        start local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         2: .line 1866
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 5
         3: .line 1867
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 4
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 4
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Infer.anyPoly:Lcom/sun/tools/javac/code/Type;
            if_acmpne 5
         4: .line 1868
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCConditional
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr.isBooleanOrNumeric:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
            ifeq 6
         5: .line 1869
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCConditional
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCConditional
         6: getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.POLY:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
         7: .line 1866
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind
            putfield com.sun.tools.javac.tree.JCTree$JCConditional.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
         8: .line 1871
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.POLY:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 12
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 12
         9: .line 1873
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.ConditionalTargetCantBeVoid:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        10: .line 1874
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCConditional.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        11: .line 1875
            return
        12: .line 1878
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 14
        13: .line 1879
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 15
        14: .line 1880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.conditionalContext:(Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        15: .line 1878
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo
            astore 4 /* condInfo */
        start local 4 // com.sun.tools.javac.comp.Attr$ResultInfo condInfo
        16: .line 1888
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 3 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 6 /* trueEnv */
        start local 6 // com.sun.tools.javac.comp.Env trueEnv
        17: .line 1890
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.truepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 6 /* trueEnv */
            aload 4 /* condInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* truetype */
        start local 5 // com.sun.tools.javac.code.Type truetype
        18: .line 1891
            goto 22
        end local 5 // com.sun.tools.javac.code.Type truetype
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo top com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        19: astore 7
        20: .line 1892
            aload 6 /* trueEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        21: .line 1893
            aload 7
            athrow
        start local 5 // com.sun.tools.javac.code.Type truetype
        22: .line 1892
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 6 /* trueEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        23: .line 1895
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 7 /* trueBindings */
        start local 7 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings trueBindings
        24: .line 1898
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 3 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 9 /* falseEnv */
        start local 9 // com.sun.tools.javac.comp.Env falseEnv
        25: .line 1900
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.falsepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 9 /* falseEnv */
            aload 4 /* condInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* falsetype */
        start local 8 // com.sun.tools.javac.code.Type falsetype
        26: .line 1901
            goto 30
        end local 8 // com.sun.tools.javac.code.Type falsetype
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings top com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        27: astore 10
        28: .line 1902
            aload 9 /* falseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        29: .line 1903
            aload 10
            athrow
        start local 8 // com.sun.tools.javac.code.Type falsetype
        30: .line 1902
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 9 /* falseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        31: .line 1905
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 10 /* falseBindings */
        start local 10 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings falseBindings
        32: .line 1907
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.polyKind:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            if_acmpne 37
        33: .line 1908
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.truepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.falsepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        34: .line 1909
            aload 5 /* truetype */
            aload 8 /* falsetype */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        35: .line 1908
            invokevirtual com.sun.tools.javac.comp.Attr.condType:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
        36: .line 1909
            goto 38
      StackMap locals: com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack:
        37: aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
        38: .line 1907
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 11 /* owntype */
        start local 11 // com.sun.tools.javac.code.Type owntype
        39: .line 1910
            aload 2 /* condtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        40: .line 1911
            aload 5 /* truetype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        41: .line 1912
            aload 8 /* falsetype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        42: .line 1913
            aload 11 /* owntype */
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 46
        43: .line 1915
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            aload 2 /* condtype */
            invokevirtual com.sun.tools.javac.code.Type.isTrue:()Z
            ifeq 44
            aload 5 /* truetype */
            goto 45
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.comp.ConstFold
        44: aload 8 /* falsetype */
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCConditional com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.code.Type
      StackMap stack: com.sun.tools.javac.comp.ConstFold com.sun.tools.javac.code.Type
        45: aload 11 /* owntype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 11 /* owntype */
        46: .line 1917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 11 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        47: .line 1918
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindingsComputer:Lcom/sun/tools/javac/comp/MatchBindingsComputer;
            aload 1 /* tree */
            aload 3 /* condBindings */
            aload 7 /* trueBindings */
            aload 10 /* falseBindings */
            invokevirtual com.sun.tools.javac.comp.MatchBindingsComputer.conditional:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;)Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        48: .line 1919
            return
        end local 11 // com.sun.tools.javac.code.Type owntype
        end local 10 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings falseBindings
        end local 9 // com.sun.tools.javac.comp.Env falseEnv
        end local 8 // com.sun.tools.javac.code.Type falsetype
        end local 7 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings trueBindings
        end local 6 // com.sun.tools.javac.comp.Env trueEnv
        end local 5 // com.sun.tools.javac.code.Type truetype
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo condInfo
        end local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
        end local 2 // com.sun.tools.javac.code.Type condtype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCConditional tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   49     0           this  Lcom/sun/tools/javac/comp/Attr;
            0   49     1           tree  Lcom/sun/tools/javac/tree/JCTree$JCConditional;
            1   49     2       condtype  Lcom/sun/tools/javac/code/Type;
            2   49     3   condBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
           16   49     4       condInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           18   19     5       truetype  Lcom/sun/tools/javac/code/Type;
           22   49     5       truetype  Lcom/sun/tools/javac/code/Type;
           17   49     6        trueEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           24   49     7   trueBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
           26   27     8      falsetype  Lcom/sun/tools/javac/code/Type;
           30   49     8      falsetype  Lcom/sun/tools/javac/code/Type;
           25   49     9       falseEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           32   49    10  falseBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
           39   49    11        owntype  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
          17    19      19  any
          25    27      27  any
    MethodParameters:
      Name  Flags
      tree  

  private boolean isBooleanOrNumeric(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCExpression);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.JCTree$JCExpression tree
         0: .line 1922
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 2 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            lookupswitch { // 7
                   21: 8
                   30: 13
                   31: 25
                   33: 6
                   34: 7
                   41: 6
                   43: 1
              default: 33
          }
         1: .line 1923
      StackMap locals:
      StackMap stack:
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCLiteral
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.typetag:Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.isSubRangeOf:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 5
         2: .line 1924
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCLiteral
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.typetag:Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpeq 5
         3: .line 1925
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCLiteral
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.typetag:Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpeq 5
         4: .line 1923
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
         6: .line 1926
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 1927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCParens
            getfield com.sun.tools.javac.tree.JCTree$JCParens.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Attr.isBooleanOrNumeric:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
            ireturn
         8: .line 1929
      StackMap locals:
      StackMap stack:
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCConditional
            astore 3 /* condTree */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCConditional condTree
         9: .line 1930
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* condTree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.truepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Attr.isBooleanOrNumeric:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
            ifeq 12
        10: .line 1931
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* condTree */
            getfield com.sun.tools.javac.tree.JCTree$JCConditional.falsepart:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Attr.isBooleanOrNumeric:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
            ifeq 12
        11: .line 1930
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCConditional
      StackMap stack:
        12: iconst_0
            ireturn
        end local 3 // com.sun.tools.javac.tree.JCTree$JCConditional condTree
        13: .line 1934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
        14: .line 1935
            aload 2 /* tree */
            aload 1 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        15: .line 1936
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
        16: .line 1934
            invokevirtual com.sun.tools.javac.comp.DeferredAttr.attribSpeculative:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodInvocation
        17: .line 1933
            astore 4 /* speculativeMethodTree */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation speculativeMethodTree
        18: .line 1937
            aload 4 /* speculativeMethodTree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 5 /* msym */
        start local 5 // com.sun.tools.javac.code.Symbol msym
        19: .line 1938
            aload 4 /* speculativeMethodTree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 21
        20: .line 1939
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            goto 22
        21: .line 1940
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCExpression top com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 4 /* speculativeMethodTree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
        22: .line 1938
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 6 /* receiverType */
        start local 6 // com.sun.tools.javac.code.Type receiverType
        23: .line 1941
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* receiverType */
            aload 5 /* msym */
            invokevirtual com.sun.tools.javac.code.Types.memberType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
        24: .line 1942
            aload 0 /* this */
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.primitiveOrBoxed:(Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 7 // com.sun.tools.javac.code.Type owntype
        end local 6 // com.sun.tools.javac.code.Type receiverType
        end local 5 // com.sun.tools.javac.code.Symbol msym
        end local 4 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation speculativeMethodTree
        25: .line 1945
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCExpression
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.removeClassParams:Lcom/sun/tools/javac/tree/TreeTranslator;
            aload 2 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCNewClass
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.TreeTranslator.translate:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
        26: .line 1944
            astore 8 /* className */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCExpression className
        27: .line 1947
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
        28: .line 1948
            aload 8 /* className */
            aload 1 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownTypeInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        29: .line 1949
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
        30: .line 1947
            invokevirtual com.sun.tools.javac.comp.DeferredAttr.attribSpeculative:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
        31: .line 1946
            astore 9 /* speculativeNewClassTree */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCExpression speculativeNewClassTree
        32: .line 1950
            aload 0 /* this */
            aload 9 /* speculativeNewClassTree */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.primitiveOrBoxed:(Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 9 // com.sun.tools.javac.tree.JCTree$JCExpression speculativeNewClassTree
        end local 8 // com.sun.tools.javac.tree.JCTree$JCExpression className
        33: .line 1952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
            aload 2 /* tree */
            aload 1 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        34: .line 1953
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
            invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
        35: .line 1952
            invokevirtual com.sun.tools.javac.comp.DeferredAttr.attribSpeculative:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)Lcom/sun/tools/javac/tree/JCTree;
        36: .line 1953
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
        37: .line 1952
            astore 10 /* speculativeType */
        start local 10 // com.sun.tools.javac.code.Type speculativeType
        38: .line 1954
            aload 0 /* this */
            aload 10 /* speculativeType */
            invokevirtual com.sun.tools.javac.comp.Attr.primitiveOrBoxed:(Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 10 // com.sun.tools.javac.code.Type speculativeType
        end local 2 // com.sun.tools.javac.tree.JCTree$JCExpression tree
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   39     0                     this  Lcom/sun/tools/javac/comp/Attr;
            0   39     1                      env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   39     2                     tree  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            9   13     3                 condTree  Lcom/sun/tools/javac/tree/JCTree$JCConditional;
           18   25     4    speculativeMethodTree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
           19   25     5                     msym  Lcom/sun/tools/javac/code/Symbol;
           23   25     6             receiverType  Lcom/sun/tools/javac/code/Type;
           24   25     7                  owntype  Lcom/sun/tools/javac/code/Type;
           27   33     8                className  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           32   33     9  speculativeNewClassTree  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           38   39    10          speculativeType  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
    MethodParameters:
      Name  Flags
      env   
      tree  

  boolean primitiveOrBoxed(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 1959
            aload 1 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.unboxedTypeOrType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isPrimitive:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1     t  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      t     

  com.sun.tools.javac.comp.Check$CheckContext conditionalContext(com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Check$CheckContext checkContext
         0: .line 1970
            new com.sun.tools.javac.comp.Attr$6
            dup
            aload 0 /* this */
            aload 1 /* checkContext */
            invokespecial com.sun.tools.javac.comp.Attr$6.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            areturn
        end local 1 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
    MethodParameters:
              Name  Flags
      checkContext  

  com.sun.tools.javac.code.Type condType(com.sun.tools.javac.util.List<com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List positions
        start local 2 // com.sun.tools.javac.util.List condTypes
         0: .line 1992
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 2
         1: .line 1993
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            areturn
         2: .line 1995
      StackMap locals:
      StackMap stack:
            aload 2 /* condTypes */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 3 /* first */
        start local 3 // com.sun.tools.javac.code.Type first
         3: .line 1997
            aload 2 /* condTypes */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 3 /* first */
            invokedynamic test(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$15(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (7)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.allMatch:(Ljava/util/function/Predicate;)Z
            ifeq 5
         4: .line 1998
            aload 3 /* first */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            areturn
         5: .line 2000
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
         6: .line 2001
            aload 0 /* this */
            invokedynamic apply(Lcom/sun/tools/javac/comp/Attr;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$16(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (7)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         7: .line 2002
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
         8: .line 2000
            astore 4 /* unboxedTypes */
        start local 4 // com.sun.tools.javac.util.List unboxedTypes
         9: .line 2008
            aload 4 /* unboxedTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$17(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.allMatch:(Ljava/util/function/Predicate;)Z
            ifeq 24
        10: .line 2012
            aload 4 /* unboxedTypes */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 16
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        11: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 5 /* type */
        start local 5 // com.sun.tools.javac.code.Type type
        12: .line 2013
            aload 5 /* type */
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.isStrictSubRangeOf:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 14
        13: .line 2014
            goto 16
        14: .line 2016
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.code.Type java.util.Iterator
      StackMap stack:
            aload 4 /* unboxedTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            aload 5 /* type */
            invokedynamic test(Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$18(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 5 /* type */
            invokedynamic test(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$19(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (7)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.allMatch:(Ljava/util/function/Predicate;)Z
            ifeq 16
        15: .line 2017
            aload 5 /* type */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            areturn
        end local 5 // com.sun.tools.javac.code.Type type
        16: .line 2012
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        17: .line 2020
            getstatic com.sun.tools.javac.comp.Attr.primitiveTags:[Lcom/sun/tools/javac/code/TypeTag;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 23
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List top int int com.sun.tools.javac.code.TypeTag[]
      StackMap stack:
        18: aload 8
            iload 6
            aaload
            astore 5 /* tag */
        start local 5 // com.sun.tools.javac.code.TypeTag tag
        19: .line 2021
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.typeOfTag:[Lcom/sun/tools/javac/code/Type;
            aload 5 /* tag */
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            aaload
            astore 9 /* candidate */
        start local 9 // com.sun.tools.javac.code.Type candidate
        20: .line 2022
            aload 4 /* unboxedTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 9 /* candidate */
            invokedynamic test(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$20(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (7)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.allMatch:(Ljava/util/function/Predicate;)Z
            ifeq 22
        21: .line 2023
            aload 9 /* candidate */
            areturn
        end local 9 // com.sun.tools.javac.code.Type candidate
        end local 5 // com.sun.tools.javac.code.TypeTag tag
        22: .line 2020
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        23: iload 6
            iload 7
            if_icmplt 18
        24: .line 2029
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List
      StackMap stack:
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        25: .line 2030
            aload 0 /* this */
            invokedynamic apply(Lcom/sun/tools/javac/comp/Attr;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$21(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (7)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
        26: .line 2031
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
        27: .line 2029
            astore 2 /* condTypes */
        28: .line 2033
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 32
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        29: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 5 /* type */
        start local 5 // com.sun.tools.javac.code.Type type
        30: .line 2034
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
            aload 5 /* type */
            invokedynamic test(Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$22(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 5 /* type */
            invokedynamic test(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$23(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z (7)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.allMatch:(Ljava/util/function/Predicate;)Z
            ifeq 32
        31: .line 2035
            aload 5 /* type */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            areturn
        end local 5 // com.sun.tools.javac.code.Type type
        32: .line 2033
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        33: .line 2038
            aload 1 /* positions */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* posIt */
        start local 5 // java.util.Iterator posIt
        34: .line 2040
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        35: .line 2041
            aload 0 /* this */
            aload 5 /* posIt */
            invokedynamic apply(Lcom/sun/tools/javac/comp/Attr;Ljava/util/Iterator;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$24(Ljava/util/Iterator;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (7)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
        36: .line 2042
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
        37: .line 2040
            astore 2 /* condTypes */
        38: .line 2047
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        39: .line 2048
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$25(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (6)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
        40: .line 2049
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$26(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        41: .line 2050
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
        42: .line 2047
            invokevirtual com.sun.tools.javac.code.Types.lub:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 5 // java.util.Iterator posIt
        end local 4 // com.sun.tools.javac.util.List unboxedTypes
        end local 3 // com.sun.tools.javac.code.Type first
        end local 2 // com.sun.tools.javac.util.List condTypes
        end local 1 // com.sun.tools.javac.util.List positions
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   43     1     positions  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;
            0   43     2     condTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3   43     3         first  Lcom/sun/tools/javac/code/Type;
            9   43     4  unboxedTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           12   16     5          type  Lcom/sun/tools/javac/code/Type;
           19   22     5           tag  Lcom/sun/tools/javac/code/TypeTag;
           20   22     9     candidate  Lcom/sun/tools/javac/code/Type;
           30   32     5          type  Lcom/sun/tools/javac/code/Type;
           34   43     5         posIt  Ljava/util/Iterator<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
           Name  Flags
      positions  
      condTypes  

  com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> bindingEnv(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Symbol$BindingSymbol>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.util.List bindings
         0: .line 2065
            aload 1 /* env */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* env1 */
        start local 3 // com.sun.tools.javac.comp.Env env1
         1: .line 2066
            aload 2 /* bindings */
            aload 3 /* env1 */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Scope$WriteableScope.enter(Lcom/sun/tools/javac/code/Symbol;)V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
         2: .line 2067
            aload 3 /* env1 */
            areturn
        end local 3 // com.sun.tools.javac.comp.Env env1
        end local 2 // com.sun.tools.javac.util.List bindings
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1       env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    3     2  bindings  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;
            1    3     3      env1  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
          Name  Flags
      env       
      bindings  

  public void visitIf(com.sun.tools.javac.tree.JCTree$JCIf);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCIf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
         0: .line 2071
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         1: .line 2077
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 2 /* condBindings */
        start local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
         2: .line 2078
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* thenEnv */
        start local 3 // com.sun.tools.javac.comp.Env thenEnv
         3: .line 2081
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.thenpart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 3 /* thenEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         4: .line 2082
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCIf com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
         5: astore 4
         6: .line 2083
            aload 3 /* thenEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
         7: .line 2084
            aload 4
            athrow
         8: .line 2083
      StackMap locals:
      StackMap stack:
            aload 3 /* thenEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
         9: .line 2086
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.thenpart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 2087
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.thenpart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.comp.Flow.aliveAfter:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)Z
            istore 4 /* aliveAfterThen */
        start local 4 // boolean aliveAfterThen
        11: .line 2090
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 22
        12: .line 2091
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 6 /* elseEnv */
        start local 6 // com.sun.tools.javac.comp.Env elseEnv
        13: .line 2093
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 6 /* elseEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        14: .line 2094
            goto 18
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCIf com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Env int top com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        15: astore 7
        16: .line 2095
            aload 6 /* elseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        17: .line 2096
            aload 7
            athrow
        18: .line 2095
      StackMap locals:
      StackMap stack:
            aload 6 /* elseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        19: .line 2097
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree;)V
        20: .line 2098
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.comp.Flow.aliveAfter:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)Z
            istore 5 /* aliveAfterElse */
        end local 6 // com.sun.tools.javac.comp.Env elseEnv
        start local 5 // boolean aliveAfterElse
        21: .line 2099
            goto 23
        end local 5 // boolean aliveAfterElse
        22: .line 2100
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCIf com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.comp.Env int
      StackMap stack:
            iconst_1
            istore 5 /* aliveAfterElse */
        start local 5 // boolean aliveAfterElse
        23: .line 2103
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkEmptyIf:(Lcom/sun/tools/javac/tree/JCTree$JCIf;)V
        24: .line 2105
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 6 /* afterIfBindings */
        start local 6 // com.sun.tools.javac.util.List afterIfBindings
        25: .line 2107
            iload 4 /* aliveAfterThen */
            ifeq 28
            iload 5 /* aliveAfterElse */
            ifne 28
        26: .line 2108
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            astore 6 /* afterIfBindings */
        27: .line 2109
            goto 30
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
        28: iload 5 /* aliveAfterElse */
            ifeq 30
            iload 4 /* aliveAfterThen */
            ifne 30
        29: .line 2110
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            astore 6 /* afterIfBindings */
        30: .line 2113
      StackMap locals:
      StackMap stack:
            aload 6 /* afterIfBindings */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Scope$WriteableScope.enter(Lcom/sun/tools/javac/code/Symbol;)V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        31: .line 2114
            aload 6 /* afterIfBindings */
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/code/Symbol$BindingSymbol.preserveBinding()V (5)
                  (Lcom/sun/tools/javac/code/Symbol$BindingSymbol;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
        32: .line 2116
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        33: .line 2117
            return
        end local 6 // com.sun.tools.javac.util.List afterIfBindings
        end local 5 // boolean aliveAfterElse
        end local 4 // boolean aliveAfterThen
        end local 3 // com.sun.tools.javac.comp.Env thenEnv
        end local 2 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings condBindings
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   34     0             this  Lcom/sun/tools/javac/comp/Attr;
            0   34     1             tree  Lcom/sun/tools/javac/tree/JCTree$JCIf;
            2   34     2     condBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            3   34     3          thenEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           11   34     4   aliveAfterThen  Z
           21   22     5   aliveAfterElse  Z
           23   34     5   aliveAfterElse  Z
           13   21     6          elseEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           25   34     6  afterIfBindings  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;
      Exception table:
        from    to  target  type
           3     5       5  any
          13    15      15  any
    MethodParameters:
      Name  Flags
      tree  

  void preFlow(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 2120
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
            invokevirtual com.sun.tools.javac.comp.AttrRecover.doRecovery:()V
         1: .line 2121
            new com.sun.tools.javac.comp.Attr$7
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$7.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Attr;)V
         2: .line 2152
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$7.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 2153
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void visitExec(com.sun.tools.javac.tree.JCTree$JCExpressionStatement);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExpressionStatement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpressionStatement tree
         0: .line 2158
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
         1: .line 2159
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCExpressionStatement.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         2: .line 2160
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         3: .line 2161
            return
        end local 2 // com.sun.tools.javac.comp.Env localEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpressionStatement tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCExpressionStatement;
            1    4     2  localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      tree  

  public void visitBreak(com.sun.tools.javac.tree.JCTree$JCBreak);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBreak;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
         0: .line 2164
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBreak.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBreak.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBreak.label:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.findJumpTarget:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/tree/JCTree;
            putfield com.sun.tools.javac.tree.JCTree$JCBreak.target:Lcom/sun/tools/javac/tree/JCTree;
         1: .line 2165
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 2166
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCBreak;
    MethodParameters:
      Name  Flags
      tree  

  public void visitYield(com.sun.tools.javac.tree.JCTree$JCYield);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCYield;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
         0: .line 2169
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.yieldResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            ifnull 4
         1: .line 2170
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCYield.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.yieldResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
         2: .line 2171
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCYield.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCYield.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.findJumpTarget:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/tree/JCTree;
            putfield com.sun.tools.javac.tree.JCTree$JCYield.target:Lcom/sun/tools/javac/tree/JCTree;
         3: .line 2172
            goto 9
         4: .line 2173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCYield.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCYield.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 6
         5: .line 2174
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoSwitchExpressionQualify:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            goto 7
         6: .line 2175
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCYield
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoSwitchExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
         7: .line 2173
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCYield
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Error
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         8: .line 2176
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCYield.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
         9: .line 2178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        10: .line 2179
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCYield;
    MethodParameters:
      Name  Flags
      tree  

  public void visitContinue(com.sun.tools.javac.tree.JCTree$JCContinue);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCContinue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
         0: .line 2182
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCContinue.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCContinue.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCContinue.label:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.findJumpTarget:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/tree/JCTree;
            putfield com.sun.tools.javac.tree.JCTree$JCContinue.target:Lcom/sun/tools/javac/tree/JCTree;
         1: .line 2183
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 2184
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCContinue;
    MethodParameters:
      Name  Flags
      tree  

  private com.sun.tools.javac.tree.JCTree findJumpTarget(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.tree.JCTree$Tag, com.sun.tools.javac.util.Name, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        start local 3 // com.sun.tools.javac.util.Name label
        start local 4 // com.sun.tools.javac.comp.Env env
         0: .line 2203
            aload 0 /* this */
            aload 2 /* tag */
            aload 3 /* label */
            aload 4 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.findJumpTargetNoError:(Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/Pair;
            astore 5 /* jumpTarget */
        start local 5 // com.sun.tools.javac.util.Pair jumpTarget
         1: .line 2205
            aload 5 /* jumpTarget */
            getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
            ifnull 3
         2: .line 2206
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 5 /* jumpTarget */
            getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.JCDiagnostic$Error
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         3: .line 2209
      StackMap locals: com.sun.tools.javac.util.Pair
      StackMap stack:
            aload 5 /* jumpTarget */
            getfield com.sun.tools.javac.util.Pair.fst:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            areturn
        end local 5 // com.sun.tools.javac.util.Pair jumpTarget
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.util.Name label
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1         pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    4     2         tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
            0    4     3       label  Lcom/sun/tools/javac/util/Name;
            0    4     4         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    4     5  jumpTarget  Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/JCDiagnostic$Error;>;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
       Name  Flags
      pos    
      tag    
      label  
      env    

  private com.sun.tools.javac.util.Pair<com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.JCDiagnostic$Error> findJumpTargetNoError(com.sun.tools.javac.tree.JCTree$Tag, com.sun.tools.javac.util.Name, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/Pair;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$Tag tag
        start local 2 // com.sun.tools.javac.util.Name label
        start local 3 // com.sun.tools.javac.comp.Env env
         0: .line 2227
            aload 3 /* env */
            astore 4 /* env1 */
        start local 4 // com.sun.tools.javac.comp.Env env1
         1: .line 2228
            aconst_null
            astore 5 /* pendingError */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic$Error pendingError
         2: .line 2230
            goto 25
         3: .line 2231
      StackMap locals: com.sun.tools.javac.comp.Env com.sun.tools.javac.util.JCDiagnostic$Error
      StackMap stack:
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            lookupswitch { // 10
                    5: 23
                    6: 23
                   10: 14
                   11: 14
                   12: 14
                   13: 14
                   14: 4
                   15: 15
                   17: 16
                   33: 23
              default: 24
          }
         4: .line 2233
      StackMap locals:
      StackMap stack:
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCLabeledStatement
            astore 6 /* labelled */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement labelled
         5: .line 2234
            aload 2 /* label */
            aload 6 /* labelled */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.label:Lcom/sun/tools/javac/util/Name;
            if_acmpne 24
         6: .line 2236
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 13
         7: .line 2237
            aload 6 /* labelled */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DOLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 12
         8: .line 2238
            aload 6 /* labelled */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.WHILELOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 12
         9: .line 2239
            aload 6 /* labelled */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FORLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 12
        10: .line 2240
            aload 6 /* labelled */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FOREACHLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 12
        11: .line 2241
            aload 2 /* label */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.NotLoopLabel:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            astore 5 /* pendingError */
        12: .line 2245
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCLabeledStatement
      StackMap stack:
            aload 6 /* labelled */
            invokestatic com.sun.tools.javac.tree.TreeInfo.referencedStatement:(Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;)Lcom/sun/tools/javac/tree/JCTree;
            aload 5 /* pendingError */
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        13: .line 2247
      StackMap locals:
      StackMap stack:
            aload 6 /* labelled */
            aload 5 /* pendingError */
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        end local 6 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement labelled
        14: .line 2255
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            ifnonnull 24
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 5 /* pendingError */
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        15: .line 2258
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            ifnonnull 24
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BREAK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 24
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aconst_null
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        16: .line 2261
      StackMap locals:
      StackMap stack:
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.YIELD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 18
        17: .line 2262
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aconst_null
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        18: .line 2263
      StackMap locals:
      StackMap stack:
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BREAK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 21
        19: .line 2264
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.BreakOutsideSwitchExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            astore 5 /* pendingError */
        20: .line 2265
            goto 24
        21: .line 2266
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ContinueOutsideSwitchExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            astore 5 /* pendingError */
        22: .line 2268
            goto 24
        23: .line 2272
      StackMap locals:
      StackMap stack:
            goto 26
        24: .line 2275
      StackMap locals:
      StackMap stack:
            aload 4 /* env1 */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 4 /* env1 */
        25: .line 2230
      StackMap locals:
      StackMap stack:
            aload 4 /* env1 */
            ifnonnull 3
        26: .line 2277
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            ifnull 28
        27: .line 2278
            aconst_null
            aload 2 /* label */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UndefLabel:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        28: .line 2279
      StackMap locals:
      StackMap stack:
            aload 5 /* pendingError */
            ifnull 30
        29: .line 2280
            aconst_null
            aload 5 /* pendingError */
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        30: .line 2281
      StackMap locals:
      StackMap stack:
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 32
        31: .line 2282
            aconst_null
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ContOutsideLoop:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        32: .line 2284
      StackMap locals:
      StackMap stack:
            aconst_null
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.BreakOutsideSwitchLoop:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokestatic com.sun.tools.javac.util.Pair.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/Pair;
            areturn
        end local 5 // com.sun.tools.javac.util.JCDiagnostic$Error pendingError
        end local 4 // com.sun.tools.javac.comp.Env env1
        end local 3 // com.sun.tools.javac.comp.Env env
        end local 2 // com.sun.tools.javac.util.Name label
        end local 1 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   33     1           tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
            0   33     2         label  Lcom/sun/tools/javac/util/Name;
            0   33     3           env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1   33     4          env1  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2   33     5  pendingError  Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            5   14     6      labelled  Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/JCDiagnostic$Error;>;
    MethodParameters:
       Name  Flags
      tag    
      label  
      env    

  public void visitReturn(com.sun.tools.javac.tree.JCTree$JCReturn);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCReturn;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
         0: .line 2290
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            ifnonnull 3
         1: .line 2291
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCReturn.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.RetOutsideMeth:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         2: .line 2292
            goto 26
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.yieldResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            ifnull 6
         4: .line 2293
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCReturn.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ReturnOutsideSwitchExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         5: .line 2294
            goto 26
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isLambda:Z
            ifne 14
         7: .line 2295
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isNewClass:Z
            ifne 14
         8: .line 2296
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            ifnull 14
         9: .line 2297
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 14
        10: .line 2298
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
        11: .line 2299
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Compact:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalCantHaveReturnStatement:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        12: .line 2298
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        13: .line 2300
            goto 26
        14: .line 2303
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 21
        15: .line 2304
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 19
        16: .line 2305
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        17: .line 2306
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.UnexpectedRetVal:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
        18: .line 2305
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        19: .line 2308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        20: .line 2309
            goto 26
      StackMap locals:
      StackMap stack:
        21: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 26
        22: .line 2310
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 26
        23: .line 2311
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCReturn.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        24: .line 2312
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MissingRetVal:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
        25: .line 2311
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        26: .line 2315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        27: .line 2316
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   28     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCReturn;
    MethodParameters:
      Name  Flags
      tree  

  public void visitThrow(com.sun.tools.javac.tree.JCTree$JCThrow);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCThrow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
         0: .line 2319
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCThrow.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 1
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            goto 2
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCThrow
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env
         1: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCThrow
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type
         2: invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         3: .line 2320
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 5
         4: .line 2321
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 2 /* owntype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         5: .line 2323
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         6: .line 2324
            return
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCThrow;
            3    7     2  owntype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitAssert(com.sun.tools.javac.tree.JCTree$JCAssert);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssert;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssert tree
         0: .line 2327
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         1: .line 2328
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 3
         2: .line 2329
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         3: .line 2331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         4: .line 2332
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssert tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAssert;
    MethodParameters:
      Name  Flags
      tree  

  public void visitApply(com.sun.tools.javac.tree.JCTree$JCMethodInvocation);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=15, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
         0: .line 2341
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:()Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
         1: .line 2347
            aconst_null
            astore 4 /* typeargtypes */
        start local 4 // com.sun.tools.javac.util.List typeargtypes
         2: .line 2349
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            astore 5 /* methName */
        start local 5 // com.sun.tools.javac.util.Name methName
         3: .line 2352
            aload 5 /* methName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 5
            aload 5 /* methName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 5
         4: .line 2351
            iconst_0
            goto 6
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.comp.Env top com.sun.tools.javac.util.List com.sun.tools.javac.util.Name
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 6 /* isConstructorCall */
        start local 6 // boolean isConstructorCall
         7: .line 2354
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 7 /* argtypesBuf */
        start local 7 // com.sun.tools.javac.util.ListBuffer argtypesBuf
         8: .line 2355
            iload 6 /* isConstructorCall */
            ifeq 60
         9: .line 2358
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclMethod:Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Attr.checkFirstConstructorStat:(Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Z)Z
            pop
        10: .line 2362
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isSelfCall:Z
        11: .line 2365
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.MTH:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.args:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            aload 7 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.comp.Attr.attribArgs:(Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 8 /* kind */
        start local 8 // com.sun.tools.javac.code.Kinds$KindSelector kind
        12: .line 2366
            aload 7 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 3 /* argtypes */
        start local 3 // com.sun.tools.javac.util.List argtypes
        13: .line 2367
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 4 /* typeargtypes */
        14: .line 2371
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        start local 9 // com.sun.tools.javac.code.Type site
        15: .line 2372
            aload 5 /* methName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 21
        16: .line 2373
            aload 9 /* site */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            if_acmpne 20
        17: .line 2374
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 9 /* site */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoSuperclass:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        18: .line 2375
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        19: .line 2376
            goto 21
        20: .line 2377
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.Name int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* site */
            invokevirtual com.sun.tools.javac.code.Types.supertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        21: .line 2381
      StackMap locals:
      StackMap stack:
            aload 9 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 58
        22: .line 2382
            aload 9 /* site */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            astore 10 /* encl */
        start local 10 // com.sun.tools.javac.code.Type encl
        23: .line 2383
            goto 25
        24: .line 2384
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 10 /* encl */
            invokevirtual com.sun.tools.javac.code.Type.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            astore 10 /* encl */
        25: .line 2383
      StackMap locals:
      StackMap stack:
            aload 10 /* encl */
            ifnull 26
            aload 10 /* encl */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 24
        26: .line 2385
      StackMap locals:
      StackMap stack:
            aload 10 /* encl */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 40
        27: .line 2388
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 35
        28: .line 2389
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 11 /* qualifier */
        start local 11 // com.sun.tools.javac.tree.JCTree qualifier
        29: .line 2395
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 11 /* qualifier */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        30: .line 2396
            aload 0 /* this */
            aload 11 /* qualifier */
            aload 2 /* localEnv */
        31: .line 2397
            aload 10 /* encl */
        32: .line 2396
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
        33: .line 2395
            invokevirtual com.sun.tools.javac.comp.Check.checkRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 11 // com.sun.tools.javac.tree.JCTree qualifier
        34: .line 2398
            goto 44
      StackMap locals:
      StackMap stack:
        35: aload 5 /* methName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 44
        36: .line 2401
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        37: .line 2402
            aload 2 /* localEnv */
            aload 9 /* site */
            iconst_1
        38: .line 2401
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveImplicitThis:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            pop
        39: .line 2404
            goto 44
      StackMap locals:
      StackMap stack:
        40: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 44
        41: .line 2405
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        42: .line 2406
            aload 9 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalQualNotIcls:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        43: .line 2405
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        44: .line 2411
      StackMap locals:
      StackMap stack:
            aload 9 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.enumSym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpne 46
        45: .line 2412
            aload 3 /* argtypes */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.intType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.stringType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 3 /* argtypes */
        46: .line 2417
      StackMap locals:
      StackMap stack:
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
            istore 11 /* selectSuperPrev */
        start local 11 // boolean selectSuperPrev
        47: .line 2418
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        48: .line 2419
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
        49: .line 2420
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        50: .line 2421
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* localEnv */
            aload 9 /* site */
            aload 3 /* argtypes */
            aload 4 /* typeargtypes */
        51: .line 2420
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveConstructor:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            astore 12 /* sym */
        start local 12 // com.sun.tools.javac.code.Symbol sym
        52: .line 2422
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iload 11 /* selectSuperPrev */
            putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        53: .line 2425
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 12 /* sym */
            invokestatic com.sun.tools.javac.tree.TreeInfo.setSymbol:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Symbol;)V
        54: .line 2429
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 3 /* argtypes */
            aload 4 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            astore 13 /* mpt */
        start local 13 // com.sun.tools.javac.code.Type mpt
        55: .line 2430
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 9 /* site */
            aload 12 /* sym */
            aload 2 /* localEnv */
        56: .line 2431
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 8 /* kind */
            aload 13 /* mpt */
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
        57: .line 2430
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 13 // com.sun.tools.javac.code.Type mpt
        end local 12 // com.sun.tools.javac.code.Symbol sym
        end local 11 // boolean selectSuperPrev
        end local 10 // com.sun.tools.javac.code.Type encl
        58: .line 2434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 9 // com.sun.tools.javac.code.Type site
        end local 8 // com.sun.tools.javac.code.Kinds$KindSelector kind
        59: .line 2435
            goto 78
        end local 3 // com.sun.tools.javac.util.List argtypes
        60: .line 2438
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.comp.Env top com.sun.tools.javac.util.List com.sun.tools.javac.util.Name int com.sun.tools.javac.util.ListBuffer
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.args:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            aload 7 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.comp.Attr.attribArgs:(Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 8 /* kind */
        start local 8 // com.sun.tools.javac.code.Kinds$KindSelector kind
        61: .line 2439
            aload 7 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 3 /* argtypes */
        start local 3 // com.sun.tools.javac.util.List argtypes
        62: .line 2440
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribAnyTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 4 /* typeargtypes */
        63: .line 2445
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 3 /* argtypes */
            aload 4 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* mpt */
        start local 9 // com.sun.tools.javac.code.Type mpt
        64: .line 2446
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
        65: .line 2447
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* localEnv */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 8 /* kind */
            aload 9 /* mpt */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 10 /* mtype */
        start local 10 // com.sun.tools.javac.code.Type mtype
        66: .line 2450
            aload 10 /* mtype */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            astore 11 /* restype */
        start local 11 // com.sun.tools.javac.code.Type restype
        67: .line 2451
            aload 11 /* restype */
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 69
        68: .line 2452
            new java.lang.AssertionError
            dup
            aload 10 /* mtype */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        69: .line 2454
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.Name int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 71
        70: .line 2455
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            goto 72
        71: .line 2456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
        72: .line 2454
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 12 /* qualifier */
        start local 12 // com.sun.tools.javac.code.Type qualifier
        73: .line 2457
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 13 /* msym */
        start local 13 // com.sun.tools.javac.code.Symbol msym
        74: .line 2458
            aload 0 /* this */
            aload 13 /* msym */
            aload 12 /* qualifier */
            aload 5 /* methName */
            aload 3 /* argtypes */
            aload 11 /* restype */
            invokevirtual com.sun.tools.javac.comp.Attr.adjustMethodReturnType:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 11 /* restype */
        75: .line 2460
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            aload 4 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Check.checkRefTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            pop
        76: .line 2464
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 1 /* tree */
            aload 11 /* restype */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.InferenceContext.cachedCapture:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            astore 14 /* capturedRes */
        start local 14 // com.sun.tools.javac.code.Type capturedRes
        77: .line 2465
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 14 /* capturedRes */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type capturedRes
        end local 13 // com.sun.tools.javac.code.Symbol msym
        end local 12 // com.sun.tools.javac.code.Type qualifier
        end local 11 // com.sun.tools.javac.code.Type restype
        end local 10 // com.sun.tools.javac.code.Type mtype
        end local 9 // com.sun.tools.javac.code.Type mpt
        end local 8 // com.sun.tools.javac.code.Kinds$KindSelector kind
        78: .line 2467
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMethodInvocation com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.Name int com.sun.tools.javac.util.ListBuffer
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.typeargs:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        79: .line 2468
            return
        end local 7 // com.sun.tools.javac.util.ListBuffer argtypesBuf
        end local 6 // boolean isConstructorCall
        end local 5 // com.sun.tools.javac.util.Name methName
        end local 4 // com.sun.tools.javac.util.List typeargtypes
        end local 3 // com.sun.tools.javac.util.List argtypes
        end local 2 // com.sun.tools.javac.comp.Env localEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   80     0               this  Lcom/sun/tools/javac/comp/Attr;
            0   80     1               tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            1   80     2           localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           13   60     3           argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           62   80     3           argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            2   80     4       typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3   80     5           methName  Lcom/sun/tools/javac/util/Name;
            7   80     6  isConstructorCall  Z
            8   80     7        argtypesBuf  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
           12   59     8               kind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
           15   59     9               site  Lcom/sun/tools/javac/code/Type;
           23   58    10               encl  Lcom/sun/tools/javac/code/Type;
           29   34    11          qualifier  Lcom/sun/tools/javac/tree/JCTree;
           47   58    11    selectSuperPrev  Z
           52   58    12                sym  Lcom/sun/tools/javac/code/Symbol;
           55   58    13                mpt  Lcom/sun/tools/javac/code/Type;
           61   78     8               kind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
           64   78     9                mpt  Lcom/sun/tools/javac/code/Type;
           66   78    10              mtype  Lcom/sun/tools/javac/code/Type;
           67   78    11            restype  Lcom/sun/tools/javac/code/Type;
           73   78    12          qualifier  Lcom/sun/tools/javac/code/Type;
           74   78    13               msym  Lcom/sun/tools/javac/code/Symbol;
           77   78    14        capturedRes  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  com.sun.tools.javac.code.Type adjustMethodReturnType(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.util.Name, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol msym
        start local 2 // com.sun.tools.javac.code.Type qualifierType
        start local 3 // com.sun.tools.javac.util.Name methodName
        start local 4 // com.sun.tools.javac.util.List argtypes
        start local 5 // com.sun.tools.javac.code.Type restype
         0: .line 2471
            aload 1 /* msym */
            ifnull 12
         1: .line 2472
            aload 1 /* msym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpne 12
         2: .line 2473
            aload 3 /* methodName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.getClass:Lcom/sun/tools/javac/util/Name;
            if_acmpne 12
         3: .line 2474
            aload 4 /* argtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 12
         4: .line 2476
            new com.sun.tools.javac.code.Type$ClassType
            dup
            aload 5 /* restype */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
         5: .line 2477
            new com.sun.tools.javac.code.Type$WildcardType
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* qualifierType */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
         6: .line 2478
            getstatic com.sun.tools.javac.code.BoundKind.EXTENDS:Lcom/sun/tools/javac/code/BoundKind;
         7: .line 2479
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.boundClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
         8: .line 2477
            invokespecial com.sun.tools.javac.code.Type$WildcardType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/BoundKind;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
         9: .line 2480
            aload 5 /* restype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        10: .line 2481
            aload 5 /* restype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        11: .line 2476
            invokespecial com.sun.tools.javac.code.Type$ClassType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            areturn
        12: .line 2482
      StackMap locals:
      StackMap stack:
            aload 1 /* msym */
            ifnull 17
        13: .line 2483
            aload 1 /* msym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.arrayClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            if_acmpne 17
        14: .line 2484
            aload 3 /* methodName */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.clone:Lcom/sun/tools/javac/util/Name;
            if_acmpne 17
        15: .line 2485
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* qualifierType */
            invokevirtual com.sun.tools.javac.code.Types.isArray:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 17
        16: .line 2488
            aload 2 /* qualifierType */
            areturn
        17: .line 2490
      StackMap locals:
      StackMap stack:
            aload 5 /* restype */
            areturn
        end local 5 // com.sun.tools.javac.code.Type restype
        end local 4 // com.sun.tools.javac.util.List argtypes
        end local 3 // com.sun.tools.javac.util.Name methodName
        end local 2 // com.sun.tools.javac.code.Type qualifierType
        end local 1 // com.sun.tools.javac.code.Symbol msym
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/sun/tools/javac/comp/Attr;
            0   18     1           msym  Lcom/sun/tools/javac/code/Symbol;
            0   18     2  qualifierType  Lcom/sun/tools/javac/code/Type;
            0   18     3     methodName  Lcom/sun/tools/javac/util/Name;
            0   18     4       argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   18     5        restype  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
               Name  Flags
      msym           
      qualifierType  
      methodName     
      argtypes       
      restype        

  boolean checkFirstConstructorStat(com.sun.tools.javac.tree.JCTree$JCMethodInvocation, com.sun.tools.javac.tree.JCTree$JCMethodDecl, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Z)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCMethodDecl enclMethod
        start local 3 // boolean error
         0: .line 2501
            aload 2 /* enclMethod */
            ifnull 5
            aload 2 /* enclMethod */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 5
         1: .line 2502
            aload 2 /* enclMethod */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            astore 4 /* body */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCBlock body
         2: .line 2503
            aload 4 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCStatement
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EXEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCStatement.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 5
         3: .line 2504
            aload 4 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpressionStatement
            getfield com.sun.tools.javac.tree.JCTree$JCExpressionStatement.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            if_acmpne 5
         4: .line 2505
            iconst_1
            ireturn
        end local 4 // com.sun.tools.javac.tree.JCTree$JCBlock body
         5: .line 2507
      StackMap locals:
      StackMap stack:
            iload 3 /* error */
            ifeq 9
         6: .line 2508
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodInvocation.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         7: .line 2509
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CallMustBeFirstStmtInCtor:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
         8: .line 2508
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         9: .line 2511
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // boolean error
        end local 2 // com.sun.tools.javac.tree.JCTree$JCMethodDecl enclMethod
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1        tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            0   10     2  enclMethod  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            0   10     3       error  Z
            2    5     4        body  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
    MethodParameters:
            Name  Flags
      tree        
      enclMethod  
      error       

  com.sun.tools.javac.code.Type newMethodTemplate(com.sun.tools.javac.code.Type, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type restype
        start local 2 // com.sun.tools.javac.util.List argtypes
        start local 3 // com.sun.tools.javac.util.List typeargtypes
         0: .line 2517
            new com.sun.tools.javac.code.Type$MethodType
            dup
            aload 2 /* argtypes */
            aload 1 /* restype */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 4 /* mt */
        start local 4 // com.sun.tools.javac.code.Type$MethodType mt
         1: .line 2518
            aload 3 /* typeargtypes */
            ifnonnull 2
            aload 4 /* mt */
            goto 3
      StackMap locals: com.sun.tools.javac.code.Type$MethodType
      StackMap stack:
         2: new com.sun.tools.javac.code.Type$ForAll
            dup
            aload 3 /* typeargtypes */
            aload 4 /* mt */
            invokespecial com.sun.tools.javac.code.Type$ForAll.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
         3: areturn
        end local 4 // com.sun.tools.javac.code.Type$MethodType mt
        end local 3 // com.sun.tools.javac.util.List typeargtypes
        end local 2 // com.sun.tools.javac.util.List argtypes
        end local 1 // com.sun.tools.javac.code.Type restype
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1       restype  Lcom/sun/tools/javac/code/Type;
            0    4     2      argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0    4     3  typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            1    4     4            mt  Lcom/sun/tools/javac/code/Type$MethodType;
    Signature: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
              Name  Flags
      restype       
      argtypes      
      typeargtypes  

  public void visitNewClass(com.sun.tools.javac.tree.JCTree$JCNewClass);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=22, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
         0: .line 2522
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 2526
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:()Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         2: .line 2530
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            astore 4 /* cdef */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
         3: .line 2534
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 5 /* clazz */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
         4: .line 2537
            aconst_null
            astore 7 /* annoclazzid */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType annoclazzid
         5: .line 2539
            aload 5 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 11
         6: .line 2540
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeApply
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 6 /* clazzid */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
         7: .line 2541
            aload 6 /* clazzid */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 16
         8: .line 2542
            aload 6 /* clazzid */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 7 /* annoclazzid */
         9: .line 2543
            aload 7 /* annoclazzid */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 6 /* clazzid */
        10: .line 2545
            goto 16
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        11: .line 2546
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression top com.sun.tools.javac.tree.JCTree$JCAnnotatedType
      StackMap stack:
            aload 5 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 15
        12: .line 2547
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 7 /* annoclazzid */
        13: .line 2548
            aload 7 /* annoclazzid */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 6 /* clazzid */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        14: .line 2549
            goto 16
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        15: .line 2550
      StackMap locals:
      StackMap stack:
            aload 5 /* clazz */
            astore 6 /* clazzid */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        16: .line 2554
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType
      StackMap stack:
            aload 6 /* clazzid */
            astore 8 /* clazzid1 */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid1
        17: .line 2556
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 46
        18: .line 2565
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        19: .line 2566
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
        20: .line 2565
            invokevirtual com.sun.tools.javac.comp.Check.checkRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* encltype */
        start local 9 // com.sun.tools.javac.code.Type encltype
        21: .line 2569
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 5 /* clazz */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 9 /* encltype */
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Type:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
        22: .line 2570
            aload 6 /* clazzid */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
        23: .line 2569
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Select:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
            astore 8 /* clazzid1 */
        24: .line 2572
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.endPositions:Lcom/sun/tools/javac/tree/EndPosTable;
            astore 10 /* endPosTable */
        start local 10 // com.sun.tools.javac.tree.EndPosTable endPosTable
        25: .line 2573
            aload 10 /* endPosTable */
            aload 8 /* clazzid1 */
            aload 6 /* clazzid */
            aload 10 /* endPosTable */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.getEndPosition:(Lcom/sun/tools/javac/tree/EndPosTable;)I
            invokeinterface com.sun.tools.javac.tree.EndPosTable.storeEnd:(Lcom/sun/tools/javac/tree/JCTree;I)V
        26: .line 2574
            aload 5 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 39
        27: .line 2575
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 11 /* annoType */
        start local 11 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType annoType
        28: .line 2576
            aload 11 /* annoType */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            astore 12 /* annos */
        start local 12 // com.sun.tools.javac.util.List annos
        29: .line 2578
            aload 11 /* annoType */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 35
        30: .line 2579
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
        31: .line 2580
            aload 8 /* clazzid1 */
        32: .line 2581
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeApply
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.arguments:Lcom/sun/tools/javac/util/List;
        33: .line 2580
            invokevirtual com.sun.tools.javac.tree.TreeMaker.TypeApply:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;
        34: .line 2579
            astore 8 /* clazzid1 */
        35: .line 2584
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.tree.EndPosTable com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
        36: .line 2585
            aload 12 /* annos */
            aload 8 /* clazzid1 */
            invokevirtual com.sun.tools.javac.tree.TreeMaker.AnnotatedType:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
        37: .line 2584
            astore 8 /* clazzid1 */
        end local 12 // com.sun.tools.javac.util.List annos
        end local 11 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType annoType
        38: .line 2586
            goto 45
      StackMap locals:
      StackMap stack:
        39: aload 5 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 45
        40: .line 2587
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
        41: .line 2588
            aload 8 /* clazzid1 */
        42: .line 2589
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeApply
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.arguments:Lcom/sun/tools/javac/util/List;
        43: .line 2588
            invokevirtual com.sun.tools.javac.tree.TreeMaker.TypeApply:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;
        44: .line 2587
            astore 8 /* clazzid1 */
        45: .line 2592
      StackMap locals:
      StackMap stack:
            aload 8 /* clazzid1 */
            astore 5 /* clazz */
        end local 10 // com.sun.tools.javac.tree.EndPosTable endPosTable
        end local 9 // com.sun.tools.javac.code.Type encltype
        46: .line 2600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isNewClass:Z
        47: .line 2601
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isEnumInit:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 49
        48: .line 2602
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            invokevirtual com.sun.tools.javac.comp.Attr.attribIdentAsEnumType:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCIdent;)Lcom/sun/tools/javac/code/Type;
            goto 50
        49: .line 2603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* clazz */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
        50: .line 2601
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 9 /* clazztype */
        start local 9 // com.sun.tools.javac.code.Type clazztype
        51: .line 2604
            goto 55
        end local 9 // com.sun.tools.javac.code.Type clazztype
      StackMap locals:
      StackMap stack: java.lang.Throwable
        52: astore 10
        53: .line 2605
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_0
            putfield com.sun.tools.javac.comp.AttrContext.isNewClass:Z
        54: .line 2606
            aload 10
            athrow
        start local 9 // com.sun.tools.javac.code.Type clazztype
        55: .line 2605
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_0
            putfield com.sun.tools.javac.comp.AttrContext.isNewClass:Z
        56: .line 2608
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Check.checkDiamond:(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* clazztype */
        57: .line 2609
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* clazz */
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        58: .line 2610
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 71
        59: .line 2613
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 9 /* clazztype */
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
        60: .line 2614
            aload 6 /* clazzid */
            aload 8 /* clazzid1 */
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.tree.TreeInfo.setSymbol:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Symbol;)V
        61: .line 2615
            aload 6 /* clazzid */
            aload 6 /* clazzid */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
        62: .line 2616
            aload 7 /* annoclazzid */
            ifnull 64
        63: .line 2617
            aload 7 /* annoclazzid */
            aload 6 /* clazzid */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.type:Lcom/sun/tools/javac/code/Type;
        64: .line 2619
      StackMap locals:
      StackMap stack:
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 74
        65: .line 2620
            aload 4 /* cdef */
            ifnull 68
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifeq 68
        66: .line 2621
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.AnonClassImplIntfNoQualForNew:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        67: .line 2622
            goto 74
      StackMap locals:
      StackMap stack:
        68: aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isStatic:()Z
            ifeq 74
        69: .line 2623
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.QualifiedNewOfStaticClass:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        70: .line 2626
            goto 74
      StackMap locals:
      StackMap stack:
        71: aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifne 74
        72: .line 2627
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 74
        73: .line 2629
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveImplicitThis:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        74: .line 2633
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 10 /* argtypesBuf */
        start local 10 // com.sun.tools.javac.util.ListBuffer argtypesBuf
        75: .line 2635
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            aload 10 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.comp.Attr.attribArgs:(Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
        76: .line 2634
            astore 11 /* pkind */
        start local 11 // com.sun.tools.javac.code.Kinds$KindSelector pkind
        77: .line 2636
            aload 10 /* argtypesBuf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 12 /* argtypes */
        start local 12 // com.sun.tools.javac.util.List argtypes
        78: .line 2637
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 13 /* typeargtypes */
        start local 13 // com.sun.tools.javac.util.List typeargtypes
        79: .line 2639
            aload 9 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 80
            aload 9 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 165
        80: .line 2641
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 85
        81: .line 2642
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 84
        82: .line 2643
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 84
        83: .line 2644
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            if_acmpeq 85
        84: .line 2645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.EnumCantBeInstantiated:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        85: .line 2647
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isDiamond:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 88
        86: .line 2648
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.SPECULATIVE:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 88
        87: .line 2647
            iconst_1
            goto 89
      StackMap locals:
      StackMap stack:
        88: iconst_0
      StackMap locals:
      StackMap stack: int
        89: istore 14 /* isSpeculativeDiamondInferenceRound */
        start local 14 // boolean isSpeculativeDiamondInferenceRound
        90: .line 2649
            iconst_0
            istore 15 /* skipNonDiamondPath */
        start local 15 // boolean skipNonDiamondPath
        91: .line 2651
            aload 4 /* cdef */
            ifnonnull 98
            iload 14 /* isSpeculativeDiamondInferenceRound */
            ifne 98
        92: .line 2652
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 1536
            land
            lconst_0
            lcmp
            ifeq 98
        93: .line 2653
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        94: .line 2654
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.AbstractCantBeInstantiated:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        95: .line 2653
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        96: .line 2655
            iconst_1
            istore 15 /* skipNonDiamondPath */
        97: .line 2656
            goto 106
      StackMap locals: int int
      StackMap stack:
        98: aload 4 /* cdef */
            ifnull 106
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifeq 106
        99: .line 2659
            aload 12 /* argtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 101
       100: .line 2660
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.AnonClassImplIntfNoArgs:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       101: .line 2662
      StackMap locals:
      StackMap stack:
            aload 13 /* typeargtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 103
       102: .line 2663
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.AnonClassImplIntfNoTypeargs:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       103: .line 2666
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 12 /* argtypes */
       104: .line 2667
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 13 /* typeargtypes */
       105: .line 2668
            iconst_1
            istore 15 /* skipNonDiamondPath */
       106: .line 2670
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isDiamond:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 140
       107: .line 2671
            new com.sun.tools.javac.code.Type$ClassType
            dup
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
       108: .line 2672
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
       109: .line 2673
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
       110: .line 2674
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
       111: .line 2671
            invokespecial com.sun.tools.javac.code.Type$ClassType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            astore 16 /* site */
        start local 16 // com.sun.tools.javac.code.Type$ClassType site
       112: .line 2676
            aload 3 /* localEnv */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 17 /* diamondEnv */
        start local 17 // com.sun.tools.javac.comp.Env diamondEnv
       113: .line 2677
            aload 17 /* diamondEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 4 /* cdef */
            ifnonnull 114
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.classDeclRemoved:()Z
            ifne 114
            iconst_0
            goto 115
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int com.sun.tools.javac.code.Type$ClassType com.sun.tools.javac.comp.Env
      StackMap stack: com.sun.tools.javac.comp.AttrContext
       114: iconst_1
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int com.sun.tools.javac.code.Type$ClassType com.sun.tools.javac.comp.Env
      StackMap stack: com.sun.tools.javac.comp.AttrContext int
       115: putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
       116: .line 2678
            aload 17 /* diamondEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
       117: .line 2683
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       118: .line 2684
            aload 17 /* diamondEnv */
       119: .line 2685
            aload 16 /* site */
       120: .line 2686
            aload 12 /* argtypes */
       121: .line 2687
            aload 13 /* typeargtypes */
       122: .line 2683
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveDiamond:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            astore 18 /* constructor */
        start local 18 // com.sun.tools.javac.code.Symbol constructor
       123: .line 2688
            aload 1 /* tree */
            aload 18 /* constructor */
            invokevirtual com.sun.tools.javac.code.Symbol.baseSymbol:()Lcom/sun/tools/javac/code/Symbol;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
       124: .line 2690
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            astore 19 /* csym */
        start local 19 // com.sun.tools.javac.code.Symbol$TypeSymbol csym
       125: .line 2691
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 11 /* pkind */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 12 /* argtypes */
            aload 13 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
       126: .line 2692
            aload 0 /* this */
            aload 1 /* tree */
            aload 19 /* csym */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.diamondContext:(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_TREE_UPDATE:Lcom/sun/tools/javac/comp/Attr$CheckMode;
       127: .line 2691
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/comp/Attr$CheckMode;)V
            astore 20 /* diamondResult */
        start local 20 // com.sun.tools.javac.comp.Attr$ResultInfo diamondResult
       128: .line 2693
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            astore 21 /* constructorType */
        start local 21 // com.sun.tools.javac.code.Type constructorType
       129: .line 2694
            aload 0 /* this */
            aload 1 /* tree */
            aload 16 /* site */
       130: .line 2695
            aload 18 /* constructor */
       131: .line 2696
            aload 17 /* diamondEnv */
       132: .line 2697
            aload 20 /* diamondResult */
       133: .line 2694
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 21 /* constructorType */
       134: .line 2699
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
       135: .line 2700
            aload 21 /* constructorType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 138
       136: .line 2701
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 5 /* clazz */
            aload 21 /* constructorType */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
       137: .line 2702
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 21 /* constructorType */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            invokevirtual com.sun.tools.javac.code.Types.createMethodTypeWithReturn:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
       138: .line 2704
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int com.sun.tools.javac.code.Type$ClassType com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Symbol$TypeSymbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Check.checkClassType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            astore 9 /* clazztype */
        end local 21 // com.sun.tools.javac.code.Type constructorType
        end local 20 // com.sun.tools.javac.comp.Attr$ResultInfo diamondResult
        end local 19 // com.sun.tools.javac.code.Symbol$TypeSymbol csym
        end local 18 // com.sun.tools.javac.code.Symbol constructor
        end local 17 // com.sun.tools.javac.comp.Env diamondEnv
        end local 16 // com.sun.tools.javac.code.Type$ClassType site
       139: .line 2705
            goto 160
       140: .line 2710
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int
      StackMap stack:
            iload 15 /* skipNonDiamondPath */
            ifne 160
       141: .line 2714
            aload 3 /* localEnv */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 16 /* rsEnv */
        start local 16 // com.sun.tools.javac.comp.Env rsEnv
       142: .line 2715
            aload 16 /* rsEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 4 /* cdef */
            ifnull 143
            iconst_1
            goto 144
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int com.sun.tools.javac.comp.Env
      StackMap stack: com.sun.tools.javac.comp.AttrContext
       143: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCAnnotatedType com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int com.sun.tools.javac.comp.Env
      StackMap stack: com.sun.tools.javac.comp.AttrContext int
       144: putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
       145: .line 2716
            aload 16 /* rsEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
       146: .line 2717
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
       147: .line 2718
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 16 /* rsEnv */
            aload 9 /* clazztype */
            aload 12 /* argtypes */
            aload 13 /* typeargtypes */
       148: .line 2717
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveConstructor:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
       149: .line 2719
            aload 4 /* cdef */
            ifnonnull 160
       150: .line 2720
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
       151: .line 2721
            aload 9 /* clazztype */
       152: .line 2722
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
       153: .line 2723
            aload 16 /* rsEnv */
       154: .line 2724
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 11 /* pkind */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            aload 12 /* argtypes */
            aload 13 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_TREE_UPDATE:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Attr$CheckMode;)V
       155: .line 2720
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
       156: .line 2725
            aload 16 /* rsEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.lastResolveVarargs:()Z
            ifeq 160
       157: .line 2726
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 158
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.varargsElement:Lcom/sun/tools/javac/code/Type;
            ifnonnull 158
            iconst_0
            goto 159
      StackMap locals:
      StackMap stack:
       158: iconst_1
      StackMap locals:
      StackMap stack: int
       159: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        end local 16 // com.sun.tools.javac.comp.Env rsEnv
       160: .line 2730
      StackMap locals:
      StackMap stack:
            aload 4 /* cdef */
            ifnull 163
       161: .line 2731
            aload 0 /* this */
            aload 1 /* tree */
            aload 5 /* clazz */
            aload 9 /* clazztype */
            aload 4 /* cdef */
            aload 3 /* localEnv */
            aload 12 /* argtypes */
            aload 13 /* typeargtypes */
            aload 11 /* pkind */
            invokevirtual com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition:(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;)V
       162: .line 2732
            return
       163: .line 2735
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            ifnull 165
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 165
       164: .line 2736
            aload 9 /* clazztype */
            astore 2 /* owntype */
        end local 15 // boolean skipNonDiamondPath
        end local 14 // boolean isSpeculativeDiamondInferenceRound
       165: .line 2738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       166: .line 2739
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            astore 14 /* inferenceContext */
        start local 14 // com.sun.tools.javac.comp.InferenceContext inferenceContext
       167: .line 2740
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            ifnull 171
            aload 14 /* inferenceContext */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 171
       168: .line 2742
            aload 14 /* inferenceContext */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
       169: .line 2743
            aload 1 /* tree */
            invokedynamic typesInferred(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$30(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/comp/InferenceContext;)V (6)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
       170: .line 2742
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
       171: .line 2747
      StackMap locals: com.sun.tools.javac.comp.InferenceContext
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
       172: .line 2748
            return
        end local 14 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 13 // com.sun.tools.javac.util.List typeargtypes
        end local 12 // com.sun.tools.javac.util.List argtypes
        end local 11 // com.sun.tools.javac.code.Kinds$KindSelector pkind
        end local 10 // com.sun.tools.javac.util.ListBuffer argtypesBuf
        end local 9 // com.sun.tools.javac.code.Type clazztype
        end local 8 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid1
        end local 7 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType annoclazzid
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        end local 5 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
        end local 4 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0  173     0                                this  Lcom/sun/tools/javac/comp/Attr;
            0  173     1                                tree  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
            1  173     2                             owntype  Lcom/sun/tools/javac/code/Type;
            2  173     3                            localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            3  173     4                                cdef  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            4  173     5                               clazz  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            7   11     6                             clazzid  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           14   15     6                             clazzid  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           16  173     6                             clazzid  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            5  173     7                         annoclazzid  Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
           17  173     8                            clazzid1  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           21   46     9                            encltype  Lcom/sun/tools/javac/code/Type;
           25   46    10                         endPosTable  Lcom/sun/tools/javac/tree/EndPosTable;
           28   38    11                            annoType  Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
           29   38    12                               annos  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
           51   52     9                           clazztype  Lcom/sun/tools/javac/code/Type;
           55  173     9                           clazztype  Lcom/sun/tools/javac/code/Type;
           75  173    10                         argtypesBuf  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
           77  173    11                               pkind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
           78  173    12                            argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           79  173    13                        typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           90  165    14  isSpeculativeDiamondInferenceRound  Z
           91  165    15                  skipNonDiamondPath  Z
          112  139    16                                site  Lcom/sun/tools/javac/code/Type$ClassType;
          113  139    17                          diamondEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
          123  139    18                         constructor  Lcom/sun/tools/javac/code/Symbol;
          125  139    19                                csym  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
          128  139    20                       diamondResult  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
          129  139    21                     constructorType  Lcom/sun/tools/javac/code/Type;
          142  160    16                               rsEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
          167  173    14                    inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
      Exception table:
        from    to  target  type
          46    52      52  any
    MethodParameters:
      Name  Flags
      tree  final

  private void visitAnonymousClassDefinition(com.sun.tools.javac.tree.JCTree$JCNewClass, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.code.Type, com.sun.tools.javac.tree.JCTree$JCClassDecl, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.code.Kinds$KindSelector);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=14, locals=14, args_size=9
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
        start local 3 // com.sun.tools.javac.code.Type clazztype
        start local 4 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
        start local 5 // com.sun.tools.javac.comp.Env localEnv
        start local 6 // com.sun.tools.javac.util.List argtypes
        start local 7 // com.sun.tools.javac.util.List typeargtypes
        start local 8 // com.sun.tools.javac.code.Kinds$KindSelector pkind
         0: .line 2785
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            astore 9 /* inferenceContext */
        start local 9 // com.sun.tools.javac.comp.InferenceContext inferenceContext
         1: .line 2786
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isDiamond:(Lcom/sun/tools/javac/tree/JCTree;)Z
            istore 10 /* isDiamond */
        start local 10 // boolean isDiamond
         2: .line 2787
            iload 10 /* isDiamond */
            ifeq 10
         3: .line 2788
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            ifnull 4
            aload 9 /* inferenceContext */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 5
         4: .line 2789
      StackMap locals: com.sun.tools.javac.comp.InferenceContext int
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            ifnull 10
            aload 9 /* inferenceContext */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 10
         5: .line 2790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 11 /* resultInfoForClassDefinition */
        start local 11 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfoForClassDefinition
         6: .line 2791
            aload 9 /* inferenceContext */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
         7: .line 2792
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* clazz */
            aload 11 /* resultInfoForClassDefinition */
            aload 4 /* cdef */
            aload 5 /* localEnv */
            aload 6 /* argtypes */
            aload 7 /* typeargtypes */
            aload 8 /* pkind */
            invokedynamic typesInferred(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$31(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/InferenceContext;)V (7)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
         8: .line 2791
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
        end local 11 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfoForClassDefinition
         9: .line 2804
            goto 61
        10: .line 2805
      StackMap locals:
      StackMap stack:
            iload 10 /* isDiamond */
            ifeq 25
            aload 3 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 25
        11: .line 2806
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* clazztype */
            checkcast com.sun.tools.javac.code.Type$ClassType
            invokevirtual com.sun.tools.javac.comp.Check.checkDiamondDenotable:(Lcom/sun/tools/javac/code/Type$ClassType;)Lcom/sun/tools/javac/util/List;
            astore 11 /* invalidDiamondArgs */
        start local 11 // com.sun.tools.javac.util.List invalidDiamondArgs
        12: .line 2807
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 21
            aload 11 /* invalidDiamondArgs */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
        13: .line 2809
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Diamond:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            astore 12 /* fragment */
        start local 12 // com.sun.tools.javac.util.JCDiagnostic$Fragment fragment
        14: .line 2810
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        15: .line 2812
            aload 12 /* fragment */
        16: .line 2813
            aload 11 /* invalidDiamondArgs */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            iconst_1
            if_icmple 18
        17: .line 2814
            aload 11 /* invalidDiamondArgs */
            aload 12 /* fragment */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.DiamondInvalidArgs:(Ljava/util/List;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 19
        18: .line 2815
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.InferenceContext int com.sun.tools.javac.util.List com.sun.tools.javac.util.JCDiagnostic$Fragment
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Fragment
            aload 11 /* invalidDiamondArgs */
            aload 12 /* fragment */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.DiamondInvalidArg:(Ljava/util/List;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        19: .line 2811
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.InferenceContext int com.sun.tools.javac.util.List com.sun.tools.javac.util.JCDiagnostic$Fragment
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Fragment com.sun.tools.javac.util.JCDiagnostic$Fragment
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantApplyDiamond1:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        20: .line 2810
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 12 // com.sun.tools.javac.util.JCDiagnostic$Fragment fragment
        21: .line 2818
      StackMap locals:
      StackMap stack:
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 24
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.InferenceContext int com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        22: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 12 /* t */
        start local 12 // com.sun.tools.javac.code.Type t
        23: .line 2819
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 12 /* t */
            invokevirtual com.sun.tools.javac.comp.Resolve.checkAccessibleType:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)V
        end local 12 // com.sun.tools.javac.code.Type t
        24: .line 2818
      StackMap locals:
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        end local 11 // com.sun.tools.javac.util.List invalidDiamondArgs
        25: .line 2825
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.InferenceContext int
      StackMap stack:
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifne 29
        26: .line 2826
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 28
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getOriginalType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 28
        27: .line 2827
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getOriginalType:()Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifne 29
        28: .line 2825
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 30
      StackMap locals:
      StackMap stack:
        29: iconst_1
      StackMap locals:
      StackMap stack: int
        30: istore 11 /* implementing */
        start local 11 // boolean implementing
        31: .line 2829
            iload 11 /* implementing */
            ifeq 34
        32: .line 2830
            aload 4 /* cdef */
            aload 2 /* clazz */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
        33: .line 2831
            goto 35
        34: .line 2832
      StackMap locals: int
      StackMap stack:
            aload 4 /* cdef */
            aload 2 /* clazz */
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
        35: .line 2835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 38
        36: .line 2836
            aload 0 /* this */
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Attr.isSerializable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 38
        37: .line 2837
            aload 5 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isSerializable:Z
        38: .line 2840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* cdef */
            aload 5 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        39: .line 2846
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 42
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isInterface:()Z
            ifne 42
        40: .line 2847
            aload 6 /* argtypes */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 12 /* finalargtypes */
        start local 12 // com.sun.tools.javac.util.List finalargtypes
        41: .line 2848
            goto 43
        end local 12 // com.sun.tools.javac.util.List finalargtypes
        42: .line 2849
      StackMap locals:
      StackMap stack:
            aload 6 /* argtypes */
            astore 12 /* finalargtypes */
        start local 12 // com.sun.tools.javac.util.List finalargtypes
        43: .line 2855
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            iload 10 /* isDiamond */
            ifeq 45
            aload 8 /* pkind */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.POLY:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 45
        44: .line 2856
            aload 12 /* finalargtypes */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
            getfield com.sun.tools.javac.comp.DeferredAttr.deferredCopier:Lcom/sun/tools/javac/code/Types$TypeMapping;
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 12 /* finalargtypes */
        45: .line 2859
      StackMap locals:
      StackMap stack:
            aload 3 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 46
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* cdef */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            goto 47
        46: .line 2860
      StackMap locals:
      StackMap stack:
            aload 4 /* cdef */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
        47: .line 2859
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 3 /* clazztype */
        48: .line 2861
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        49: .line 2862
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* localEnv */
            aload 3 /* clazztype */
            aload 12 /* finalargtypes */
            aload 7 /* typeargtypes */
        50: .line 2861
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveConstructor:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            astore 13 /* sym */
        start local 13 // com.sun.tools.javac.code.Symbol sym
        51: .line 2863
            aload 13 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.isResolutionError:()Z
            ifeq 52
            iconst_0
            goto 53
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
        52: iconst_1
      StackMap locals:
      StackMap stack: int
        53: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        54: .line 2864
            aload 1 /* tree */
            aload 13 /* sym */
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
        55: .line 2865
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
        56: .line 2866
            aload 3 /* clazztype */
        57: .line 2867
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
        58: .line 2868
            aload 5 /* localEnv */
        59: .line 2869
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 8 /* pkind */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            aload 12 /* finalargtypes */
            aload 7 /* typeargtypes */
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_TREE_UPDATE:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Attr$CheckMode;)V
        60: .line 2865
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
        end local 13 // com.sun.tools.javac.code.Symbol sym
        end local 12 // com.sun.tools.javac.util.List finalargtypes
        end local 11 // boolean implementing
        61: .line 2871
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            ifnull 63
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 63
        62: .line 2872
            aload 3 /* clazztype */
            goto 64
      StackMap locals:
      StackMap stack:
        63: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
        64: .line 2871
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 11 /* owntype */
        start local 11 // com.sun.tools.javac.code.Type owntype
        65: .line 2873
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 11 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_INFERENCE_HOOK:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/comp/Attr$CheckMode;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        66: .line 2874
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.typeargs:Lcom/sun/tools/javac/util/List;
            aload 5 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        67: .line 2875
            return
        end local 11 // com.sun.tools.javac.code.Type owntype
        end local 10 // boolean isDiamond
        end local 9 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 8 // com.sun.tools.javac.code.Kinds$KindSelector pkind
        end local 7 // com.sun.tools.javac.util.List typeargtypes
        end local 6 // com.sun.tools.javac.util.List argtypes
        end local 5 // com.sun.tools.javac.comp.Env localEnv
        end local 4 // com.sun.tools.javac.tree.JCTree$JCClassDecl cdef
        end local 3 // com.sun.tools.javac.code.Type clazztype
        end local 2 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   68     0                          this  Lcom/sun/tools/javac/comp/Attr;
            0   68     1                          tree  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
            0   68     2                         clazz  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            0   68     3                     clazztype  Lcom/sun/tools/javac/code/Type;
            0   68     4                          cdef  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            0   68     5                      localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   68     6                      argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   68     7                  typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   68     8                         pkind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
            1   68     9              inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
            2   68    10                     isDiamond  Z
            6    9    11  resultInfoForClassDefinition  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           12   25    11            invalidDiamondArgs  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           14   21    12                      fragment  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
           23   24    12                             t  Lcom/sun/tools/javac/code/Type;
           31   61    11                  implementing  Z
           41   42    12                 finalargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           43   61    12                 finalargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           51   61    13                           sym  Lcom/sun/tools/javac/code/Symbol;
           65   68    11                       owntype  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/code/Kinds$KindSelector;)V
    MethodParameters:
              Name  Flags
      tree          
      clazz         
      clazztype     
      cdef          
      localEnv      
      argtypes      
      typeargtypes  
      pkind         

  com.sun.tools.javac.comp.Check$CheckContext diamondContext(com.sun.tools.javac.tree.JCTree$JCNewClass, com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Check$CheckContext;
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass clazz
        start local 2 // com.sun.tools.javac.code.Symbol$TypeSymbol tsym
        start local 3 // com.sun.tools.javac.comp.Check$CheckContext checkContext
         0: .line 2878
            new com.sun.tools.javac.comp.Attr$8
            dup
            aload 0 /* this */
            aload 3 /* checkContext */
            aload 1 /* clazz */
            aload 2 /* tsym */
            invokespecial com.sun.tools.javac.comp.Attr$8.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            areturn
        end local 3 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 2 // com.sun.tools.javac.code.Symbol$TypeSymbol tsym
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass clazz
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1         clazz  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
            0    1     2          tsym  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            0    1     3  checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
    MethodParameters:
              Name  Flags
      clazz         
      tsym          
      checkContext  

  public com.sun.tools.javac.tree.JCTree$JCExpression makeNullCheck(com.sun.tools.javac.tree.JCTree$JCExpression);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpression arg
         0: .line 2891
            aload 1 /* arg */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 2
         1: .line 2892
            aload 1 /* arg */
            areturn
         2: .line 2894
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            invokestatic com.sun.tools.javac.tree.TreeInfo.name:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Name;
            astore 2 /* name */
        start local 2 // com.sun.tools.javac.util.Name name
         3: .line 2895
            aload 2 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 4
            aload 2 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 5
      StackMap locals: com.sun.tools.javac.util.Name
      StackMap stack:
         4: aload 1 /* arg */
            areturn
         5: .line 2897
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NULLCHK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            astore 3 /* optag */
        start local 3 // com.sun.tools.javac.tree.JCTree$Tag optag
         6: .line 2898
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* arg */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.pos:I
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            aload 3 /* optag */
            aload 1 /* arg */
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Unary:(Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCUnary;
            astore 4 /* tree */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCUnary tree
         7: .line 2899
            aload 4 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* arg */
            aload 3 /* optag */
            aload 1 /* arg */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Operators.resolveUnary:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
         8: .line 2900
            aload 4 /* tree */
            aload 1 /* arg */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCUnary.type:Lcom/sun/tools/javac/code/Type;
         9: .line 2901
            aload 4 /* tree */
            areturn
        end local 4 // com.sun.tools.javac.tree.JCTree$JCUnary tree
        end local 3 // com.sun.tools.javac.tree.JCTree$Tag optag
        end local 2 // com.sun.tools.javac.util.Name name
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpression arg
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1    arg  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            3   10     2   name  Lcom/sun/tools/javac/util/Name;
            6   10     3  optag  Lcom/sun/tools/javac/tree/JCTree$Tag;
            7   10     4   tree  Lcom/sun/tools/javac/tree/JCTree$JCUnary;
    MethodParameters:
      Name  Flags
      arg   

  public void visitNewArray(com.sun.tools.javac.tree.JCTree$JCNewArray);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewArray tree
         0: .line 2905
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 2906
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         2: .line 2908
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 13
         3: .line 2909
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* elemtype */
        start local 4 // com.sun.tools.javac.code.Type elemtype
         4: .line 2910
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
         5: .line 2911
            aload 4 /* elemtype */
            astore 2 /* owntype */
         6: .line 2912
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.dims:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         7: goto 11
         8: .line 2913
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewArray com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 3 /* localEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.intType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         9: .line 2914
            new com.sun.tools.javac.code.Type$ArrayType
            dup
            aload 2 /* owntype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.arrayClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$ArrayType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 2 /* owntype */
        10: .line 2912
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        11: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 8
        end local 5 // com.sun.tools.javac.util.List l
        12: .line 2916
            goto 22
        end local 4 // com.sun.tools.javac.code.Type elemtype
        13: .line 2919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 16
        14: .line 2920
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.elemtype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* elemtype */
        start local 4 // com.sun.tools.javac.code.Type elemtype
        15: .line 2921
            goto 22
        end local 4 // com.sun.tools.javac.code.Type elemtype
        16: .line 2922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 21
        17: .line 2923
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            ifnull 18
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 21
        18: .line 2924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewArray.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        19: .line 2925
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalInitializerForType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        20: .line 2924
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        21: .line 2927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* elemtype */
        start local 4 // com.sun.tools.javac.code.Type elemtype
        22: .line 2930
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
            ifnull 25
        23: .line 2931
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            aload 4 /* elemtype */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExprs:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            pop
        24: .line 2932
            new com.sun.tools.javac.code.Type$ArrayType
            dup
            aload 4 /* elemtype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.arrayClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$ArrayType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 2 /* owntype */
        25: .line 2934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* elemtype */
            invokevirtual com.sun.tools.javac.code.Types.isReifiable:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 27
        26: .line 2935
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewArray.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.GenericArrayCreation:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        27: .line 2936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        28: .line 2937
            return
        end local 4 // com.sun.tools.javac.code.Type elemtype
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewArray tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   29     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCNewArray;
            1   29     2   owntype  Lcom/sun/tools/javac/code/Type;
            2   29     3  localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            4   13     4  elemtype  Lcom/sun/tools/javac/code/Type;
           15   16     4  elemtype  Lcom/sun/tools/javac/code/Type;
           22   29     4  elemtype  Lcom/sun/tools/javac/code/Type;
            7   12     5         l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
    MethodParameters:
      Name  Flags
      tree  

  public void visitLambda(com.sun.tools.javac.tree.JCTree$JCLambda);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=16, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
         0: .line 2947
            iconst_0
            istore 2 /* wrongContext */
        start local 2 // boolean wrongContext
         1: .line 2948
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 6
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 6
         2: .line 2949
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 4
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 4
         3: .line 2951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnexpectedLambda:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         4: .line 2953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         5: .line 2954
            iconst_1
            istore 2 /* wrongContext */
         6: .line 2957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.lambdaEnv:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         7: .line 2959
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 8
            iconst_1
            goto 9
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
         8: iconst_0
         9: .line 2958
      StackMap locals:
      StackMap stack: int
            istore 4 /* needsRecovery */
        start local 4 // boolean needsRecovery
        10: .line 2961
            iload 4 /* needsRecovery */
            ifeq 13
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.isSerializable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 13
        11: .line 2962
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isSerializable:Z
        12: .line 2963
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isSerializableLambda:Z
        13: .line 2965
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 5 /* explicitParamTypes */
        start local 5 // com.sun.tools.javac.util.List explicitParamTypes
        14: .line 2966
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.paramKind:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind.EXPLICIT:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            if_acmpne 17
        15: .line 2968
            aload 0 /* this */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        16: .line 2969
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.tree.TreeInfo.types:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 5 /* explicitParamTypes */
        17: .line 2972
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            aload 5 /* explicitParamTypes */
            invokevirtual com.sun.tools.javac.comp.Attr.getTargetInfo:(Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Attr$TargetInfo;
            astore 6 /* targetInfo */
        start local 6 // com.sun.tools.javac.comp.Attr$TargetInfo targetInfo
        18: .line 2973
            aload 6 /* targetInfo */
            getfield com.sun.tools.javac.comp.Attr$TargetInfo.target:Lcom/sun/tools/javac/code/Type;
            astore 7 /* currentTarget */
        start local 7 // com.sun.tools.javac.code.Type currentTarget
        19: .line 2974
            aload 6 /* targetInfo */
            getfield com.sun.tools.javac.comp.Attr$TargetInfo.descriptor:Lcom/sun/tools/javac/code/Type;
            astore 8 /* lambdaType */
        start local 8 // com.sun.tools.javac.code.Type lambdaType
        20: .line 2976
            aload 7 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 34
        21: .line 2977
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        22: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        23: .line 3087
            iload 4 /* needsRecovery */
            ifeq 33
        24: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
        25: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        26: .line 3091
            goto 31
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type top top top top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
        27: astore 15
        28: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 30
        29: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        30: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
        31: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 33
        32: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
        33: .line 2978
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            return
        34: .line 2981
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* localEnv */
            aload 1 /* that */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            aload 8 /* lambdaType */
            aload 7 /* currentTarget */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.setFunctionalInfo:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
        35: .line 2983
            aload 8 /* lambdaType */
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 54
        36: .line 2985
            aload 8 /* lambdaType */
        37: .line 2986
            aload 7 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
        38: .line 2987
            aload 7 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        39: .line 2985
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.InvalidGenericLambdaTarget:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            astore 9 /* msg */
        start local 9 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        40: .line 2988
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 9 /* msg */
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        41: .line 2989
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        42: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        43: .line 3087
            iload 4 /* needsRecovery */
            ifeq 53
        44: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
        45: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        46: .line 3091
            goto 51
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.JCDiagnostic$Fragment top top top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
        47: astore 15
        48: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 50
        49: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        50: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
        51: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 53
        52: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
        53: .line 2990
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.JCDiagnostic$Fragment
      StackMap stack:
            return
        end local 9 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        54: .line 2993
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.paramKind:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind.IMPLICIT:Lcom/sun/tools/javac/tree/JCTree$JCLambda$ParameterKind;
            if_acmpne 90
        55: .line 2995
            aload 8 /* lambdaType */
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            astore 9 /* actuals */
        start local 9 // com.sun.tools.javac.util.List actuals
        56: .line 2996
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            astore 10 /* params */
        start local 10 // com.sun.tools.javac.util.List params
        57: .line 2998
            iconst_0
            istore 11 /* arityMismatch */
        start local 11 // boolean arityMismatch
        58: .line 3000
            goto 73
        59: .line 3001
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List int
      StackMap stack:
            aload 9 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 61
        60: .line 3003
            iconst_1
            istore 11 /* arityMismatch */
        61: .line 3006
      StackMap locals:
      StackMap stack:
            iload 11 /* arityMismatch */
            ifeq 63
        62: .line 3007
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errType:Lcom/sun/tools/javac/code/Type;
            goto 64
        63: .line 3008
      StackMap locals:
      StackMap stack:
            aload 9 /* actuals */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
        64: .line 3006
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 12 /* argType */
        start local 12 // com.sun.tools.javac.code.Type argType
        65: .line 3009
            aload 10 /* params */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 67
        66: .line 3010
            aload 0 /* this */
            aload 10 /* params */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            aload 12 /* argType */
            invokevirtual com.sun.tools.javac.comp.Attr.setSyntheticVariableType:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)V
        67: .line 3012
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 10 /* params */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            aconst_null
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
        68: .line 3013
            aload 9 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 70
        69: .line 3014
            aload 9 /* actuals */
            goto 71
        70: .line 3015
      StackMap locals:
      StackMap stack:
            aload 9 /* actuals */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
        71: .line 3013
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 9 /* actuals */
        72: .line 3016
            aload 10 /* params */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 10 /* params */
        end local 12 // com.sun.tools.javac.code.Type argType
        73: .line 3000
      StackMap locals:
      StackMap stack:
            aload 10 /* params */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 59
        74: .line 3020
            aload 0 /* this */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        75: .line 3022
            iload 11 /* arityMismatch */
            ifeq 90
        76: .line 3023
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IncompatibleArgTypesInLambda:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        77: .line 3024
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        78: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        79: .line 3087
            iload 4 /* needsRecovery */
            ifeq 89
        80: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
        81: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        82: .line 3091
            goto 87
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
        83: astore 15
        84: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 86
        85: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        86: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
        87: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 89
        88: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
        89: .line 3025
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int
      StackMap stack:
            return
        end local 11 // boolean arityMismatch
        end local 10 // com.sun.tools.javac.util.List params
        end local 9 // com.sun.tools.javac.util.List actuals
        90: .line 3033
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* needsRecovery */
        91: .line 3035
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
        92: .line 3036
            aload 0 /* this */
            aload 1 /* that */
            aload 8 /* lambdaType */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.lambdaBodyResult:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        93: .line 3035
            dup_x1
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 9 /* bodyResultInfo */
        start local 9 // com.sun.tools.javac.comp.Attr$ResultInfo bodyResultInfo
        94: .line 3038
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getBodyKind:()Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            getstatic com.sun.source.tree.LambdaExpressionTree$BodyKind.EXPRESSION:Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            if_acmpne 97
        95: .line 3039
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getBody:()Lcom/sun/tools/javac/tree/JCTree;
            aload 3 /* localEnv */
            aload 9 /* bodyResultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        96: .line 3040
            goto 102
        97: .line 3041
      StackMap locals: com.sun.tools.javac.comp.Attr$ResultInfo
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.body:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCBlock
            astore 10 /* body */
        start local 10 // com.sun.tools.javac.tree.JCTree$JCBlock body
        98: .line 3042
            aload 10 /* body */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
            if_acmpne 101
        99: .line 3043
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 101
       100: .line 3044
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.copyEnv:(Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.breakTreeFound:(Lcom/sun/tools/javac/comp/Env;)V
       101: .line 3046
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCBlock
      StackMap stack:
            aload 0 /* this */
            aload 10 /* body */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            aload 3 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
        end local 10 // com.sun.tools.javac.tree.JCTree$JCBlock body
       102: .line 3049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       103: .line 3052
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.SPECULATIVE:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 104
            iconst_1
            goto 105
      StackMap locals:
      StackMap stack:
       104: iconst_0
       105: .line 3051
      StackMap locals:
      StackMap stack: int
            istore 10 /* isSpeculativeRound */
        start local 10 // boolean isSpeculativeRound
       106: .line 3054
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;)V
       107: .line 3055
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            iload 10 /* isSpeculativeRound */
            invokevirtual com.sun.tools.javac.comp.Flow.analyzeLambda:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;Z)V
       108: .line 3057
            aload 1 /* that */
            aload 7 /* currentTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
       109: .line 3058
            aload 0 /* this */
            aload 1 /* that */
            aload 8 /* lambdaType */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.checkLambdaCompatible:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
       110: .line 3060
            iload 10 /* isSpeculativeRound */
            ifne 116
       111: .line 3062
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 8 /* lambdaType */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 115
       112: .line 3063
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.flow:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.comp.Flow.analyzeLambdaThrownTypes:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;)Lcom/sun/tools/javac/util/List;
            astore 11 /* inferredThrownTypes */
        start local 11 // com.sun.tools.javac.util.List inferredThrownTypes
       113: .line 3064
            aload 0 /* this */
            aload 11 /* inferredThrownTypes */
            aload 8 /* lambdaType */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            invokevirtual com.sun.tools.javac.comp.Attr.checkExConstraints:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/InferenceContext;)Z
            ifne 115
       114: .line 3065
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* that */
            aload 8 /* lambdaType */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IncompatibleThrownTypesInMref:(Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 11 // com.sun.tools.javac.util.List inferredThrownTypes
       115: .line 3069
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            aload 3 /* localEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            iconst_2
            anewarray com.sun.tools.javac.code.Type
            dup
            iconst_0
            aload 8 /* lambdaType */
            aastore
            dup
            iconst_1
            aload 7 /* currentTarget */
            aastore
            invokevirtual com.sun.tools.javac.comp.Attr.checkAccessibleTypes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;[Lcom/sun/tools/javac/code/Type;)V
       116: .line 3071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wrongContext */
            ifeq 117
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            goto 118
       117: .line 3072
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
       118: .line 3071
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.util.List com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Attr$ResultInfo int
      StackMap stack: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 10 // boolean isSpeculativeRound
        end local 9 // com.sun.tools.javac.comp.Attr$ResultInfo bodyResultInfo
        end local 8 // com.sun.tools.javac.code.Type lambdaType
        end local 7 // com.sun.tools.javac.code.Type currentTarget
        end local 6 // com.sun.tools.javac.comp.Attr$TargetInfo targetInfo
        end local 5 // com.sun.tools.javac.util.List explicitParamTypes
       119: .line 3073
            goto 166
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int
      StackMap stack: com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
       120: astore 5 /* ex */
        start local 5 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
       121: .line 3074
            aload 5 /* ex */
            invokevirtual com.sun.tools.javac.code.Types$FunctionDescriptorLookupError.getDiagnostic:()Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 6 /* cause */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic cause
       122: .line 3075
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 6 /* cause */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
       123: .line 3076
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       124: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
       125: .line 3087
            iload 4 /* needsRecovery */
            ifeq 135
       126: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
       127: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
       128: .line 3091
            goto 133
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.code.Types$FunctionDescriptorLookupError com.sun.tools.javac.util.JCDiagnostic top top top top top top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
       129: astore 15
       130: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 132
       131: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       132: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
       133: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 135
       134: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
       135: .line 3077
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int com.sun.tools.javac.code.Types$FunctionDescriptorLookupError com.sun.tools.javac.util.JCDiagnostic
      StackMap stack:
            return
        end local 6 // com.sun.tools.javac.util.JCDiagnostic cause
        end local 5 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
       136: .line 3078
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            astore 5 /* cf */
        start local 5 // com.sun.tools.javac.code.Symbol$CompletionFailure cf
       137: .line 3079
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* cf */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 5 // com.sun.tools.javac.code.Symbol$CompletionFailure cf
       138: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
       139: .line 3087
            iload 4 /* needsRecovery */
            ifeq 177
       140: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
       141: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
       142: .line 3091
            goto 147
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int top top top top top top top top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
       143: astore 15
       144: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 146
       145: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       146: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
       147: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 177
       148: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
       149: goto 177
       150: .line 3080
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
       151: .line 3083
            iconst_0
            istore 4 /* needsRecovery */
       152: .line 3084
            aload 5 /* t */
            athrow
        end local 5 // java.lang.Throwable t
       153: .line 3085
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
       154: .line 3086
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
       155: .line 3087
            iload 4 /* needsRecovery */
            ifeq 165
       156: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
       157: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
       158: .line 3091
            goto 163
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int top top top top top top top top java.lang.Throwable com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
       159: astore 15
       160: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 162
       161: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       162: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
       163: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 165
       164: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
       165: .line 3097
      StackMap locals:
      StackMap stack:
            aload 13
            athrow
       166: .line 3086
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int
      StackMap stack:
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
       167: .line 3087
            iload 4 /* needsRecovery */
            ifeq 177
       168: .line 3088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            astore 14 /* prevResult */
        start local 14 // com.sun.tools.javac.code.Type prevResult
       169: .line 3090
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
       170: .line 3091
            goto 175
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int top top top top top top top top top com.sun.tools.javac.code.Type
      StackMap stack: java.lang.Throwable
       171: astore 15
       172: .line 3092
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 174
       173: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       174: .line 3095
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 15
            athrow
       175: .line 3092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 177
       176: .line 3093
            aload 0 /* this */
            aload 14 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 14 // com.sun.tools.javac.code.Type prevResult
       177: .line 3098
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda int com.sun.tools.javac.comp.Env int
      StackMap stack:
            return
        end local 4 // boolean needsRecovery
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // boolean wrongContext
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0  178     0                 this  Lcom/sun/tools/javac/comp/Attr;
            0  178     1                 that  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            1  178     2         wrongContext  Z
            7  178     3             localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           10  178     4        needsRecovery  Z
           14  119     5   explicitParamTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           18  119     6           targetInfo  Lcom/sun/tools/javac/comp/Attr$TargetInfo;
           19  119     7        currentTarget  Lcom/sun/tools/javac/code/Type;
           20  119     8           lambdaType  Lcom/sun/tools/javac/code/Type;
           40   54     9                  msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
           56   90     9              actuals  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           57   90    10               params  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;>;
           58   90    11        arityMismatch  Z
           65   73    12              argType  Lcom/sun/tools/javac/code/Type;
           94  119     9       bodyResultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           98  102    10                 body  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
          106  119    10   isSpeculativeRound  Z
          113  115    11  inferredThrownTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
          121  136     5                   ex  Lcom/sun/tools/javac/code/Types$FunctionDescriptorLookupError;
          122  136     6                cause  Lcom/sun/tools/javac/util/JCDiagnostic;
          137  138     5                   cf  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
          151  153     5                    t  Ljava/lang/Throwable;
           25   33    14           prevResult  Lcom/sun/tools/javac/code/Type;
           45   53    14           prevResult  Lcom/sun/tools/javac/code/Type;
           81   89    14           prevResult  Lcom/sun/tools/javac/code/Type;
          127  135    14           prevResult  Lcom/sun/tools/javac/code/Type;
          141  149    14           prevResult  Lcom/sun/tools/javac/code/Type;
          157  165    14           prevResult  Lcom/sun/tools/javac/code/Type;
          169  177    14           prevResult  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
          25    27      27  any
          45    47      47  any
          81    83      83  any
          10    22     120  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          34    42     120  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          54    78     120  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          90   119     120  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
         127   129     129  any
          10    22     136  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          34    42     136  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          54    78     136  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          90   119     136  Class com.sun.tools.javac.code.Symbol$CompletionFailure
         141   143     143  any
          10    22     150  Class java.lang.Throwable
          34    42     150  Class java.lang.Throwable
          54    78     150  Class java.lang.Throwable
          90   119     150  Class java.lang.Throwable
          10    22     153  any
          34    42     153  any
          54    78     153  any
          90   124     153  any
         136   138     153  any
         150   153     153  any
         157   159     159  any
         169   171     171  any
    MethodParameters:
      Name  Flags
      that  final

  com.sun.tools.javac.comp.Attr$TargetInfo getTargetInfo(com.sun.tools.javac.tree.JCTree$JCPolyExpression, com.sun.tools.javac.comp.Attr$ResultInfo, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Attr$TargetInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCPolyExpression that
        start local 2 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        start local 3 // com.sun.tools.javac.util.List explicitParamTypes
         0: .line 3112
            aload 2 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            astore 5 /* currentTarget */
        start local 5 // com.sun.tools.javac.code.Type currentTarget
         1: .line 3113
            aload 2 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 28
         2: .line 3118
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.targetChecker:Lcom/sun/tools/javac/code/Types$MapVisitor;
            aload 5 /* currentTarget */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.code.Types$MapVisitor.visit:(Lcom/sun/tools/javac/code/Type;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 5 /* currentTarget */
         3: .line 3119
            aload 5 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Type.isIntersection:()Z
            ifne 11
         4: .line 3120
            aload 3 /* explicitParamTypes */
            ifnull 8
         5: .line 3121
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.infer:Lcom/sun/tools/javac/comp/Infer;
            aload 1 /* that */
         6: .line 3122
            aload 5 /* currentTarget */
            aload 3 /* explicitParamTypes */
            aload 2 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
         7: .line 3121
            invokevirtual com.sun.tools.javac.comp.Infer.instantiateFunctionalInterface:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* currentTarget */
         8: .line 3124
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List top com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.removeWildcards:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* currentTarget */
         9: .line 3125
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.findDescriptorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* lambdaType */
        start local 4 // com.sun.tools.javac.code.Type lambdaType
        10: .line 3126
            goto 30
        end local 4 // com.sun.tools.javac.code.Type lambdaType
        11: .line 3127
      StackMap locals:
      StackMap stack:
            aload 5 /* currentTarget */
            checkcast com.sun.tools.javac.code.Type$IntersectionClassType
            astore 6 /* ict */
        start local 6 // com.sun.tools.javac.code.Type$IntersectionClassType ict
        12: .line 3128
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 7 /* components */
        start local 7 // com.sun.tools.javac.util.ListBuffer components
        13: .line 3129
            aload 6 /* ict */
            invokevirtual com.sun.tools.javac.code.Type$IntersectionClassType.getExplicitComponents:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 23
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List top com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type$IntersectionClassType com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
        14: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 8 /* bound */
        start local 8 // com.sun.tools.javac.code.Type bound
        15: .line 3130
            aload 3 /* explicitParamTypes */
            ifnull 21
        16: .line 3132
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.infer:Lcom/sun/tools/javac/comp/Infer;
            aload 1 /* that */
        17: .line 3133
            aload 8 /* bound */
            aload 3 /* explicitParamTypes */
            aload 2 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
        18: .line 3132
            invokevirtual com.sun.tools.javac.comp.Infer.instantiateFunctionalInterface:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* bound */
        19: .line 3134
            goto 21
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List top com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type$IntersectionClassType com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Type java.util.Iterator
      StackMap stack: com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
        20: pop
        21: .line 3138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* bound */
            invokevirtual com.sun.tools.javac.code.Types.removeWildcards:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* bound */
        22: .line 3139
            aload 7 /* components */
            aload 8 /* bound */
            invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // com.sun.tools.javac.code.Type bound
        23: .line 3129
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List top com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type$IntersectionClassType com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        24: .line 3141
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* components */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.makeIntersectionType:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            astore 5 /* currentTarget */
        25: .line 3142
            aload 5 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            dup
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
            ldc 512
            lor
            putfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
        26: .line 3143
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.findDescriptorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* lambdaType */
        end local 7 // com.sun.tools.javac.util.ListBuffer components
        end local 6 // com.sun.tools.javac.code.Type$IntersectionClassType ict
        start local 4 // com.sun.tools.javac.code.Type lambdaType
        27: .line 3146
            goto 30
        end local 4 // com.sun.tools.javac.code.Type lambdaType
        28: .line 3147
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List top com.sun.tools.javac.code.Type
      StackMap stack:
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            astore 5 /* currentTarget */
        29: .line 3148
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr.fallbackDescriptorType:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* lambdaType */
        start local 4 // com.sun.tools.javac.code.Type lambdaType
        30: .line 3150
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCPolyExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* that */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCPolyExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 37
            aload 4 /* lambdaType */
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 37
        31: .line 3152
            aload 4 /* lambdaType */
        32: .line 3153
            aload 5 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
        33: .line 3154
            aload 5 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        34: .line 3152
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.InvalidGenericLambdaTarget:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            astore 6 /* msg */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        35: .line 3155
            aload 2 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 6 /* msg */
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        36: .line 3156
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 5 /* currentTarget */
        end local 6 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        37: .line 3158
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.comp.Attr$TargetInfo
            dup
            aload 0 /* this */
            aload 5 /* currentTarget */
            aload 4 /* lambdaType */
            invokespecial com.sun.tools.javac.comp.Attr$TargetInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
            areturn
        end local 5 // com.sun.tools.javac.code.Type currentTarget
        end local 4 // com.sun.tools.javac.code.Type lambdaType
        end local 3 // com.sun.tools.javac.util.List explicitParamTypes
        end local 2 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 1 // com.sun.tools.javac.tree.JCTree$JCPolyExpression that
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   38     0                this  Lcom/sun/tools/javac/comp/Attr;
            0   38     1                that  Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression;
            0   38     2          resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            0   38     3  explicitParamTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           10   11     4          lambdaType  Lcom/sun/tools/javac/code/Type;
           27   28     4          lambdaType  Lcom/sun/tools/javac/code/Type;
           30   38     4          lambdaType  Lcom/sun/tools/javac/code/Type;
            1   38     5       currentTarget  Lcom/sun/tools/javac/code/Type;
           12   27     6                 ict  Lcom/sun/tools/javac/code/Type$IntersectionClassType;
           13   27     7          components  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
           15   23     8               bound  Lcom/sun/tools/javac/code/Type;
           35   37     6                 msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
      Exception table:
        from    to  target  type
          16    19      20  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)Lcom/sun/tools/javac/comp/Attr$TargetInfo;
    MethodParameters:
                    Name  Flags
      that                
      resultInfo          
      explicitParamTypes  

  void preFlow(com.sun.tools.javac.tree.JCTree$JCLambda);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
         0: .line 3162
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
            invokevirtual com.sun.tools.javac.comp.AttrRecover.doRecovery:()V
         1: .line 3163
            new com.sun.tools.javac.comp.Attr$9
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$9.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Attr;)V
         2: .line 3183
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.body:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.comp.Attr$9.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 3184
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
    MethodParameters:
      Name  Flags
      tree  

  private com.sun.tools.javac.code.Type fallbackDescriptorType(com.sun.tools.javac.tree.JCTree$JCExpression);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpression tree
         0: .line 3216
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            lookupswitch { // 2
                   33: 1
                   41: 13
              default: 16
          }
         1: .line 3218
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            checkcast com.sun.tools.javac.tree.JCTree$JCLambda
            astore 2 /* lambda */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCLambda lambda
         2: .line 3219
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 3 /* argtypes */
        start local 3 // com.sun.tools.javac.util.List argtypes
         3: .line 3220
            aload 2 /* lambda */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 4 /* param */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
         5: .line 3221
            aload 4 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 7
            aload 4 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            ifnull 7
         6: .line 3222
            aload 3 /* argtypes */
            aload 4 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            goto 8
         7: .line 3223
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCVariableDecl java.util.Iterator
      StackMap stack:
            aload 3 /* argtypes */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
         8: .line 3221
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 3 /* argtypes */
        end local 4 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
         9: .line 3220
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 3225
            new com.sun.tools.javac.code.Type$MethodType
            dup
            aload 3 /* argtypes */
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
        11: .line 3226
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        12: .line 3225
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            areturn
        end local 3 // com.sun.tools.javac.util.List argtypes
        end local 2 // com.sun.tools.javac.tree.JCTree$JCLambda lambda
        13: .line 3228
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression
      StackMap stack:
            new com.sun.tools.javac.code.Type$MethodType
            dup
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
        14: .line 3229
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        15: .line 3228
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            areturn
        16: .line 3231
      StackMap locals:
      StackMap stack:
            ldc "Cannot get here!"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
        17: .line 3233
            aconst_null
            areturn
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpression tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   18     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            2   13     2    lambda  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            3   13     3  argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5    9     4     param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    MethodParameters:
      Name  Flags
      tree  

  private void checkAccessibleTypes(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.InferenceContext, com.sun.tools.javac.code.Type[]);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;[Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        start local 4 // com.sun.tools.javac.code.Type[] ts
         0: .line 3238
            aload 0 /* this */
            aload 1 /* pos */
            aload 2 /* env */
            aload 3 /* inferenceContext */
            aload 4 /* ts */
            invokestatic com.sun.tools.javac.util.List.from:([Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAccessibleTypes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/util/List;)V
         1: .line 3239
            return
        end local 4 // com.sun.tools.javac.code.Type[] ts
        end local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1               pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    2     2               env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    2     3  inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
            0    2     4                ts  [Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/InferenceContext;[Lcom/sun/tools/javac/code/Type;)V
    MethodParameters:
                  Name  Flags
      pos               final
      env               final
      inferenceContext  final
      ts                final

  private void checkAccessibleTypes(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.InferenceContext, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        start local 4 // com.sun.tools.javac.util.List ts
         0: .line 3243
            aload 3 /* inferenceContext */
            aload 4 /* ts */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 5
         1: .line 3244
            aload 3 /* inferenceContext */
            aload 4 /* ts */
         2: .line 3245
            aload 0 /* this */
            aload 1 /* pos */
            aload 2 /* env */
            aload 4 /* ts */
            invokedynamic typesInferred(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$32(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/InferenceContext;)V (7)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
         3: .line 3244
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
         4: .line 3246
            goto 9
         5: .line 3247
      StackMap locals:
      StackMap stack:
            aload 4 /* ts */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 5 /* t */
        start local 5 // com.sun.tools.javac.code.Type t
         7: .line 3248
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 2 /* env */
            aload 5 /* t */
            invokevirtual com.sun.tools.javac.comp.Resolve.checkAccessibleType:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)V
        end local 5 // com.sun.tools.javac.code.Type t
         8: .line 3247
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 3251
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List
      StackMap stack:
            return
        end local 4 // com.sun.tools.javac.util.List ts
        end local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1               pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0   10     2               env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   10     3  inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
            0   10     4                ts  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            7    8     5                 t  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)V
    MethodParameters:
                  Name  Flags
      pos               final
      env               final
      inferenceContext  final
      ts                final

  com.sun.tools.javac.comp.Attr$ResultInfo lambdaBodyResult(com.sun.tools.javac.tree.JCTree$JCLambda, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
        start local 2 // com.sun.tools.javac.code.Type descriptor
        start local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 3309
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getBodyKind:()Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            getstatic com.sun.source.tree.LambdaExpressionTree$BodyKind.EXPRESSION:Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            if_acmpne 2
         1: .line 3310
            new com.sun.tools.javac.comp.Attr$ExpressionLambdaReturnContext
            dup
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getBody:()Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$ExpressionLambdaReturnContext.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            goto 3
         2: .line 3311
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.comp.Attr$FunctionalReturnContext
            dup
            aload 0 /* this */
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$FunctionalReturnContext.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
         3: .line 3309
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr$FunctionalReturnContext
            astore 4 /* funcContext */
        start local 4 // com.sun.tools.javac.comp.Attr$FunctionalReturnContext funcContext
         4: .line 3313
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 6
         5: .line 3314
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 9
         6: .line 3315
      StackMap locals: com.sun.tools.javac.comp.Attr$FunctionalReturnContext
      StackMap stack:
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
         7: .line 3316
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            aload 4 /* funcContext */
         8: .line 3315
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
         9: .line 3313
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo
            areturn
        end local 4 // com.sun.tools.javac.comp.Attr$FunctionalReturnContext funcContext
        end local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 2 // com.sun.tools.javac.code.Type descriptor
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1         that  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            0   10     2   descriptor  Lcom/sun/tools/javac/code/Type;
            0   10     3   resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            4   10     4  funcContext  Lcom/sun/tools/javac/comp/Attr$FunctionalReturnContext;
    MethodParameters:
            Name  Flags
      that        
      descriptor  
      resultInfo  

  void checkLambdaCompatible(com.sun.tools.javac.tree.JCTree$JCLambda, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        start local 2 // com.sun.tools.javac.code.Type descriptor
        start local 3 // com.sun.tools.javac.comp.Check$CheckContext checkContext
         0: .line 3326
            aload 3 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asUndetVar:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* returnType */
        start local 4 // com.sun.tools.javac.code.Type returnType
         1: .line 3332
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getBodyKind:()Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            getstatic com.sun.source.tree.LambdaExpressionTree$BodyKind.STATEMENT:Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            if_acmpne 8
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.canCompleteNormally:Z
            ifeq 8
         2: .line 3333
            aload 4 /* returnType */
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 8
            aload 4 /* returnType */
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 8
         3: .line 3335
            aload 4 /* returnType */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MissingRetVal:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IncompatibleRetTypeInLambda:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
         4: .line 3334
            astore 5 /* msg */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
         5: .line 3336
            aload 3 /* checkContext */
            aload 1 /* tree */
         6: .line 3337
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 5 /* msg */
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
         7: .line 3336
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        end local 5 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
         8: .line 3340
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asUndetVars:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 5 /* argTypes */
        start local 5 // com.sun.tools.javac.util.List argTypes
         9: .line 3341
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* argTypes */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.params:Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.tree.TreeInfo.types:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.isSameTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Z
            ifne 11
        10: .line 3342
            aload 3 /* checkContext */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IncompatibleArgTypesInLambda:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        11: .line 3344
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            return
        end local 5 // com.sun.tools.javac.util.List argTypes
        end local 4 // com.sun.tools.javac.code.Type returnType
        end local 3 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 2 // com.sun.tools.javac.code.Type descriptor
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   12     1          tree  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            0   12     2    descriptor  Lcom/sun/tools/javac/code/Type;
            0   12     3  checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
            1   12     4    returnType  Lcom/sun/tools/javac/code/Type;
            5    8     5           msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            9   12     5      argTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
              Name  Flags
      tree          
      descriptor    
      checkContext  

  public com.sun.tools.javac.code.Symbol$MethodSymbol removeClinit(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol sym
         0: .line 3357
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.clinits:Ljava/util/Map;
            aload 1 /* sym */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol sym
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1   sym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    MethodParameters:
      Name  Flags
      sym   

  public com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> lambdaEnv(com.sun.tools.javac.tree.JCTree$JCLambda, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
        start local 2 // com.sun.tools.javac.comp.Env env
         0: .line 3372
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            astore 4 /* owner */
        start local 4 // com.sun.tools.javac.code.Symbol owner
         1: .line 3373
            aload 4 /* owner */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 21
            aload 4 /* owner */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 21
         2: .line 3375
            aload 4 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 5 /* enclClass */
        start local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
         3: .line 3376
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            astore 6 /* newScopeOwner */
        start local 6 // com.sun.tools.javac.code.Symbol newScopeOwner
         4: .line 3381
            aload 4 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 8
         5: .line 3382
            aload 5 /* enclClass */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.members_field:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 8
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 19
            aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 7 /* s */
        start local 7 // com.sun.tools.javac.code.Symbol s
         6: .line 3383
            aload 7 /* s */
            astore 6 /* newScopeOwner */
        end local 7 // com.sun.tools.javac.code.Symbol s
         7: .line 3386
            goto 19
         8: .line 3390
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.comp.Env top com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.clinits:Ljava/util/Map;
            aload 5 /* enclClass */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            astore 7 /* clinit */
        start local 7 // com.sun.tools.javac.code.Symbol$MethodSymbol clinit
         9: .line 3391
            aload 7 /* clinit */
            ifnonnull 18
        10: .line 3392
            new com.sun.tools.javac.code.Type$MethodType
            dup
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        11: .line 3393
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.voidType:Lcom/sun/tools/javac/code/Type$JCVoidType;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        12: .line 3392
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 8 /* clinitType */
        start local 8 // com.sun.tools.javac.code.Type clinitType
        13: .line 3394
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            ldc 4106
        14: .line 3395
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.clinit:Lcom/sun/tools/javac/util/Name;
            aload 8 /* clinitType */
            aload 5 /* enclClass */
        15: .line 3394
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            astore 7 /* clinit */
        16: .line 3396
            aload 7 /* clinit */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
        17: .line 3397
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.clinits:Ljava/util/Map;
            aload 5 /* enclClass */
            aload 7 /* clinit */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // com.sun.tools.javac.code.Type clinitType
        18: .line 3399
      StackMap locals: com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack:
            aload 7 /* clinit */
            astore 6 /* newScopeOwner */
        end local 7 // com.sun.tools.javac.code.Symbol$MethodSymbol clinit
        19: .line 3401
      StackMap locals:
      StackMap stack:
            aload 2 /* env */
            aload 1 /* that */
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 6 /* newScopeOwner */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dupUnshared:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* lambdaEnv */
        end local 6 // com.sun.tools.javac.code.Symbol newScopeOwner
        end local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
        start local 3 // com.sun.tools.javac.comp.Env lambdaEnv
        20: .line 3402
            goto 22
        end local 3 // com.sun.tools.javac.comp.Env lambdaEnv
        21: .line 3403
      StackMap locals:
      StackMap stack:
            aload 2 /* env */
            aload 1 /* that */
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dup:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* lambdaEnv */
        start local 3 // com.sun.tools.javac.comp.Env lambdaEnv
        22: .line 3405
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 3 /* lambdaEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.yieldResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        23: .line 3406
            aload 3 /* lambdaEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isLambda:Z
        24: .line 3407
            aload 3 /* lambdaEnv */
            areturn
        end local 4 // com.sun.tools.javac.code.Symbol owner
        end local 3 // com.sun.tools.javac.comp.Env lambdaEnv
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda that
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lcom/sun/tools/javac/comp/Attr;
            0   25     1           that  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            0   25     2            env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           20   21     3      lambdaEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           22   25     3      lambdaEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1   25     4          owner  Lcom/sun/tools/javac/code/Symbol;
            3   20     5      enclClass  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            4   20     6  newScopeOwner  Lcom/sun/tools/javac/code/Symbol;
            6    7     7              s  Lcom/sun/tools/javac/code/Symbol;
            9   19     7         clinit  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           13   18     8     clinitType  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      that  
      env   

  public void visitReference(com.sun.tools.javac.tree.JCTree$JCMemberReference);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=18, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference that
         0: .line 3412
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 5
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 5
         1: .line 3413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 3
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 3
         2: .line 3415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnexpectedMref:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         3: .line 3417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         4: .line 3418
            return
         5: .line 3420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
         6: .line 3424
            aload 0 /* this */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr.memberReferenceQualifierResult:(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* exprType */
        start local 3 // com.sun.tools.javac.code.Type exprType
         7: .line 3426
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.NEW:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 18
         8: .line 3427
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.comp.Check.checkConstructorRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* exprType */
         9: .line 3428
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 18
        10: .line 3429
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 18
        11: .line 3430
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 18
        12: .line 3431
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        13: .line 3432
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;)Lcom/sun/tools/javac/code/Kinds$KindName;
        14: .line 3433
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MrefInferAndExplicitParams:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        15: .line 3432
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidMref:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        16: .line 3431
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        17: .line 3434
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* exprType */
        18: .line 3438
      StackMap locals: com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 21
        19: .line 3441
            aload 0 /* this */
            aload 1 /* that */
            aload 3 /* exprType */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        20: .line 3442
            return
        21: .line 3445
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isStaticSelector:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Names;)Z
            ifeq 24
        22: .line 3449
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Z)V
        23: .line 3450
            goto 28
        24: .line 3451
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 4 /* lhsSym */
        start local 4 // com.sun.tools.javac.code.Symbol lhsSym
        25: .line 3452
            aload 2 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 4 /* lhsSym */
            ifnull 26
            aload 4 /* lhsSym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 26
            iconst_1
            goto 27
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol
      StackMap stack: com.sun.tools.javac.comp.AttrContext
        26: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol
      StackMap stack: com.sun.tools.javac.comp.AttrContext int
        27: putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        end local 4 // com.sun.tools.javac.code.Symbol lhsSym
        28: .line 3455
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 4 /* typeargtypes */
        start local 4 // com.sun.tools.javac.util.List typeargtypes
        29: .line 3456
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 31
        30: .line 3457
            aload 0 /* this */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 4 /* typeargtypes */
        31: .line 3461
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 34
        32: .line 3462
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.isSerializable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 34
        33: .line 3460
            iconst_1
            goto 35
      StackMap locals:
      StackMap stack:
        34: iconst_0
      StackMap locals:
      StackMap stack: int
        35: istore 5 /* isTargetSerializable */
        start local 5 // boolean isTargetSerializable
        36: .line 3463
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            aconst_null
            invokevirtual com.sun.tools.javac.comp.Attr.getTargetInfo:(Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Attr$TargetInfo;
            astore 6 /* targetInfo */
        start local 6 // com.sun.tools.javac.comp.Attr$TargetInfo targetInfo
        37: .line 3464
            aload 6 /* targetInfo */
            getfield com.sun.tools.javac.comp.Attr$TargetInfo.target:Lcom/sun/tools/javac/code/Type;
            astore 7 /* currentTarget */
        start local 7 // com.sun.tools.javac.code.Type currentTarget
        38: .line 3465
            aload 6 /* targetInfo */
            getfield com.sun.tools.javac.comp.Attr$TargetInfo.descriptor:Lcom/sun/tools/javac/code/Type;
            astore 8 /* desc */
        start local 8 // com.sun.tools.javac.code.Type desc
        39: .line 3467
            aload 0 /* this */
            aload 2 /* localEnv */
            aload 1 /* that */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            aload 8 /* desc */
            aload 7 /* currentTarget */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokevirtual com.sun.tools.javac.comp.Attr.setFunctionalInfo:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
        40: .line 3468
            aload 8 /* desc */
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            astore 9 /* argtypes */
        start local 9 // com.sun.tools.javac.util.List argtypes
        41: .line 3469
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.resolveMethodCheck:Lcom/sun/tools/javac/comp/Resolve$MethodCheck;
            astore 10 /* referenceCheck */
        start local 10 // com.sun.tools.javac.comp.Resolve$MethodCheck referenceCheck
        42: .line 3471
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 9 /* argtypes */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 44
        43: .line 3472
            new com.sun.tools.javac.comp.Resolve$MethodReferenceCheck
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            invokespecial com.sun.tools.javac.comp.Resolve$MethodReferenceCheck.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/InferenceContext;)V
            astore 10 /* referenceCheck */
        44: .line 3475
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck
      StackMap stack:
            aconst_null
            astore 11 /* refResult */
        start local 11 // com.sun.tools.javac.util.Pair refResult
        45: .line 3476
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.save:()Lcom/sun/tools/javac/util/List;
            astore 12 /* saved_undet */
        start local 12 // com.sun.tools.javac.util.List saved_undet
        46: .line 3478
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 2 /* localEnv */
            aload 1 /* that */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
        47: .line 3479
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.name:Lcom/sun/tools/javac/util/Name;
            aload 9 /* argtypes */
            aload 4 /* typeargtypes */
            aload 6 /* targetInfo */
            getfield com.sun.tools.javac.comp.Attr$TargetInfo.descriptor:Lcom/sun/tools/javac/code/Type;
            aload 10 /* referenceCheck */
        48: .line 3480
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.basicReferenceChooser:Lcom/sun/tools/javac/comp/Resolve$ReferenceChooser;
        49: .line 3478
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveMemberReference:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Resolve$MethodCheck;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/comp/Resolve$ReferenceChooser;)Lcom/sun/tools/javac/util/Pair;
            astore 11 /* refResult */
        50: .line 3481
            goto 54
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List
      StackMap stack: java.lang.Throwable
        51: astore 13
        52: .line 3482
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 12 /* saved_undet */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.rollback:(Lcom/sun/tools/javac/util/List;)V
        53: .line 3483
            aload 13
            athrow
        54: .line 3482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 12 /* saved_undet */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.rollback:(Lcom/sun/tools/javac/util/List;)V
        55: .line 3485
            aload 11 /* refResult */
            getfield com.sun.tools.javac.util.Pair.fst:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 13 /* refSym */
        start local 13 // com.sun.tools.javac.code.Symbol refSym
        56: .line 3486
            aload 11 /* refResult */
            getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
            astore 14 /* lookupHelper */
        start local 14 // com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper lookupHelper
        57: .line 3491
            aload 13 /* refSym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 84
        58: .line 3493
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:()[I
            aload 13 /* refSym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iaload
            tableswitch { // 9 - 17
                    9: 61
                   10: 61
                   11: 61
                   12: 59
                   13: 63
                   14: 63
                   15: 61
                   16: 61
                   17: 59
              default: 63
          }
        59: .line 3496
      StackMap locals: com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack:
            iconst_0
            istore 15 /* targetError */
        start local 15 // boolean targetError
        60: .line 3497
            goto 65
        end local 15 // boolean targetError
        61: .line 3503
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 15 /* targetError */
        start local 15 // boolean targetError
        62: .line 3504
            goto 65
        end local 15 // boolean targetError
        63: .line 3506
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "unexpected result kind "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 13 /* refSym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
        64: .line 3507
            iconst_0
            istore 15 /* targetError */
        start local 15 // boolean targetError
        65: .line 3510
      StackMap locals: int
      StackMap stack:
            aload 13 /* refSym */
            invokevirtual com.sun.tools.javac.code.Symbol.baseSymbol:()Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.comp.Resolve$ResolveError
        66: .line 3511
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticType.FRAGMENT:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;
        67: .line 3512
            aload 1 /* that */
            aload 3 /* exprType */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 3 /* exprType */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.name:Lcom/sun/tools/javac/util/Name;
            aload 9 /* argtypes */
            aload 4 /* typeargtypes */
        68: .line 3511
            invokevirtual com.sun.tools.javac.comp.Resolve$ResolveError.getDiagnostic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic;
        69: .line 3510
            astore 16 /* detailsDiag */
        start local 16 // com.sun.tools.javac.util.JCDiagnostic detailsDiag
        70: .line 3514
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            invokevirtual com.sun.tools.javac.util.Log.currentSource:()Lcom/sun/tools/javac/util/DiagnosticSource;
            aload 1 /* that */
        71: .line 3515
            iload 15 /* targetError */
            ifeq 73
        72: .line 3516
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;)Lcom/sun/tools/javac/code/Kinds$KindName;
            aload 16 /* detailsDiag */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.InvalidMref:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/util/JCDiagnostic;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 74
        73: .line 3517
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper int com.sun.tools.javac.util.JCDiagnostic
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Factory com.sun.tools.javac.util.DiagnosticSource com.sun.tools.javac.tree.JCTree$JCMemberReference
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;)Lcom/sun/tools/javac/code/Kinds$KindName;
            aload 16 /* detailsDiag */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidMref:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/util/JCDiagnostic;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        74: .line 3514
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper int com.sun.tools.javac.util.JCDiagnostic
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Factory com.sun.tools.javac.util.DiagnosticSource com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.util.JCDiagnostic$DiagnosticInfo
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.create:(Lcom/sun/tools/javac/util/DiagnosticSource;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticInfo;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 17 /* diag */
        start local 17 // com.sun.tools.javac.util.JCDiagnostic diag
        75: .line 3519
            iload 15 /* targetError */
            ifeq 78
            aload 7 /* currentTarget */
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 78
        76: .line 3522
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        77: .line 3523
            return
        78: .line 3525
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic
      StackMap stack:
            iload 15 /* targetError */
            ifeq 81
        79: .line 3526
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 17 /* diag */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        80: .line 3527
            goto 82
        81: .line 3528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 17 /* diag */
            invokevirtual com.sun.tools.javac.util.Log.report:(Lcom/sun/tools/javac/util/JCDiagnostic;)V
        82: .line 3530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        83: .line 3531
            return
        end local 17 // com.sun.tools.javac.util.JCDiagnostic diag
        end local 16 // com.sun.tools.javac.util.JCDiagnostic detailsDiag
        end local 15 // boolean targetError
        84: .line 3535
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            aload 13 /* refSym */
            invokevirtual com.sun.tools.javac.code.Symbol.isConstructor:()Z
            ifeq 85
            aload 13 /* refSym */
            invokevirtual com.sun.tools.javac.code.Symbol.baseSymbol:()Lcom/sun/tools/javac/code/Symbol;
            goto 86
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCMemberReference
        85: aload 13 /* refSym */
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.code.Symbol
        86: putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
        87: .line 3536
            aload 1 /* that */
            aload 14 /* lookupHelper */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper.referenceKind:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.kind:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
        88: .line 3537
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 2 /* localEnv */
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.comp.Resolve.isAccessible:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Z
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.ownerAccessible:Z
        89: .line 3539
            aload 8 /* desc */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpne 92
        90: .line 3541
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        91: .line 3542
            return
        92: .line 3545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.attributionMode:Lcom/sun/tools/javac/comp/DeferredAttr$AttributionMode;
            getfield com.sun.tools.javac.comp.DeferredAttr$AttributionMode.isSpeculative:Z
            ifne 96
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.NEW:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 96
        93: .line 3546
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            astore 15 /* enclosingType */
        start local 15 // com.sun.tools.javac.code.Type enclosingType
        94: .line 3547
            aload 15 /* enclosingType */
            ifnull 96
            aload 15 /* enclosingType */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 96
        95: .line 3549
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveImplicitThis:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 15 // com.sun.tools.javac.code.Type enclosingType
        96: .line 3553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 115
        97: .line 3555
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.INVOKE:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 102
        98: .line 3556
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isStaticSelector:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Names;)Z
            ifeq 102
        99: .line 3557
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.kind:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.isUnbound:()Z
            ifeq 102
       100: .line 3558
            aload 14 /* lookupHelper */
            getfield com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 102
       101: .line 3559
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* localEnv */
            invokevirtual com.sun.tools.javac.comp.Check.checkRaw:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
       102: .line 3562
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.isStatic:()Z
            ifeq 111
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isStaticSelector:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Names;)Z
            ifeq 111
       103: .line 3563
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 111
       104: .line 3565
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
       105: .line 3566
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;)Lcom/sun/tools/javac/code/Kinds$KindName;
       106: .line 3567
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.StaticMrefWithTargs:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       107: .line 3566
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidMref:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       108: .line 3565
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       109: .line 3568
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       110: .line 3569
            return
       111: .line 3572
      StackMap locals:
      StackMap stack:
            aload 13 /* refSym */
            invokevirtual com.sun.tools.javac.code.Symbol.isStatic:()Z
            ifne 113
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.kind:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.SUPER:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            if_acmpne 113
       112: .line 3574
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.comp.Resolve.checkNonAbstract:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
       113: .line 3577
      StackMap locals:
      StackMap stack:
            iload 5 /* isTargetSerializable */
            ifeq 115
       114: .line 3578
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* that */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Check.checkAccessFromSerializableElement:(Lcom/sun/tools/javac/tree/JCTree;Z)V
       115: .line 3583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            aload 0 /* this */
       116: .line 3584
            aload 8 /* desc */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 117
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            goto 118
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Attr
       117: aload 8 /* desc */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
       118: .line 3585
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.kind:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.isUnbound:()Z
            ifeq 119
            aload 9 /* argtypes */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            goto 120
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type
       119: aload 9 /* argtypes */
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env com.sun.tools.javac.code.Type com.sun.tools.javac.util.List int com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.comp.Resolve$MethodCheck com.sun.tools.javac.util.Pair com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
      StackMap stack: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.util.List
       120: aload 4 /* typeargtypes */
       121: .line 3583
            invokevirtual com.sun.tools.javac.comp.Attr.newMethodTemplate:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
       122: .line 3586
            new com.sun.tools.javac.comp.Attr$FunctionalReturnContext
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$FunctionalReturnContext.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_TREE_UPDATE:Lcom/sun/tools/javac/comp/Attr$CheckMode;
       123: .line 3583
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/comp/Attr$CheckMode;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
       124: .line 3582
            astore 15 /* checkInfo */
        start local 15 // com.sun.tools.javac.comp.Attr$ResultInfo checkInfo
       125: .line 3588
            aload 0 /* this */
            aload 1 /* that */
            aload 14 /* lookupHelper */
            getfield com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            aload 13 /* refSym */
            aload 2 /* localEnv */
            aload 15 /* checkInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 16 /* refType */
        start local 16 // com.sun.tools.javac.code.Type refType
       126: .line 3590
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.kind:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.isUnbound:()Z
            ifeq 130
       127: .line 3591
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 9 /* argtypes */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 130
       128: .line 3593
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 9 /* argtypes */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asUndetVar:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 130
       129: .line 3597
            ldc "Can't get here"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
       130: .line 3601
      StackMap locals: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type
      StackMap stack:
            aload 16 /* refType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 134
       131: .line 3602
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 16 /* refType */
       132: .line 3603
            aload 0 /* this */
            aload 13 /* refSym */
            aload 14 /* lookupHelper */
            getfield com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.name:Lcom/sun/tools/javac/util/Name;
            aload 15 /* checkInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            aload 16 /* refType */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.adjustMethodReturnType:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
       133: .line 3602
            invokevirtual com.sun.tools.javac.code.Types.createMethodTypeWithReturn:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 16 /* refType */
       134: .line 3609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.SPECULATIVE:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 135
            iconst_1
            goto 136
      StackMap locals:
      StackMap stack:
       135: iconst_0
       136: .line 3608
      StackMap locals:
      StackMap stack: int
            istore 17 /* isSpeculativeRound */
        start local 17 // boolean isSpeculativeRound
       137: .line 3611
            aload 1 /* that */
            aload 7 /* currentTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
       138: .line 3612
            aload 0 /* this */
            aload 1 /* that */
            aload 8 /* desc */
            aload 16 /* refType */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            iload 17 /* isSpeculativeRound */
            invokevirtual com.sun.tools.javac.comp.Attr.checkReferenceCompatible:(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Z)V
       139: .line 3613
            iload 17 /* isSpeculativeRound */
            ifne 141
       140: .line 3614
            aload 0 /* this */
            aload 1 /* that */
            aload 2 /* localEnv */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            iconst_2
            anewarray com.sun.tools.javac.code.Type
            dup
            iconst_0
            aload 8 /* desc */
            aastore
            dup
            iconst_1
            aload 7 /* currentTarget */
            aastore
            invokevirtual com.sun.tools.javac.comp.Attr.checkAccessibleTypes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;[Lcom/sun/tools/javac/code/Type;)V
       141: .line 3616
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* that */
            aload 7 /* currentTarget */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        end local 17 // boolean isSpeculativeRound
        end local 16 // com.sun.tools.javac.code.Type refType
        end local 15 // com.sun.tools.javac.comp.Attr$ResultInfo checkInfo
        end local 14 // com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper lookupHelper
        end local 13 // com.sun.tools.javac.code.Symbol refSym
        end local 12 // com.sun.tools.javac.util.List saved_undet
        end local 11 // com.sun.tools.javac.util.Pair refResult
        end local 10 // com.sun.tools.javac.comp.Resolve$MethodCheck referenceCheck
        end local 9 // com.sun.tools.javac.util.List argtypes
        end local 8 // com.sun.tools.javac.code.Type desc
        end local 7 // com.sun.tools.javac.code.Type currentTarget
        end local 6 // com.sun.tools.javac.comp.Attr$TargetInfo targetInfo
        end local 5 // boolean isTargetSerializable
        end local 4 // com.sun.tools.javac.util.List typeargtypes
        end local 3 // com.sun.tools.javac.code.Type exprType
       142: .line 3617
            goto 148
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference com.sun.tools.javac.comp.Env
      StackMap stack: com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
       143: astore 3 /* ex */
        start local 3 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
       144: .line 3618
            aload 3 /* ex */
            invokevirtual com.sun.tools.javac.code.Types$FunctionDescriptorLookupError.getDiagnostic:()Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 4 /* cause */
        start local 4 // com.sun.tools.javac.util.JCDiagnostic cause
       145: .line 3619
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* that */
            aload 4 /* cause */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
       146: .line 3620
            aload 0 /* this */
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
       147: .line 3621
            return
        end local 4 // com.sun.tools.javac.util.JCDiagnostic cause
        end local 3 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
       148: .line 3623
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.comp.Env localEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference that
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  149     0                  this  Lcom/sun/tools/javac/comp/Attr;
            0  149     1                  that  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
            6  149     2              localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            7  142     3              exprType  Lcom/sun/tools/javac/code/Type;
           25   28     4                lhsSym  Lcom/sun/tools/javac/code/Symbol;
           29  142     4          typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           36  142     5  isTargetSerializable  Z
           37  142     6            targetInfo  Lcom/sun/tools/javac/comp/Attr$TargetInfo;
           38  142     7         currentTarget  Lcom/sun/tools/javac/code/Type;
           39  142     8                  desc  Lcom/sun/tools/javac/code/Type;
           41  142     9              argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           42  142    10        referenceCheck  Lcom/sun/tools/javac/comp/Resolve$MethodCheck;
           45  142    11             refResult  Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Resolve$ReferenceLookupHelper;>;
           46  142    12           saved_undet  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           56  142    13                refSym  Lcom/sun/tools/javac/code/Symbol;
           57  142    14          lookupHelper  Lcom/sun/tools/javac/comp/Resolve$ReferenceLookupHelper;
           60   61    15           targetError  Z
           62   63    15           targetError  Z
           65   84    15           targetError  Z
           70   84    16           detailsDiag  Lcom/sun/tools/javac/util/JCDiagnostic;
           75   84    17                  diag  Lcom/sun/tools/javac/util/JCDiagnostic;
           94   96    15         enclosingType  Lcom/sun/tools/javac/code/Type;
          125  142    15             checkInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
          126  142    16               refType  Lcom/sun/tools/javac/code/Type;
          137  142    17    isSpeculativeRound  Z
          144  148     3                    ex  Lcom/sun/tools/javac/code/Types$FunctionDescriptorLookupError;
          145  148     4                 cause  Lcom/sun/tools/javac/util/JCDiagnostic;
      Exception table:
        from    to  target  type
          46    51      51  any
           6    20     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          21    77     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          78    83     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          84    91     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          92   110     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
         111   142     143  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
    MethodParameters:
      Name  Flags
      that  final

  com.sun.tools.javac.comp.Attr$ResultInfo memberReferenceQualifierResult(com.sun.tools.javac.tree.JCTree$JCMemberReference);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
         0: .line 3627
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.INVOKE:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 2
         1: .line 3628
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            goto 3
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference
      StackMap stack: new 0 new 0 com.sun.tools.javac.comp.Attr
         2: getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
         3: .line 3629
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCMemberReference
      StackMap stack: new 0 new 0 com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Kinds$KindSelector
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
         4: .line 3627
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            areturn
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
    MethodParameters:
      Name  Flags
      tree  

  void checkReferenceCompatible(com.sun.tools.javac.tree.JCTree$JCMemberReference, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Check$CheckContext, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Z)V
    flags: (0x0000) 
    Code:
      stack=7, locals=11, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
        start local 2 // com.sun.tools.javac.code.Type descriptor
        start local 3 // com.sun.tools.javac.code.Type refType
        start local 4 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        start local 5 // boolean speculativeAttr
         0: .line 3635
            aload 4 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            astore 6 /* inferenceContext */
        start local 6 // com.sun.tools.javac.comp.InferenceContext inferenceContext
         1: .line 3636
            aload 6 /* inferenceContext */
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asUndetVar:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* returnType */
        start local 7 // com.sun.tools.javac.code.Type returnType
         2: .line 3639
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$source$tree$MemberReferenceTree$ReferenceMode:()[I
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMemberReference.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokevirtual com.sun.source.tree.MemberReferenceTree$ReferenceMode.ordinal:()I
            iaload
            tableswitch { // 2 - 2
                    2: 3
              default: 6
          }
         3: .line 3641
      StackMap locals: com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifne 6
         4: .line 3642
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            astore 8 /* resType */
        start local 8 // com.sun.tools.javac.code.Type resType
         5: .line 3643
            goto 7
        end local 8 // com.sun.tools.javac.code.Type resType
         6: .line 3646
      StackMap locals:
      StackMap stack:
            aload 3 /* refType */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            astore 8 /* resType */
        start local 8 // com.sun.tools.javac.code.Type resType
         7: .line 3649
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 8 /* resType */
            astore 9 /* incompatibleReturnType */
        start local 9 // com.sun.tools.javac.code.Type incompatibleReturnType
         8: .line 3651
            aload 7 /* returnType */
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 10
         9: .line 3652
            aconst_null
            astore 9 /* incompatibleReturnType */
        10: .line 3655
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 7 /* returnType */
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 17
            aload 8 /* resType */
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 17
        11: .line 3656
            aload 8 /* resType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 16
        12: .line 3657
            new com.sun.tools.javac.comp.Attr$FunctionalReturnContext
            dup
            aload 0 /* this */
            aload 4 /* checkContext */
            invokespecial com.sun.tools.javac.comp.Attr$FunctionalReturnContext.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            aload 8 /* resType */
            aload 7 /* returnType */
        13: .line 3658
            aload 4 /* checkContext */
            aload 1 /* tree */
            aload 8 /* resType */
            aload 7 /* returnType */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.checkWarner:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Warner;
        14: .line 3657
            invokevirtual com.sun.tools.javac.comp.Attr$FunctionalReturnContext.compatible:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z
        15: .line 3658
            ifeq 17
        16: .line 3659
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* incompatibleReturnType */
        17: .line 3663
      StackMap locals:
      StackMap stack:
            aload 9 /* incompatibleReturnType */
            ifnull 22
        18: .line 3665
            aload 8 /* resType */
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.InconvertibleTypes:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IncompatibleRetTypeInMref:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        19: .line 3664
            astore 10 /* msg */
        start local 10 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        20: .line 3666
            aload 4 /* checkContext */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 10 /* msg */
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        end local 10 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        21: .line 3667
            goto 28
        22: .line 3668
      StackMap locals:
      StackMap stack:
            aload 6 /* inferenceContext */
            aload 3 /* refType */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 27
        23: .line 3670
            aload 6 /* inferenceContext */
            aload 3 /* refType */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        24: .line 3671
            aload 1 /* tree */
            aload 3 /* refType */
            invokedynamic typesInferred(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$33(Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/InferenceContext;)V (6)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
        25: .line 3670
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
        26: .line 3674
            goto 28
        27: .line 3675
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            aload 3 /* refType */
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.referentType:Lcom/sun/tools/javac/code/Type;
        28: .line 3679
      StackMap locals:
      StackMap stack:
            iload 5 /* speculativeAttr */
            ifne 31
        29: .line 3680
            aload 0 /* this */
            aload 3 /* refType */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            aload 6 /* inferenceContext */
            invokevirtual com.sun.tools.javac.comp.Attr.checkExConstraints:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/InferenceContext;)Z
            ifne 31
        30: .line 3681
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            aload 3 /* refType */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IncompatibleThrownTypesInMref:(Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        31: .line 3684
      StackMap locals:
      StackMap stack:
            return
        end local 9 // com.sun.tools.javac.code.Type incompatibleReturnType
        end local 8 // com.sun.tools.javac.code.Type resType
        end local 7 // com.sun.tools.javac.code.Type returnType
        end local 6 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 5 // boolean speculativeAttr
        end local 4 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 3 // com.sun.tools.javac.code.Type refType
        end local 2 // com.sun.tools.javac.code.Type descriptor
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMemberReference tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   32     0                    this  Lcom/sun/tools/javac/comp/Attr;
            0   32     1                    tree  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
            0   32     2              descriptor  Lcom/sun/tools/javac/code/Type;
            0   32     3                 refType  Lcom/sun/tools/javac/code/Type;
            0   32     4            checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
            0   32     5         speculativeAttr  Z
            1   32     6        inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
            2   32     7              returnType  Lcom/sun/tools/javac/code/Type;
            5    6     8                 resType  Lcom/sun/tools/javac/code/Type;
            7   32     8                 resType  Lcom/sun/tools/javac/code/Type;
            8   32     9  incompatibleReturnType  Lcom/sun/tools/javac/code/Type;
           20   21    10                     msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
    MethodParameters:
                 Name  Flags
      tree             
      descriptor       
      refType          
      checkContext     
      speculativeAttr  

  boolean checkExConstraints(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/InferenceContext;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=13, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.List thrownByFuncExpr
        start local 2 // com.sun.tools.javac.util.List thrownAtFuncType
        start local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
         0: .line 3693
            aload 2 /* thrownAtFuncType */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
         1: .line 3694
            aload 3 /* inferenceContext */
            invokedynamic test(Lcom/sun/tools/javac/comp/InferenceContext;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$34(Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
         2: .line 3693
            astore 4 /* nonProperList */
        start local 4 // com.sun.tools.javac.util.List nonProperList
         3: .line 3695
            aload 2 /* thrownAtFuncType */
            aload 4 /* nonProperList */
            invokevirtual com.sun.tools.javac.util.List.diff:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 5 /* properList */
        start local 5 // com.sun.tools.javac.util.List properList
         4: .line 3701
            aload 1 /* thrownByFuncExpr */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
         5: .line 3702
            aload 0 /* this */
            invokedynamic test(Lcom/sun/tools/javac/comp/Attr;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$35(Lcom/sun/tools/javac/code/Type;)Z (7)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
         6: .line 3701
            astore 6 /* checkedList */
        start local 6 // com.sun.tools.javac.util.List checkedList
         7: .line 3709
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 7 /* uncaughtByProperTypes */
        start local 7 // com.sun.tools.javac.util.ListBuffer uncaughtByProperTypes
         8: .line 3710
            aload 6 /* checkedList */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 19
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         9: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 8 /* checked */
        start local 8 // com.sun.tools.javac.code.Type checked
        10: .line 3711
            iconst_0
            istore 10 /* isSubtype */
        start local 10 // boolean isSubtype
        11: .line 3712
            aload 5 /* properList */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 12
            goto 16
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Type java.util.Iterator int top java.util.Iterator
      StackMap stack:
        12: aload 12
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 11 /* proper */
        start local 11 // com.sun.tools.javac.code.Type proper
        13: .line 3713
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* checked */
            aload 11 /* proper */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 16
        14: .line 3714
            iconst_1
            istore 10 /* isSubtype */
        15: .line 3715
            goto 17
        end local 11 // com.sun.tools.javac.code.Type proper
        16: .line 3712
      StackMap locals:
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        17: .line 3718
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Type java.util.Iterator int
      StackMap stack:
            iload 10 /* isSubtype */
            ifne 19
        18: .line 3719
            aload 7 /* uncaughtByProperTypes */
            aload 8 /* checked */
            invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // boolean isSubtype
        end local 8 // com.sun.tools.javac.code.Type checked
        19: .line 3710
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        20: .line 3723
            aload 4 /* nonProperList */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 22
            aload 7 /* uncaughtByProperTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.isEmpty:()Z
            ifne 22
        21: .line 3724
            iconst_0
            ireturn
        22: .line 3731
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer
      StackMap stack:
            aload 3 /* inferenceContext */
            aload 4 /* nonProperList */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asUndetVars:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 8 /* nonProperAsUndet */
        start local 8 // com.sun.tools.javac.util.List nonProperAsUndet
        23: .line 3732
            aload 7 /* uncaughtByProperTypes */
            aload 0 /* this */
            aload 8 /* nonProperAsUndet */
            invokedynamic accept(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/util/List;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/Attr.lambda$36(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V (7)
                  (Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.util.ListBuffer.forEach:(Ljava/util/function/Consumer;)V
        24: .line 3740
            aload 8 /* nonProperAsUndet */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        25: .line 3741
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$38(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        26: .line 3742
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/Attr.lambda$39(Lcom/sun/tools/javac/code/Type;)V (6)
                  (Lcom/sun/tools/javac/code/Type;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
        27: .line 3743
            iconst_1
            ireturn
        end local 8 // com.sun.tools.javac.util.List nonProperAsUndet
        end local 7 // com.sun.tools.javac.util.ListBuffer uncaughtByProperTypes
        end local 6 // com.sun.tools.javac.util.List checkedList
        end local 5 // com.sun.tools.javac.util.List properList
        end local 4 // com.sun.tools.javac.util.List nonProperList
        end local 3 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 2 // com.sun.tools.javac.util.List thrownAtFuncType
        end local 1 // com.sun.tools.javac.util.List thrownByFuncExpr
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   28     0                   this  Lcom/sun/tools/javac/comp/Attr;
            0   28     1       thrownByFuncExpr  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   28     2       thrownAtFuncType  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   28     3       inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;
            3   28     4          nonProperList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            4   28     5             properList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            7   28     6            checkedList  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            8   28     7  uncaughtByProperTypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
           10   19     8                checked  Lcom/sun/tools/javac/code/Type;
           11   19    10              isSubtype  Z
           13   16    11                 proper  Lcom/sun/tools/javac/code/Type;
           23   28     8       nonProperAsUndet  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/comp/InferenceContext;)Z
    MethodParameters:
                  Name  Flags
      thrownByFuncExpr  
      thrownAtFuncType  
      inferenceContext  

  private void setFunctionalInfo(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCFunctionalExpression, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Check$CheckContext);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=7
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.JCTree$JCFunctionalExpression fExpr
        start local 3 // com.sun.tools.javac.code.Type pt
        start local 4 // com.sun.tools.javac.code.Type descriptorType
        start local 5 // com.sun.tools.javac.code.Type primaryTarget
        start local 6 // com.sun.tools.javac.comp.Check$CheckContext checkContext
         0: .line 3753
            aload 6 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 4 /* descriptorType */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 5
         1: .line 3754
            aload 6 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
            aload 3 /* pt */
            aload 4 /* descriptorType */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
         2: .line 3755
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* fExpr */
            aload 3 /* pt */
            aload 4 /* descriptorType */
            aload 5 /* primaryTarget */
            aload 6 /* checkContext */
            invokedynamic typesInferred(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
                  com/sun/tools/javac/comp/Attr.lambda$40(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/comp/InferenceContext;)V (7)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
         3: .line 3754
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
         4: .line 3757
            goto 25
         5: .line 3758
      StackMap locals:
      StackMap stack:
            aload 3 /* pt */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 7
         6: .line 3759
            aload 2 /* fExpr */
            aload 5 /* primaryTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.target:Lcom/sun/tools/javac/code/Type;
         7: .line 3761
      StackMap locals:
      StackMap stack:
            aload 6 /* checkContext */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.deferredAttrContext:()Lcom/sun/tools/javac/comp/DeferredAttr$DeferredAttrContext;
            getfield com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext.mode:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            if_acmpne 25
         8: .line 3762
            aload 3 /* pt */
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 25
         9: .line 3769
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* env */
        10: .line 3770
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            aload 2 /* fExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.target:Lcom/sun/tools/javac/code/Type;
            ldc 1024
        11: .line 3769
            invokevirtual com.sun.tools.javac.code.Types.makeFunctionalInterfaceClass:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;J)Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 7 /* csym */
        start local 7 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        12: .line 3771
            aload 7 /* csym */
            ifnull 25
        13: .line 3772
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 7 /* csym */
            aload 7 /* csym */
            invokevirtual com.sun.tools.javac.comp.Check.checkImplementations:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        14: .line 3777
            aload 7 /* csym */
            dup
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 512
            lor
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
        15: .line 3778
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.findDescriptorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        16: .line 3779
            goto 25
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCFunctionalExpression com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Check$CheckContext com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack: com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
        17: pop
        18: .line 3780
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 2 /* fExpr */
        19: .line 3781
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 2 /* fExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.target:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.NoSuitableFunctionalIntfInst:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
        20: .line 3780
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        end local 7 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        21: .line 3784
            goto 25
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCFunctionalExpression com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Check$CheckContext
      StackMap stack: com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
        22: astore 7 /* ex */
        start local 7 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
        23: .line 3785
            aload 7 /* ex */
            invokevirtual com.sun.tools.javac.code.Types$FunctionDescriptorLookupError.getDiagnostic:()Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 8 /* cause */
        start local 8 // com.sun.tools.javac.util.JCDiagnostic cause
        24: .line 3786
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 8 /* cause */
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        end local 8 // com.sun.tools.javac.util.JCDiagnostic cause
        end local 7 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
        25: .line 3790
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.sun.tools.javac.comp.Check$CheckContext checkContext
        end local 5 // com.sun.tools.javac.code.Type primaryTarget
        end local 4 // com.sun.tools.javac.code.Type descriptorType
        end local 3 // com.sun.tools.javac.code.Type pt
        end local 2 // com.sun.tools.javac.tree.JCTree$JCFunctionalExpression fExpr
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   26     0            this  Lcom/sun/tools/javac/comp/Attr;
            0   26     1             env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   26     2           fExpr  Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;
            0   26     3              pt  Lcom/sun/tools/javac/code/Type;
            0   26     4  descriptorType  Lcom/sun/tools/javac/code/Type;
            0   26     5   primaryTarget  Lcom/sun/tools/javac/code/Type;
            0   26     6    checkContext  Lcom/sun/tools/javac/comp/Check$CheckContext;
           12   21     7            csym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           23   25     7              ex  Lcom/sun/tools/javac/code/Types$FunctionDescriptorLookupError;
           24   25     8           cause  Lcom/sun/tools/javac/util/JCDiagnostic;
      Exception table:
        from    to  target  type
          14    16      17  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
           9    21      22  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
    MethodParameters:
                Name  Flags
      env             final
      fExpr           final
      pt              final
      descriptorType  final
      primaryTarget   final
      checkContext    final

  public void visitParens(com.sun.tools.javac.tree.JCTree$JCParens);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCParens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCParens tree
         0: .line 3793
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCParens.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 3794
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 3795
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 3 /* sym */
        start local 3 // com.sun.tools.javac.code.Symbol sym
         3: .line 3796
            aload 3 /* sym */
            ifnull 5
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.matches:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 5
         4: .line 3797
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCParens.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalParenthesizedExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         5: .line 3798
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Symbol sym
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCParens tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCParens;
            1    6     2  owntype  Lcom/sun/tools/javac/code/Type;
            3    6     3      sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      tree  

  public void visitAssign(com.sun.tools.javac.tree.JCTree$JCAssign);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssign;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssign tree
         0: .line 3801
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssign.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.varAssignmentInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 3802
            aload 0 /* this */
            aload 2 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* capturedType */
        start local 3 // com.sun.tools.javac.code.Type capturedType
         2: .line 3803
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssign.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 2 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         3: .line 3804
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* capturedType */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         4: .line 3805
            return
        end local 3 // com.sun.tools.javac.code.Type capturedType
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssign tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1          tree  Lcom/sun/tools/javac/tree/JCTree$JCAssign;
            1    5     2       owntype  Lcom/sun/tools/javac/code/Type;
            2    5     3  capturedType  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitAssignop(com.sun.tools.javac.tree.JCTree$JCAssignOp);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp tree
         0: .line 3809
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.varAssignmentInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 3810
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* operand */
        start local 3 // com.sun.tools.javac.code.Type operand
         2: .line 3812
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* tree */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCAssignOp.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.noAssignOp:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 2 /* owntype */
            aload 3 /* operand */
            invokevirtual com.sun.tools.javac.comp.Operators.resolveBinary:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCAssignOp.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            astore 4 /* operator */
        start local 4 // com.sun.tools.javac.code.Symbol operator
         3: .line 3813
            aload 4 /* operator */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            getfield com.sun.tools.javac.comp.Operators.noOpSymbol:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            if_acmpeq 11
         4: .line 3814
            aload 2 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 11
         5: .line 3815
            aload 3 /* operand */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 11
         6: .line 3816
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 4 /* operator */
            aload 3 /* operand */
            invokevirtual com.sun.tools.javac.comp.Check.checkDivZero:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)V
         7: .line 3817
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssignOp.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         8: .line 3818
            aload 4 /* operator */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
         9: .line 3819
            aload 2 /* owntype */
        10: .line 3817
            invokevirtual com.sun.tools.javac.comp.Check.checkCastable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        11: .line 3821
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        12: .line 3822
            return
        end local 4 // com.sun.tools.javac.code.Symbol operator
        end local 3 // com.sun.tools.javac.code.Type operand
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAssignOp tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   13     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCAssignOp;
            1   13     2   owntype  Lcom/sun/tools/javac/code/Type;
            2   13     3   operand  Lcom/sun/tools/javac/code/Type;
            3   13     4  operator  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      tree  

  public void visitUnary(com.sun.tools.javac.tree.JCTree$JCUnary);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCUnary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCUnary tree
         0: .line 3826
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.isIncOrDecUnaryOp:()Z
            ifeq 2
         1: .line 3827
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.varAssignmentInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            goto 3
         2: .line 3828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
         3: .line 3826
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 2 /* argtype */
        start local 2 // com.sun.tools.javac.code.Type argtype
         4: .line 3831
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* tree */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.comp.Operators.resolveUnary:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCUnary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            astore 3 /* operator */
        start local 3 // com.sun.tools.javac.code.Symbol operator
         5: .line 3832
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* owntype */
        start local 4 // com.sun.tools.javac.code.Type owntype
         6: .line 3833
            aload 3 /* operator */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            getfield com.sun.tools.javac.comp.Operators.noOpSymbol:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            if_acmpeq 17
         7: .line 3834
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 17
         8: .line 3835
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCUnary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.isIncOrDecUnaryOp:()Z
            ifeq 10
         9: .line 3836
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCUnary.arg:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            goto 11
        10: .line 3837
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* operator */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
        11: .line 3835
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 4 /* owntype */
        12: .line 3838
            aload 3 /* operator */
            checkcast com.sun.tools.javac.code.Symbol$OperatorSymbol
            getfield com.sun.tools.javac.code.Symbol$OperatorSymbol.opcode:I
            istore 5 /* opc */
        start local 5 // int opc
        13: .line 3841
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 17
        14: .line 3842
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            iload 5 /* opc */
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.fold1:(ILcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* ctype */
        start local 6 // com.sun.tools.javac.code.Type ctype
        15: .line 3843
            aload 6 /* ctype */
            ifnull 17
        16: .line 3844
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            aload 6 /* ctype */
            aload 4 /* owntype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* owntype */
        end local 6 // com.sun.tools.javac.code.Type ctype
        end local 5 // int opc
        17: .line 3848
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 4 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        18: .line 3849
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindingsComputer:Lcom/sun/tools/javac/comp/MatchBindingsComputer;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            invokevirtual com.sun.tools.javac.comp.MatchBindingsComputer.unary:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;)Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        19: .line 3850
            return
        end local 4 // com.sun.tools.javac.code.Type owntype
        end local 3 // com.sun.tools.javac.code.Symbol operator
        end local 2 // com.sun.tools.javac.code.Type argtype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCUnary tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   20     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCUnary;
            4   20     2   argtype  Lcom/sun/tools/javac/code/Type;
            5   20     3  operator  Lcom/sun/tools/javac/code/Symbol;
            6   20     4   owntype  Lcom/sun/tools/javac/code/Type;
           13   17     5       opc  I
           15   17     6     ctype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitBinary(com.sun.tools.javac.tree.JCTree$JCBinary);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBinary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBinary tree
         0: .line 3854
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* left */
        start local 2 // com.sun.tools.javac.code.Type left
         1: .line 3861
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 3 /* lhsBindings */
        start local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings lhsBindings
         2: .line 3863
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            tableswitch { // 66 - 67
                   66: 5
                   67: 3
              default: 7
          }
         3: .line 3865
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
      StackMap stack:
            aload 3 /* lhsBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            astore 4 /* propagatedBindings */
        start local 4 // com.sun.tools.javac.util.List propagatedBindings
         4: .line 3866
            goto 8
        end local 4 // com.sun.tools.javac.util.List propagatedBindings
         5: .line 3868
      StackMap locals:
      StackMap stack:
            aload 3 /* lhsBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            astore 4 /* propagatedBindings */
        start local 4 // com.sun.tools.javac.util.List propagatedBindings
         6: .line 3869
            goto 8
        end local 4 // com.sun.tools.javac.util.List propagatedBindings
         7: .line 3871
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 4 /* propagatedBindings */
        start local 4 // com.sun.tools.javac.util.List propagatedBindings
         8: .line 3874
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 4 /* propagatedBindings */
            invokevirtual com.sun.tools.javac.comp.Attr.bindingEnv:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/comp/Env;
            astore 5 /* rhsEnv */
        start local 5 // com.sun.tools.javac.comp.Env rhsEnv
         9: .line 3877
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 5 /* rhsEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* right */
        start local 6 // com.sun.tools.javac.code.Type right
        10: .line 3878
            goto 14
        end local 6 // com.sun.tools.javac.code.Type right
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCBinary com.sun.tools.javac.code.Type com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings com.sun.tools.javac.util.List com.sun.tools.javac.comp.Env
      StackMap stack: java.lang.Throwable
        11: astore 7
        12: .line 3879
            aload 5 /* rhsEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        13: .line 3880
            aload 7
            athrow
        start local 6 // com.sun.tools.javac.code.Type right
        14: .line 3879
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 5 /* rhsEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.leave:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            pop
        15: .line 3882
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindingsComputer:Lcom/sun/tools/javac/comp/MatchBindingsComputer;
            aload 1 /* tree */
            aload 3 /* lhsBindings */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            invokevirtual com.sun.tools.javac.comp.MatchBindingsComputer.binary:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;)Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        16: .line 3885
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* tree */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            aload 2 /* left */
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.comp.Operators.resolveBinary:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/tree/JCTree$Tag;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCBinary.operator:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            astore 7 /* operator */
        start local 7 // com.sun.tools.javac.code.Symbol operator
        17: .line 3886
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* owntype */
        start local 8 // com.sun.tools.javac.code.Type owntype
        18: .line 3887
            aload 7 /* operator */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.operators:Lcom/sun/tools/javac/comp/Operators;
            getfield com.sun.tools.javac.comp.Operators.noOpSymbol:Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            if_acmpeq 31
        19: .line 3888
            aload 2 /* left */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 31
        20: .line 3889
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 31
        21: .line 3890
            aload 7 /* operator */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            astore 8 /* owntype */
        22: .line 3891
            aload 7 /* operator */
            checkcast com.sun.tools.javac.code.Symbol$OperatorSymbol
            getfield com.sun.tools.javac.code.Symbol$OperatorSymbol.opcode:I
            istore 9 /* opc */
        start local 9 // int opc
        23: .line 3893
            aload 2 /* left */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 27
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 27
        24: .line 3894
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            iload 9 /* opc */
            aload 2 /* left */
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.comp.ConstFold.fold2:(ILcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 10 /* ctype */
        start local 10 // com.sun.tools.javac.code.Type ctype
        25: .line 3895
            aload 10 /* ctype */
            ifnull 27
        26: .line 3896
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            aload 10 /* ctype */
            aload 8 /* owntype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* owntype */
        end local 10 // com.sun.tools.javac.code.Type ctype
        27: .line 3903
      StackMap locals: com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Type int
      StackMap stack:
            iload 9 /* opc */
            sipush 165
            if_icmpeq 28
            iload 9 /* opc */
            sipush 166
            if_icmpne 30
        28: .line 3904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* left */
            aload 6 /* right */
            new com.sun.tools.javac.util.Warner
            dup
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokespecial com.sun.tools.javac.util.Warner.<init>:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
            invokevirtual com.sun.tools.javac.code.Types.isCastable:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z
            ifne 30
        29: .line 3905
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBinary.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* left */
            aload 6 /* right */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IncomparableTypes:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        30: .line 3909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBinary.rhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 7 /* operator */
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.comp.Check.checkDivZero:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)V
        end local 9 // int opc
        31: .line 3911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 8 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        32: .line 3912
            return
        end local 8 // com.sun.tools.javac.code.Type owntype
        end local 7 // com.sun.tools.javac.code.Symbol operator
        end local 6 // com.sun.tools.javac.code.Type right
        end local 5 // com.sun.tools.javac.comp.Env rhsEnv
        end local 4 // com.sun.tools.javac.util.List propagatedBindings
        end local 3 // com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings lhsBindings
        end local 2 // com.sun.tools.javac.code.Type left
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBinary tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   33     0                this  Lcom/sun/tools/javac/comp/Attr;
            0   33     1                tree  Lcom/sun/tools/javac/tree/JCTree$JCBinary;
            1   33     2                left  Lcom/sun/tools/javac/code/Type;
            2   33     3         lhsBindings  Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            4    5     4  propagatedBindings  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;
            6    7     4  propagatedBindings  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;
            8   33     4  propagatedBindings  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$BindingSymbol;>;
            9   33     5              rhsEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           10   11     6               right  Lcom/sun/tools/javac/code/Type;
           14   33     6               right  Lcom/sun/tools/javac/code/Type;
           17   33     7            operator  Lcom/sun/tools/javac/code/Symbol;
           18   33     8             owntype  Lcom/sun/tools/javac/code/Type;
           23   31     9                 opc  I
           25   27    10               ctype  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
           9    11      11  any
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeCast(com.sun.tools.javac.tree.JCTree$JCTypeCast);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeCast;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeCast tree
         0: .line 3915
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.clazz:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* clazztype */
        start local 2 // com.sun.tools.javac.code.Type clazztype
         1: .line 3916
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.clazz:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Z)V
         2: .line 3919
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         3: .line 3922
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.skipParens:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 5 /* expr */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCExpression expr
         4: .line 3923
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 6
            aload 5 /* expr */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 5
            aload 5 /* expr */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REFERENCE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 6
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeCast com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env top com.sun.tools.javac.tree.JCTree$JCExpression
      StackMap stack:
         5: iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* isPoly */
        start local 6 // boolean isPoly
         8: .line 3924
            iload 6 /* isPoly */
            ifeq 13
         9: .line 3926
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 2 /* clazztype */
        10: .line 3927
            new com.sun.tools.javac.comp.Attr$10
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$10.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
        11: .line 3926
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            astore 4 /* castInfo */
        start local 4 // com.sun.tools.javac.comp.Attr$ResultInfo castInfo
        12: .line 3933
            goto 14
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo castInfo
        13: .line 3935
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 4 /* castInfo */
        start local 4 // com.sun.tools.javac.comp.Attr$ResultInfo castInfo
        14: .line 3937
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeCast com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.tree.JCTree$JCExpression int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 3 /* localEnv */
            aload 4 /* castInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* exprtype */
        start local 7 // com.sun.tools.javac.code.Type exprtype
        15: .line 3938
            iload 6 /* isPoly */
            ifeq 16
            aload 2 /* clazztype */
            goto 17
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
        16: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeCast.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 7 /* exprtype */
            aload 2 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Check.checkCastable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
        17: astore 8 /* owntype */
        start local 8 // com.sun.tools.javac.code.Type owntype
        18: .line 3939
            aload 7 /* exprtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 20
        19: .line 3940
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.cfolder:Lcom/sun/tools/javac/comp/ConstFold;
            aload 7 /* exprtype */
            aload 8 /* owntype */
            invokevirtual com.sun.tools.javac.comp.ConstFold.coerce:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* owntype */
        20: .line 3941
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            aload 8 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        21: .line 3942
            iload 6 /* isPoly */
            ifne 23
        22: .line 3943
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* localEnv */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkRedundantCast:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCTypeCast;)V
        23: .line 3944
      StackMap locals:
      StackMap stack:
            return
        end local 8 // com.sun.tools.javac.code.Type owntype
        end local 7 // com.sun.tools.javac.code.Type exprtype
        end local 6 // boolean isPoly
        end local 5 // com.sun.tools.javac.tree.JCTree$JCExpression expr
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo castInfo
        end local 3 // com.sun.tools.javac.comp.Env localEnv
        end local 2 // com.sun.tools.javac.code.Type clazztype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeCast tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   24     1       tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeCast;
            1   24     2  clazztype  Lcom/sun/tools/javac/code/Type;
            3   24     3   localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           12   13     4   castInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           14   24     4   castInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            4   24     5       expr  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            8   24     6     isPoly  Z
           15   24     7   exprtype  Lcom/sun/tools/javac/code/Type;
           18   24     8    owntype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  final

  public void visitTypeTest(com.sun.tools.javac.tree.JCTree$JCInstanceOf);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCInstanceOf tree
         0: .line 3947
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
         1: .line 3948
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
         2: .line 3947
            invokevirtual com.sun.tools.javac.comp.Check.checkNullOrRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* exprtype */
        start local 2 // com.sun.tools.javac.code.Type exprtype
         3: .line 3951
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BINDINGPATTERN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 14
         4: .line 3952
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
         5: .line 3953
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        start local 3 // com.sun.tools.javac.code.Type clazztype
         6: .line 3954
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* exprtype */
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 9
         7: .line 3955
            aload 2 /* exprtype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 9
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 9
         8: .line 3956
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCInstanceOf.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* clazztype */
            aload 2 /* exprtype */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InstanceofPatternNoSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         9: .line 3958
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCBindingPattern
            astore 5 /* pattern */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCBindingPattern pattern
        10: .line 3959
            aload 5 /* pattern */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 4 /* typeTree */
        start local 4 // com.sun.tools.javac.tree.JCTree typeTree
        11: .line 3960
            aload 3 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 16
        12: .line 3961
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* pattern */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassOrArrayType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        end local 5 // com.sun.tools.javac.tree.JCTree$JCBindingPattern pattern
        13: .line 3963
            goto 16
        end local 4 // com.sun.tools.javac.tree.JCTree typeTree
        end local 3 // com.sun.tools.javac.code.Type clazztype
        14: .line 3964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        start local 3 // com.sun.tools.javac.code.Type clazztype
        15: .line 3965
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.pattern:Lcom/sun/tools/javac/tree/JCTree;
            astore 4 /* typeTree */
        start local 4 // com.sun.tools.javac.tree.JCTree typeTree
        16: .line 3967
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree
      StackMap stack:
            aload 3 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 18
        17: .line 3968
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* typeTree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassOrArrayType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        18: .line 3970
      StackMap locals:
      StackMap stack:
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 42
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Types.isReifiable:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 42
        19: .line 3971
            iconst_0
            istore 5 /* valid */
        start local 5 // boolean valid
        20: .line 3972
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowReifiableTypesInInstanceof:Z
            ifeq 36
        21: .line 3973
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.preview:Lcom/sun/tools/javac/code/Preview;
            getstatic com.sun.tools.javac.code.Source$Feature.REIFIABLE_TYPES_INSTANCEOF:Lcom/sun/tools/javac/code/Source$Feature;
            invokevirtual com.sun.tools.javac.code.Preview.isPreview:(Lcom/sun/tools/javac/code/Source$Feature;)Z
            ifeq 23
        22: .line 3974
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.preview:Lcom/sun/tools/javac/code/Preview;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.code.Source$Feature.REIFIABLE_TYPES_INSTANCEOF:Lcom/sun/tools/javac/code/Source$Feature;
            invokevirtual com.sun.tools.javac.code.Preview.warnPreview:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Source$Feature;)V
        23: .line 3976
      StackMap locals: int
      StackMap stack:
            new com.sun.tools.javac.util.Warner
            dup
            invokespecial com.sun.tools.javac.util.Warner.<init>:()V
            astore 6 /* warner */
        start local 6 // com.sun.tools.javac.util.Warner warner
        24: .line 3977
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* exprtype */
            aload 3 /* clazztype */
            aload 6 /* warner */
            invokevirtual com.sun.tools.javac.code.Types.isCastable:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z
            ifne 29
        25: .line 3978
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            getfield com.sun.tools.javac.comp.Check.basicHandler:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        26: .line 3979
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
            aload 2 /* exprtype */
            aload 3 /* clazztype */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.InconvertibleTypes:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokevirtual com.sun.tools.javac.util.JCDiagnostic$Factory.fragment:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic;
        27: .line 3978
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        28: .line 3980
            goto 40
      StackMap locals: com.sun.tools.javac.util.Warner
      StackMap stack:
        29: aload 6 /* warner */
            getstatic com.sun.tools.javac.code.Lint$LintCategory.UNCHECKED:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.util.Warner.hasLint:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 34
        30: .line 3981
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        31: .line 3982
            aload 2 /* exprtype */
            aload 3 /* clazztype */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InstanceofReifiableNotSafe:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        32: .line 3981
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        33: .line 3983
            goto 40
        34: .line 3984
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* valid */
        end local 6 // com.sun.tools.javac.util.Warner warner
        35: .line 3986
            goto 40
        36: .line 3987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticFlag.SOURCE_LEVEL:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticFlag;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCInstanceOf.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        37: .line 3988
            getstatic com.sun.tools.javac.code.Source$Feature.REIFIABLE_TYPES_INSTANCEOF:Lcom/sun/tools/javac/code/Source$Feature;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.sourceName:Ljava/lang/String;
            invokevirtual com.sun.tools.javac.code.Source$Feature.error:(Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        38: .line 3987
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticFlag;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        39: .line 3989
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.comp.Attr.allowReifiableTypesInInstanceof:Z
        40: .line 3991
      StackMap locals:
      StackMap stack:
            iload 5 /* valid */
            ifne 42
        41: .line 3992
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        end local 5 // boolean valid
        42: .line 3995
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* typeTree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Z)V
        43: .line 3996
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCInstanceOf.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* exprtype */
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.comp.Check.checkCastable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
        44: .line 3997
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        45: .line 3998
            return
        end local 4 // com.sun.tools.javac.tree.JCTree typeTree
        end local 3 // com.sun.tools.javac.code.Type clazztype
        end local 2 // com.sun.tools.javac.code.Type exprtype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCInstanceOf tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   46     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   46     1       tree  Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;
            3   46     2   exprtype  Lcom/sun/tools/javac/code/Type;
            6   14     3  clazztype  Lcom/sun/tools/javac/code/Type;
           15   46     3  clazztype  Lcom/sun/tools/javac/code/Type;
           11   14     4   typeTree  Lcom/sun/tools/javac/tree/JCTree;
           16   46     4   typeTree  Lcom/sun/tools/javac/tree/JCTree;
           10   13     5    pattern  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
           20   42     5      valid  Z
           24   35     6     warner  Lcom/sun/tools/javac/util/Warner;
    MethodParameters:
      Name  Flags
      tree  

  public void visitBindingPattern(com.sun.tools.javac.tree.JCTree$JCBindingPattern);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBindingPattern tree
         0: .line 4001
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
            astore 2 /* varInfo */
        start local 2 // com.sun.tools.javac.comp.Attr$ResultInfo varInfo
         1: .line 4002
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 2 /* varInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.type:Lcom/sun/tools/javac/code/Type;
         2: .line 4003
            new com.sun.tools.javac.code.Symbol$BindingSymbol
            dup
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.flags:J
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokespecial com.sun.tools.javac.code.Symbol$BindingSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            astore 3 /* v */
        start local 3 // com.sun.tools.javac.code.Symbol$BindingSymbol v
         3: .line 4004
            aload 3 /* v */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.pos:I
            putfield com.sun.tools.javac.code.Symbol$BindingSymbol.pos:I
         4: .line 4005
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            aload 3 /* v */
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
         5: .line 4006
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.Check.checkUnique:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)Z
            ifeq 7
         6: .line 4007
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.comp.Check.checkTransparentVar:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/code/Scope;)V
         7: .line 4009
      StackMap locals: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Symbol$BindingSymbol
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 3 /* v */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCBindingPattern.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.comp.Annotate.annotateLater:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
         8: .line 4010
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 3 /* v */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.comp.Annotate.queueScanTreeAndTypeAnnotate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
         9: .line 4011
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
        10: .line 4012
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        11: .line 4013
            aload 0 /* this */
            new com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
            dup
            aload 3 /* v */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            invokespecial com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
            putfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        12: .line 4014
            return
        end local 3 // com.sun.tools.javac.code.Symbol$BindingSymbol v
        end local 2 // com.sun.tools.javac.comp.Attr$ResultInfo varInfo
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBindingPattern tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/tools/javac/comp/Attr;
            0   13     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
            1   13     2  varInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            3   13     3        v  Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
    MethodParameters:
      Name  Flags
      tree  

  public void visitIndexed(com.sun.tools.javac.tree.JCTree$JCArrayAccess);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCArrayAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCArrayAccess tree
         0: .line 4017
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayAccess.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 4018
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayAccess.indexed:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* atype */
        start local 3 // com.sun.tools.javac.code.Type atype
         2: .line 4019
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayAccess.index:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.intType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Attr.attribExpr:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            pop
         3: .line 4020
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* atype */
            invokevirtual com.sun.tools.javac.code.Types.isArray:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 5
         4: .line 4021
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* atype */
            invokevirtual com.sun.tools.javac.code.Types.elemtype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
            goto 7
         5: .line 4022
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* atype */
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 7
         6: .line 4023
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCArrayAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* atype */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ArrayReqButFound:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         7: .line 4024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifne 9
         8: .line 4025
            aload 0 /* this */
            aload 2 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
         9: .line 4026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAR:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        10: .line 4027
            return
        end local 3 // com.sun.tools.javac.code.Type atype
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCArrayAccess tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCArrayAccess;
            1   11     2  owntype  Lcom/sun/tools/javac/code/Type;
            2   11     3    atype  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitIdent(com.sun.tools.javac.tree.JCTree$JCIdent);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCIdent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIdent tree
         0: .line 4033
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 4
         1: .line 4036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
         2: .line 4037
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveMethod:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            astore 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         3: .line 4038
            goto 8
        end local 2 // com.sun.tools.javac.code.Symbol sym
      StackMap locals:
      StackMap stack:
         4: aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            ifnull 7
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 7
         5: .line 4039
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            astore 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         6: .line 4040
            goto 8
        end local 2 // com.sun.tools.javac.code.Symbol sym
         7: .line 4041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveIdent:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Symbol;
            astore 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         8: .line 4043
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 1 /* tree */
            aload 2 /* sym */
            putfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
         9: .line 4052
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            astore 3 /* symEnv */
        start local 3 // com.sun.tools.javac.comp.Env symEnv
        10: .line 4053
            iconst_0
            istore 4 /* noOuterThisPath */
        start local 4 // boolean noOuterThisPath
        11: .line 4054
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 21
        12: .line 4055
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_MTH:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.matches:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 21
        13: .line 4056
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 21
        14: .line 4057
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 21
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 21
        15: .line 4060
            goto 19
        16: .line 4062
      StackMap locals: com.sun.tools.javac.comp.Env int
      StackMap stack:
            aload 3 /* symEnv */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 4194304
            land
            lconst_0
            lcmp
            ifeq 18
        17: .line 4063
            iconst_0
            istore 4 /* noOuterThisPath */
        18: .line 4064
      StackMap locals:
      StackMap stack:
            aload 3 /* symEnv */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            astore 3 /* symEnv */
        19: .line 4060
      StackMap locals:
      StackMap stack:
            aload 3 /* symEnv */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            ifnull 21
        20: .line 4061
            aload 2 /* sym */
            aload 3 /* symEnv */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol.isMemberOf:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;)Z
            ifeq 16
        21: .line 4069
      StackMap locals:
      StackMap stack:
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 26
        22: .line 4070
            aload 2 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 5 /* v */
        start local 5 // com.sun.tools.javac.code.Symbol$VarSymbol v
        23: .line 4074
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 5 /* v */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.checkInit:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Z)V
        24: .line 4078
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.ASG:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.subset:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 26
        25: .line 4079
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* v */
            aconst_null
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAssignable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        end local 5 // com.sun.tools.javac.code.Symbol$VarSymbol v
        26: .line 4085
      StackMap locals:
      StackMap stack:
            aload 3 /* symEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSelfCall:Z
            ifne 27
            iload 4 /* noOuterThisPath */
            ifeq 34
        27: .line 4086
      StackMap locals:
      StackMap stack:
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_MTH:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.matches:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 34
        28: .line 4087
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 34
        29: .line 4088
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 34
        30: .line 4089
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 32
        31: .line 4090
            aload 2 /* sym */
            goto 33
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCIdent com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Env int
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
        32: aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.thisSym:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Symbol;
        33: .line 4089
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCIdent com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Env int
      StackMap stack: com.sun.tools.javac.comp.Check com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.code.Symbol
            invokevirtual com.sun.tools.javac.comp.Check.earlyRefError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        34: .line 4092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            astore 5 /* env1 */
        start local 5 // com.sun.tools.javac.comp.Env env1
        35: .line 4093
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 40
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 40
        36: .line 4094
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            ifnull 40
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 5 /* env1 */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            if_acmpeq 40
        37: .line 4098
            goto 39
        38: .line 4099
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 5 /* env1 */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            astore 5 /* env1 */
        39: .line 4098
      StackMap locals:
      StackMap stack:
            aload 5 /* env1 */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            ifnull 40
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 5 /* env1 */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.comp.Resolve.isAccessible:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 38
        40: .line 4102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSerializable:Z
            ifeq 42
        41: .line 4103
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSerializableLambda:Z
            invokevirtual com.sun.tools.javac.comp.Check.checkAccessFromSerializableElement:(Lcom/sun/tools/javac/tree/JCTree;Z)V
        42: .line 4106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 5 /* env1 */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* sym */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        43: .line 4107
            return
        end local 5 // com.sun.tools.javac.comp.Env env1
        end local 4 // boolean noOuterThisPath
        end local 3 // com.sun.tools.javac.comp.Env symEnv
        end local 2 // com.sun.tools.javac.code.Symbol sym
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIdent tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   44     0             this  Lcom/sun/tools/javac/comp/Attr;
            0   44     1             tree  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
            3    4     2              sym  Lcom/sun/tools/javac/code/Symbol;
            6    7     2              sym  Lcom/sun/tools/javac/code/Symbol;
            8   44     2              sym  Lcom/sun/tools/javac/code/Symbol;
           10   44     3           symEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           11   44     4  noOuterThisPath  Z
           23   26     5                v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           35   44     5             env1  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      tree  

  public void visitSelect(com.sun.tools.javac.tree.JCTree$JCFieldAccess);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
         0: .line 4111
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.NIL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 2 /* skind */
        start local 2 // com.sun.tools.javac.code.Kinds$KindSelector skind
         1: .line 4112
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 3
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 3
         2: .line 4113
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._class:Lcom/sun/tools/javac/util/Name;
            if_acmpne 5
         3: .line 4115
      StackMap locals: com.sun.tools.javac.code.Kinds$KindSelector
      StackMap stack:
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 2 /* skind */
         4: .line 4116
            goto 11
         5: .line 4117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 7
         6: .line 4118
            iconst_2
            anewarray com.sun.tools.javac.code.Kinds$KindSelector
            dup
            iconst_0
            aload 2 /* skind */
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            invokestatic com.sun.tools.javac.code.Kinds$KindSelector.of:([Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 2 /* skind */
         7: .line 4119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 9
         8: .line 4120
            iconst_3
            anewarray com.sun.tools.javac.code.Kinds$KindSelector
            dup
            iconst_0
            aload 2 /* skind */
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            invokestatic com.sun.tools.javac.code.Kinds$KindSelector.of:([Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 2 /* skind */
         9: .line 4121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL_MTH:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 11
        10: .line 4122
            iconst_3
            anewarray com.sun.tools.javac.code.Kinds$KindSelector
            dup
            iconst_0
            aload 2 /* skind */
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aastore
            invokestatic com.sun.tools.javac.code.Kinds$KindSelector.of:([Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Kinds$KindSelector;
            astore 2 /* skind */
        11: .line 4126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 2 /* skind */
            getstatic com.sun.tools.javac.code.Type.noType:Lcom/sun/tools/javac/code/Type$JCNoType;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* site */
        start local 3 // com.sun.tools.javac.code.Type site
        12: .line 4127
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifne 14
        13: .line 4128
            aload 0 /* this */
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* site */
        14: .line 4131
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 2 /* skind */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            if_acmpne 24
        15: .line 4132
            aload 3 /* site */
            astore 4 /* elt */
        start local 4 // com.sun.tools.javac.code.Type elt
        16: .line 4133
            goto 18
        17: .line 4134
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 4 /* elt */
            checkcast com.sun.tools.javac.code.Type$ArrayType
            getfield com.sun.tools.javac.code.Type$ArrayType.elemtype:Lcom/sun/tools/javac/code/Type;
            astore 4 /* elt */
        18: .line 4133
      StackMap locals:
      StackMap stack:
            aload 4 /* elt */
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 17
        19: .line 4135
            aload 4 /* elt */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 24
        20: .line 4136
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.TypeVarCantBeDeref:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        21: .line 4137
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        22: .line 4138
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
        23: .line 4139
            return
        end local 4 // com.sun.tools.javac.code.Type elt
        24: .line 4146
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.symbol:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/code/Symbol;
            astore 4 /* sitesym */
        start local 4 // com.sun.tools.javac.code.Symbol sitesym
        25: .line 4147
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
            istore 5 /* selectSuperPrev */
        start local 5 // boolean selectSuperPrev
        26: .line 4148
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
        27: .line 4149
            aload 4 /* sitesym */
            ifnull 29
        28: .line 4150
            aload 4 /* sitesym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 29
            iconst_1
            goto 30
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol int
      StackMap stack: com.sun.tools.javac.comp.AttrContext
        29: iconst_0
        30: .line 4148
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol int
      StackMap stack: com.sun.tools.javac.comp.AttrContext int
            putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        31: .line 4153
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
        32: .line 4154
            aload 0 /* this */
            aload 1 /* tree */
            aload 4 /* sitesym */
            aload 3 /* site */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.selectSym:(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Symbol;
            astore 6 /* sym */
        start local 6 // com.sun.tools.javac.code.Symbol sym
        33: .line 4155
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 36
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 36
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.defaultSuperCallSite:Lcom/sun/tools/javac/code/Type;
            ifnull 36
        34: .line 4156
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.NotEnclClass:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        35: .line 4157
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 6 /* sym */
        36: .line 4159
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.exists:()Z
            ifeq 39
            aload 6 /* sym */
            invokestatic com.sun.tools.javac.comp.Attr.isType:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifne 39
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 39
        37: .line 4160
            aload 0 /* this */
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* site */
        38: .line 4161
            aload 0 /* this */
            aload 1 /* tree */
            aload 4 /* sitesym */
            aload 3 /* site */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.selectSym:(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Symbol;
            astore 6 /* sym */
        39: .line 4163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.lastResolveVarargs:()Z
            pop
        40: .line 4164
            aload 1 /* tree */
            aload 6 /* sym */
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
        41: .line 4166
            aload 3 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 43
            aload 6 /* sym */
            invokestatic com.sun.tools.javac.comp.Attr.isType:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifne 43
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 43
        42: .line 4167
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* site */
            iconst_1
            invokevirtual com.sun.tools.javac.code.Types.skipTypeVars:(Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
            astore 3 /* site */
        43: .line 4171
      StackMap locals:
      StackMap stack:
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 48
        44: .line 4172
            aload 6 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 7 /* v */
        start local 7 // com.sun.tools.javac.code.Symbol$VarSymbol v
        45: .line 4176
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 7 /* v */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Attr.checkInit:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Z)V
        46: .line 4180
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.ASG:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.subset:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 48
        47: .line 4181
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 7 /* v */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAssignable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
        end local 7 // com.sun.tools.javac.code.Symbol$VarSymbol v
        48: .line 4184
      StackMap locals:
      StackMap stack:
            aload 4 /* sitesym */
            ifnull 56
        49: .line 4185
            aload 4 /* sitesym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 56
        50: .line 4186
            aload 4 /* sitesym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.isResourceVariable:()Z
            ifeq 56
        51: .line 4187
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 56
        52: .line 4188
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.close:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 56
        53: .line 4189
            aload 6 /* sym */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.autoCloseableClose:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            aload 4 /* sitesym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            iconst_1
            invokevirtual com.sun.tools.javac.code.Symbol.overrides:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;Z)Z
            ifeq 56
        54: .line 4190
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.TRY:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 56
        55: .line 4191
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.TRY:Lcom/sun/tools/javac/code/Lint$LintCategory;
            aload 1 /* tree */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Warnings.TryExplicitCloseCall:Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        56: .line 4195
      StackMap locals:
      StackMap stack:
            aload 6 /* sym */
            invokestatic com.sun.tools.javac.comp.Attr.isType:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 63
            aload 4 /* sitesym */
            ifnull 57
            aload 4 /* sitesym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.matches:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifne 63
        57: .line 4196
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
        58: .line 4197
            aload 4 /* sitesym */
            ifnonnull 60
        59: .line 4198
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            goto 61
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol int com.sun.tools.javac.code.Symbol
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type
        60: aload 4 /* sitesym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.toSelector:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
        61: .line 4199
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol int com.sun.tools.javac.code.Symbol
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCFieldAccess com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.code.Type com.sun.tools.javac.code.Kinds$KindSelector
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP_PCK:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
        62: .line 4196
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.type:Lcom/sun/tools/javac/code/Type;
        63: .line 4202
      StackMap locals:
      StackMap stack:
            aload 4 /* sitesym */
            invokestatic com.sun.tools.javac.comp.Attr.isType:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 79
        64: .line 4203
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpne 69
        65: .line 4206
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSelfCall:Z
            ifeq 75
        66: .line 4207
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            if_acmpne 75
        67: .line 4208
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.comp.Check.earlyRefError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        68: .line 4210
            goto 75
        69: .line 4212
      StackMap locals:
      StackMap stack:
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 75
        70: .line 4213
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 75
        71: .line 4214
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 72
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 75
        72: .line 4215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            new com.sun.tools.javac.comp.Resolve$StaticError
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 6 /* sym */
            invokespecial com.sun.tools.javac.comp.Resolve$StaticError.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/code/Symbol;)V
        73: .line 4216
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* site */
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            iconst_1
        74: .line 4215
            invokevirtual com.sun.tools.javac.comp.Resolve.accessBase:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Z)Lcom/sun/tools/javac/code/Symbol;
            pop
        75: .line 4219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowStaticInterfaceMethods:Z
            ifne 83
            aload 4 /* sitesym */
            invokevirtual com.sun.tools.javac.code.Symbol.isInterface:()Z
            ifeq 83
        76: .line 4220
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.isStatic:()Z
            ifeq 83
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 83
        77: .line 4221
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticFlag.SOURCE_LEVEL:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticFlag;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.code.Source$Feature.STATIC_INTERFACE_METHODS_INVOKE:Lcom/sun/tools/javac/code/Source$Feature;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.sourceName:Ljava/lang/String;
            invokevirtual com.sun.tools.javac.code.Source$Feature.error:(Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticFlag;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        78: .line 4223
            goto 83
      StackMap locals:
      StackMap stack:
        79: aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 83
        80: .line 4224
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 83
        81: .line 4225
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._class:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 83
        82: .line 4228
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.kindName:()Lcom/sun/tools/javac/code/Kinds$KindName;
            aload 6 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.StaticNotQualifiedByType:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.comp.Check.warnStatic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        83: .line 4232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
            ifeq 88
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 88
        84: .line 4235
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.comp.Resolve.checkNonAbstract:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        85: .line 4237
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 88
        86: .line 4239
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Types.asSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* site1 */
        start local 7 // com.sun.tools.javac.code.Type site1
        87: .line 4240
            aload 7 /* site1 */
            ifnull 88
            aload 7 /* site1 */
            astore 3 /* site */
        end local 7 // com.sun.tools.javac.code.Type site1
        88: .line 4244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSerializable:Z
            ifeq 90
        89: .line 4245
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isSerializableLambda:Z
            invokevirtual com.sun.tools.javac.comp.Check.checkAccessFromSerializableElement:(Lcom/sun/tools/javac/tree/JCTree;Z)V
        90: .line 4248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iload 5 /* selectSuperPrev */
            putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        91: .line 4249
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* site */
            aload 6 /* sym */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.checkId:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        92: .line 4250
            return
        end local 6 // com.sun.tools.javac.code.Symbol sym
        end local 5 // boolean selectSuperPrev
        end local 4 // com.sun.tools.javac.code.Symbol sitesym
        end local 3 // com.sun.tools.javac.code.Type site
        end local 2 // com.sun.tools.javac.code.Kinds$KindSelector skind
        end local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   93     0             this  Lcom/sun/tools/javac/comp/Attr;
            0   93     1             tree  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
            1   93     2            skind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
           12   93     3             site  Lcom/sun/tools/javac/code/Type;
           16   24     4              elt  Lcom/sun/tools/javac/code/Type;
           25   93     4          sitesym  Lcom/sun/tools/javac/code/Symbol;
           26   93     5  selectSuperPrev  Z
           33   93     6              sym  Lcom/sun/tools/javac/code/Symbol;
           45   48     7                v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           87   88     7            site1  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  private com.sun.tools.javac.code.Symbol selectSym(com.sun.tools.javac.tree.JCTree$JCFieldAccess, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=10, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
        start local 2 // com.sun.tools.javac.code.Symbol location
        start local 3 // com.sun.tools.javac.code.Type site
        start local 4 // com.sun.tools.javac.comp.Env env
        start local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 4264
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            astore 6 /* pos */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
         1: .line 4265
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.name:Lcom/sun/tools/javac/util/Name;
            astore 7 /* name */
        start local 7 // com.sun.tools.javac.util.Name name
         2: .line 4266
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:()[I
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iaload
            tableswitch { // 10 - 21
                   10: 7
                   11: 7
                   12: 33
                   13: 3
                   14: 33
                   15: 19
                   16: 18
                   17: 33
                   18: 33
                   19: 33
                   20: 33
                   21: 32
              default: 33
          }
         3: .line 4268
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.Name
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
         4: .line 4269
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 6 /* pos */
            aload 4 /* env */
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 7 /* name */
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.comp.Resolve.findIdentInPackage:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Symbol;
         5: .line 4270
            aload 6 /* pos */
            aload 2 /* location */
            aload 3 /* site */
            aload 7 /* name */
            iconst_1
         6: .line 4268
            invokevirtual com.sun.tools.javac.comp.Resolve.accessBase:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Z)Lcom/sun/tools/javac/code/Symbol;
            areturn
         7: .line 4273
      StackMap locals:
      StackMap stack:
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 8
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 11
         8: .line 4274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
         9: .line 4275
            aload 6 /* pos */
            aload 4 /* env */
            aload 2 /* location */
            aload 3 /* site */
            aload 7 /* name */
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
        10: .line 4274
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveQualifiedMethod:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Symbol;
            areturn
        11: .line 4276
      StackMap locals:
      StackMap stack:
            aload 7 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 12
            aload 7 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpne 13
        12: .line 4277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 6 /* pos */
            aload 4 /* env */
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 7 /* name */
            invokevirtual com.sun.tools.javac.comp.Resolve.resolveSelf:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Symbol;
            areturn
        13: .line 4278
      StackMap locals:
      StackMap stack:
            aload 7 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._class:Lcom/sun/tools/javac/util/Name;
            if_acmpne 15
        14: .line 4281
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            aload 3 /* site */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symtab.getClassField:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            areturn
        15: .line 4284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 6 /* pos */
            aload 4 /* env */
            aload 3 /* site */
            aload 7 /* name */
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.comp.Resolve.findIdentInType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Kinds$KindSelector;)Lcom/sun/tools/javac/code/Symbol;
            astore 8 /* sym */
        start local 8 // com.sun.tools.javac.code.Symbol sym
        16: .line 4285
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 8 /* sym */
            aload 6 /* pos */
            aload 2 /* location */
            aload 3 /* site */
            aload 7 /* name */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Resolve.accessBase:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Z)Lcom/sun/tools/javac/code/Symbol;
            astore 8 /* sym */
        17: .line 4286
            aload 8 /* sym */
            areturn
        end local 8 // com.sun.tools.javac.code.Symbol sym
        18: .line 4289
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 1 /* tree */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        19: .line 4297
      StackMap locals:
      StackMap stack:
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Type.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            ifnull 21
        20: .line 4298
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* location */
            aload 0 /* this */
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Type.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 4 /* env */
            aload 5 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.selectSym:(Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Symbol;
            goto 22
        21: .line 4299
      StackMap locals:
      StackMap stack:
            aconst_null
        22: .line 4297
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol
            astore 8 /* sym */
        start local 8 // com.sun.tools.javac.code.Symbol sym
        23: .line 4300
            aload 8 /* sym */
            ifnonnull 26
        24: .line 4301
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* pos */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.TypeVarCantBeDeref:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        25: .line 4302
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            areturn
        26: .line 4304
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 8 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 2
            land
            lconst_0
            lcmp
            ifeq 28
        27: .line 4305
            new com.sun.tools.javac.comp.Resolve$AccessError
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 4 /* env */
            aload 3 /* site */
            aload 8 /* sym */
            invokespecial com.sun.tools.javac.comp.Resolve$AccessError.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            goto 29
        28: .line 4306
      StackMap locals:
      StackMap stack:
            aload 8 /* sym */
        29: .line 4304
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol
            astore 9 /* sym2 */
        start local 9 // com.sun.tools.javac.code.Symbol sym2
        30: .line 4307
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 9 /* sym2 */
            aload 6 /* pos */
            aload 2 /* location */
            aload 3 /* site */
            aload 7 /* name */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Resolve.accessBase:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Z)Lcom/sun/tools/javac/code/Symbol;
            pop
        31: .line 4308
            aload 8 /* sym */
            areturn
        end local 9 // com.sun.tools.javac.code.Symbol sym2
        end local 8 // com.sun.tools.javac.code.Symbol sym
        32: .line 4312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* name */
            aload 3 /* site */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            areturn
        33: .line 4316
      StackMap locals:
      StackMap stack:
            aload 7 /* name */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._class:Lcom/sun/tools/javac/util/Name;
            if_acmpne 35
        34: .line 4319
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            aload 3 /* site */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symtab.getClassField:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            areturn
        35: .line 4321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* pos */
            aload 3 /* site */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantDeref:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        36: .line 4322
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errSymbol:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            areturn
        end local 7 // com.sun.tools.javac.util.Name name
        end local 6 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.code.Type site
        end local 2 // com.sun.tools.javac.code.Symbol location
        end local 1 // com.sun.tools.javac.tree.JCTree$JCFieldAccess tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   37     1        tree  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
            0   37     2    location  Lcom/sun/tools/javac/code/Symbol;
            0   37     3        site  Lcom/sun/tools/javac/code/Type;
            0   37     4         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   37     5  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            1   37     6         pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            2   37     7        name  Lcom/sun/tools/javac/util/Name;
           16   18     8         sym  Lcom/sun/tools/javac/code/Symbol;
           23   32     8         sym  Lcom/sun/tools/javac/code/Symbol;
           30   32     9        sym2  Lcom/sun/tools/javac/code/Symbol;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
            Name  Flags
      tree        
      location    
      site        
      env         
      resultInfo  

  com.sun.tools.javac.code.Type checkId(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type site
        start local 3 // com.sun.tools.javac.code.Symbol sym
        start local 4 // com.sun.tools.javac.comp.Env env
        start local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 4355
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 1
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 2
         1: .line 4356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* site */
            aload 3 /* sym */
            aload 4 /* env */
            aload 5 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.checkMethodIdInternal:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            goto 3
         2: .line 4357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* site */
            aload 3 /* sym */
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 4 /* env */
            aload 5 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.checkIdInternal:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
         3: .line 4355
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            areturn
        end local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.code.Symbol sym
        end local 2 // com.sun.tools.javac.code.Type site
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0    4     2        site  Lcom/sun/tools/javac/code/Type;
            0    4     3         sym  Lcom/sun/tools/javac/code/Symbol;
            0    4     4         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    4     5  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
            Name  Flags
      tree        
      site        
      sym         
      env         
      resultInfo  

  com.sun.tools.javac.code.Type checkMethodIdInternal(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type site
        start local 3 // com.sun.tools.javac.code.Symbol sym
        start local 4 // com.sun.tools.javac.comp.Env env
        start local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 4365
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.POLY:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.contains:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 2
         1: .line 4366
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.attrRecover:Lcom/sun/tools/javac/comp/AttrRecover;
            aload 1 /* tree */
            aload 2 /* site */
            aload 3 /* sym */
            aload 4 /* env */
            aload 5 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.AttrRecover.recoverMethodInvocation:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
         2: .line 4368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* site */
            aload 3 /* sym */
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            aload 4 /* env */
            aload 5 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.checkIdInternal:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 5 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.code.Symbol sym
        end local 2 // com.sun.tools.javac.code.Type site
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0    3     2        site  Lcom/sun/tools/javac/code/Type;
            0    3     3         sym  Lcom/sun/tools/javac/code/Symbol;
            0    3     4         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    3     5  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
            Name  Flags
      tree        
      site        
      sym         
      env         
      resultInfo  

  com.sun.tools.javac.code.Type checkIdInternal(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Attr$ResultInfo);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=10, locals=10, args_size=7
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type site
        start local 3 // com.sun.tools.javac.code.Symbol sym
        start local 4 // com.sun.tools.javac.code.Type pt
        start local 5 // com.sun.tools.javac.comp.Env env
        start local 6 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
         0: .line 4378
            aload 4 /* pt */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 2
         1: .line 4379
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* site */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
         2: .line 4382
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:()[I
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iaload
            tableswitch { // 2 - 8
                    2: 52
                    3: 3
                    4: 22
                    5: 46
                    6: 54
                    7: 54
                    8: 52
              default: 54
          }
         3: .line 4386
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
         4: .line 4387
            aload 7 /* owntype */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 57
         5: .line 4388
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* env */
            aload 3 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.comp.Check.checkForBadAuxiliaryClassAccess:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         6: .line 4389
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            astore 8 /* ownOuter */
        start local 8 // com.sun.tools.javac.code.Type ownOuter
         7: .line 4394
            aload 7 /* owntype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 10
         8: .line 4395
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
         9: .line 4396
            goto 57
        10: .line 4408
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 8 /* ownOuter */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 57
            aload 2 /* site */
            aload 8 /* ownOuter */
            if_acmpeq 57
        11: .line 4409
            aload 2 /* site */
            astore 9 /* normOuter */
        start local 9 // com.sun.tools.javac.code.Type normOuter
        12: .line 4410
            aload 9 /* normOuter */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 14
        13: .line 4411
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* site */
            aload 8 /* ownOuter */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Types.asEnclosingSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* normOuter */
        14: .line 4413
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 9 /* normOuter */
            ifnonnull 16
        15: .line 4414
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* ownOuter */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* normOuter */
        16: .line 4415
      StackMap locals:
      StackMap stack:
            aload 9 /* normOuter */
            aload 8 /* ownOuter */
            if_acmpeq 57
        17: .line 4416
            new com.sun.tools.javac.code.Type$ClassType
            dup
        18: .line 4417
            aload 9 /* normOuter */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 7 /* owntype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        19: .line 4418
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        20: .line 4416
            invokespecial com.sun.tools.javac.code.Type$ClassType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            astore 7 /* owntype */
        end local 9 // com.sun.tools.javac.code.Type normOuter
        end local 8 // com.sun.tools.javac.code.Type ownOuter
        21: .line 4421
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        22: .line 4423
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 8 /* v */
        start local 8 // com.sun.tools.javac.code.Symbol$VarSymbol v
        23: .line 4425
            aload 5 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            ifnull 27
        24: .line 4426
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 27
        25: .line 4428
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 8 /* v */
            aload 5 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            invokestatic com.sun.tools.javac.tree.TreeInfo.positionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)I
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.LocalSelfRef:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInferLocalVarType:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(ILcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        26: .line 4429
            aload 8 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            areturn
        27: .line 4435
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Attr$ResultInfo top com.sun.tools.javac.code.Symbol$VarSymbol
      StackMap stack:
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.ASG:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pkind:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.subset:(Lcom/sun/tools/javac/code/Kinds$KindSelector;)Z
            ifeq 36
        28: .line 4436
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 36
        29: .line 4437
            aload 8 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 36
        30: .line 4438
            aload 2 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 31
            aload 2 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 36
        31: .line 4439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* site */
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Types.asOuterSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* s */
        start local 9 // com.sun.tools.javac.code.Type s
        32: .line 4440
            aload 9 /* s */
            ifnull 36
        33: .line 4441
            aload 9 /* s */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 36
        34: .line 4442
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 8 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 36
        35: .line 4443
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 8 /* v */
            aload 9 /* s */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UncheckedAssignToVar:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.comp.Check.warnUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        end local 9 // com.sun.tools.javac.code.Type s
        36: .line 4448
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 39
        37: .line 4449
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._this:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 39
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._super:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 39
        38: .line 4450
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* site */
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.code.Types.memberType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            goto 40
        39: .line 4451
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
        40: .line 4448
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
        41: .line 4455
            aload 8 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnull 43
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr.isStaticReference:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 43
        42: .line 4456
            aload 7 /* owntype */
            aload 8 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            invokevirtual com.sun.tools.javac.code.Type.constType:(Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        43: .line 4458
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol$VarSymbol
      StackMap stack:
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            if_acmpne 57
        44: .line 4459
            aload 0 /* this */
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.comp.Attr.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        45: .line 4461
            goto 57
        end local 8 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 7 // com.sun.tools.javac.code.Type owntype
        46: .line 4463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* site */
            aload 3 /* sym */
        47: .line 4464
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkMode:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/comp/Attr$CheckMode;)V
        48: .line 4465
            aload 5 /* env */
            aload 5 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.args:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/List;
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
        49: .line 4466
            aload 6 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
        50: .line 4463
            invokevirtual com.sun.tools.javac.comp.Attr.checkMethod:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
        51: .line 4467
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        52: .line 4470
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
        53: .line 4471
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        54: .line 4473
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected kind: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        55: .line 4474
            ldc " in tree "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* tree */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        56: .line 4473
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 7 // com.sun.tools.javac.code.Type owntype
        57: .line 4481
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            if_acmpne 58
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REFERENCE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 62
        58: .line 4482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecated:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)V
        59: .line 4483
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.comp.Check.checkSunAPI:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        60: .line 4484
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.comp.Check.checkProfile:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        61: .line 4485
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.comp.Check.checkPreview:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
        62: .line 4490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 7 /* owntype */
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.toSelector:()Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 6 /* resultInfo */
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 7 // com.sun.tools.javac.code.Type owntype
        end local 6 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 5 // com.sun.tools.javac.comp.Env env
        end local 4 // com.sun.tools.javac.code.Type pt
        end local 3 // com.sun.tools.javac.code.Symbol sym
        end local 2 // com.sun.tools.javac.code.Type site
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   63     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   63     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0   63     2        site  Lcom/sun/tools/javac/code/Type;
            0   63     3         sym  Lcom/sun/tools/javac/code/Symbol;
            0   63     4          pt  Lcom/sun/tools/javac/code/Type;
            0   63     5         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   63     6  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            4   22     7     owntype  Lcom/sun/tools/javac/code/Type;
           41   46     7     owntype  Lcom/sun/tools/javac/code/Type;
           51   52     7     owntype  Lcom/sun/tools/javac/code/Type;
           53   54     7     owntype  Lcom/sun/tools/javac/code/Type;
           57   63     7     owntype  Lcom/sun/tools/javac/code/Type;
            7   21     8    ownOuter  Lcom/sun/tools/javac/code/Type;
           12   21     9   normOuter  Lcom/sun/tools/javac/code/Type;
           23   46     8           v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           32   36     9           s  Lcom/sun/tools/javac/code/Type;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
            Name  Flags
      tree        
      site        
      sym         
      pt          
      env         
      resultInfo  

  private void checkInit(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Symbol$VarSymbol, );
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol v
        start local 4 // boolean onlyWarning
         0: .line 4511
            aload 0 /* this */
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.enclosingInitEnv:(Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 5 /* initEnv */
        start local 5 // com.sun.tools.javac.comp.Env initEnv
         1: .line 4512
            aload 5 /* initEnv */
            ifnull 23
         2: .line 4513
            aload 5 /* initEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* v */
            if_acmpeq 3
            aload 3 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.pos:I
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.pos:I
            if_icmple 23
         3: .line 4514
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 3 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 23
         4: .line 4515
            aload 3 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            if_acmpne 23
         5: .line 4516
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: aload 2 /* env */
            invokestatic com.sun.tools.javac.comp.Resolve.isStatic:(Lcom/sun/tools/javac/comp/Env;)Z
            if_icmpne 23
         8: .line 4517
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ASSIGN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 10
         9: .line 4518
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCAssign
            getfield com.sun.tools.javac.tree.JCTree$JCAssign.lhs:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.skipParens:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* tree */
            if_acmpeq 23
        10: .line 4519
      StackMap locals:
      StackMap stack:
            iload 4 /* onlyWarning */
            ifeq 11
            aload 0 /* this */
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.comp.Attr.isStaticEnumField:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Z
            ifeq 17
        11: .line 4520
      StackMap locals:
      StackMap stack:
            aload 5 /* initEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* v */
            if_acmpne 13
        12: .line 4521
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalSelfRef:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            goto 14
      StackMap locals:
      StackMap stack:
        13: getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalForwardRef:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        14: .line 4520
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Error
            astore 6 /* errkey */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic$Error errkey
        15: .line 4522
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* errkey */
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 6 // com.sun.tools.javac.util.JCDiagnostic$Error errkey
        16: .line 4523
            goto 23
      StackMap locals:
      StackMap stack:
        17: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.useBeforeDeclarationWarning:Z
            ifeq 23
        18: .line 4524
            aload 5 /* initEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.enclVar:Lcom/sun/tools/javac/code/Symbol;
            aload 3 /* v */
            if_acmpne 20
        19: .line 4525
            aload 3 /* v */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.SelfRef:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 3 /* v */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.ForwardRef:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        21: .line 4524
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Warning
            astore 6 /* warnkey */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic$Warning warnkey
        22: .line 4526
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* warnkey */
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        end local 6 // com.sun.tools.javac.util.JCDiagnostic$Warning warnkey
        23: .line 4530
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            pop
        24: .line 4532
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* env */
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.comp.Attr.checkEnumInitializer:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
        25: .line 4533
            return
        end local 5 // com.sun.tools.javac.comp.Env initEnv
        end local 4 // boolean onlyWarning
        end local 3 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0         this  Lcom/sun/tools/javac/comp/Attr;
            0   26     1         tree  Lcom/sun/tools/javac/tree/JCTree;
            0   26     2          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   26     3            v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            0   26     4  onlyWarning  Z
            1   26     5      initEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           15   16     6       errkey  Lcom/sun/tools/javac/util/JCDiagnostic$Error;
           22   23     6      warnkey  Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Symbol$VarSymbol;Z)V
    MethodParameters:
             Name  Flags
      tree         
      env          
      v            
      onlyWarning  

  com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> enclosingInitEnv(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
         0: .line 4541
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            tableswitch { // 2 - 9
                    2: 6
                    3: 7
                    4: 7
                    5: 6
                    6: 6
                    7: 1
                    8: 7
                    9: 4
              default: 7
          }
         1: .line 4543
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 2 /* vdecl */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
         2: .line 4544
            aload 2 /* vdecl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 7
         3: .line 4546
            aload 1 /* env */
            areturn
        end local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
         4: .line 4550
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CLASSDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 7
         5: .line 4552
            aload 1 /* env */
            areturn
         6: .line 4558
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 4559
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
         8: .line 4560
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 4561
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 1 /* env */
        10: .line 4540
            goto 0
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1    env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2    4     2  vdecl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      env   

  private void checkEnumInitializer(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Symbol$VarSymbol);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.comp.Env env
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol v
         0: .line 4587
            aload 0 /* this */
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.comp.Attr.isStaticEnumField:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Z
            ifeq 9
         1: .line 4588
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 4 /* enclClass */
        start local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
         2: .line 4590
            aload 4 /* enclClass */
            ifnull 3
            aload 4 /* enclClass */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            ifnonnull 4
         3: .line 4591
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            return
         4: .line 4596
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            aload 4 /* enclClass */
            if_acmpeq 6
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* enclClass */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 3 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 6
         5: .line 4597
            return
         6: .line 4601
      StackMap locals:
      StackMap stack:
            aload 2 /* env */
            invokestatic com.sun.tools.javac.comp.Resolve.isInitializer:(Lcom/sun/tools/javac/comp/Env;)Z
            ifne 8
         7: .line 4602
            return
         8: .line 4604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalEnumStaticRef:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
         9: .line 4606
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1       tree  Lcom/sun/tools/javac/tree/JCTree;
            0   10     2        env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   10     3          v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            2    9     4  enclClass  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
    MethodParameters:
      Name  Flags
      tree  
      env   
      v     

  private boolean isStaticEnumField(com.sun.tools.javac.code.Symbol$VarSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
         0: .line 4612
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.code.Flags.isEnum:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 5
         1: .line 4613
            aload 1 /* v */
            invokestatic com.sun.tools.javac.code.Flags.isStatic:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 5
         2: .line 4614
            aload 1 /* v */
            invokestatic com.sun.tools.javac.code.Flags.isConstant:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Z
            ifne 5
         3: .line 4615
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names._class:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 5
         4: .line 4612
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1     v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
    MethodParameters:
      Name  Flags
      v     

  public com.sun.tools.javac.code.Type checkMethod(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.comp.Attr$ResultInfo, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=14, args_size=8
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type site
        start local 2 // com.sun.tools.javac.code.Symbol sym
        start local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        start local 4 // com.sun.tools.javac.comp.Env env
        start local 5 // com.sun.tools.javac.util.List argtrees
        start local 6 // com.sun.tools.javac.util.List argtypes
        start local 7 // com.sun.tools.javac.util.List typeargtypes
         0: .line 4630
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 9
         1: .line 4631
            aload 1 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 2
            aload 1 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 9
         2: .line 4632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* site */
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Types.asOuterSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 8 /* s */
        start local 8 // com.sun.tools.javac.code.Type s
         3: .line 4633
            aload 8 /* s */
            ifnull 9
            aload 8 /* s */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 9
         4: .line 4634
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
         5: .line 4635
            aload 2 /* sym */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
         6: .line 4634
            invokevirtual com.sun.tools.javac.code.Types.isSameTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Z
         7: .line 4635
            ifne 9
         8: .line 4636
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* sym */
            aload 8 /* s */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UncheckedCallMbrOfRawType:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.comp.Check.warnUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        end local 8 // com.sun.tools.javac.code.Type s
         9: .line 4640
      StackMap locals:
      StackMap stack:
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.defaultSuperCallSite:Lcom/sun/tools/javac/code/Type;
            ifnull 25
        10: .line 4641
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.interfaces:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.supertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 23
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        11: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 8 /* sup */
        start local 8 // com.sun.tools.javac.code.Type sup
        12: .line 4642
            aload 8 /* sup */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isSubClass:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Types;)Z
            ifeq 23
        13: .line 4643
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* sup */
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.defaultSuperCallSite:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 14
            goto 23
        14: .line 4645
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* sup */
            aload 2 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            invokevirtual com.sun.tools.javac.code.Types.interfaceCandidates:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)Lcom/sun/tools/javac/util/List;
        15: .line 4644
            astore 10 /* icand_sup */
        start local 10 // com.sun.tools.javac.util.List icand_sup
        16: .line 4646
            aload 10 /* icand_sup */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 23
        17: .line 4647
            aload 10 /* icand_sup */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            aload 2 /* sym */
            if_acmpeq 23
        18: .line 4648
            aload 10 /* icand_sup */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            aload 2 /* sym */
            aload 10 /* icand_sup */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            iconst_1
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.overrides:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Types;Z)Z
            ifeq 23
        19: .line 4649
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        20: .line 4650
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.defaultSuperCallSite:Lcom/sun/tools/javac/code/Type;
            aload 2 /* sym */
            aload 8 /* sup */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.OverriddenDefault:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalDefaultSuperCall:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        21: .line 4649
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        22: .line 4651
            goto 24
        end local 10 // com.sun.tools.javac.util.List icand_sup
        end local 8 // com.sun.tools.javac.code.Type sup
        23: .line 4641
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        24: .line 4654
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.defaultSuperCallSite:Lcom/sun/tools/javac/code/Type;
        25: .line 4657
      StackMap locals:
      StackMap stack:
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.isStatic:()Z
            ifeq 30
            aload 1 /* site */
            invokevirtual com.sun.tools.javac.code.Type.isInterface:()Z
            ifeq 30
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.APPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 30
        26: .line 4658
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodInvocation
            astore 8 /* app */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        27: .line 4659
            aload 8 /* app */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 30
        28: .line 4660
            aload 8 /* app */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            invokestatic com.sun.tools.javac.tree.TreeInfo.isStaticSelector:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Names;)Z
            ifne 30
        29: .line 4661
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* site */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalStaticIntfMethCall:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 8 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        30: .line 4669
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.util.Warner
            dup
            invokespecial com.sun.tools.javac.util.Warner.<init>:()V
            astore 8 /* noteWarner */
        start local 8 // com.sun.tools.javac.util.Warner noteWarner
        31: .line 4671
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        32: .line 4672
            aload 4 /* env */
        33: .line 4673
            aload 1 /* site */
        34: .line 4674
            aload 2 /* sym */
        35: .line 4675
            aload 3 /* resultInfo */
        36: .line 4676
            aload 6 /* argtypes */
        37: .line 4677
            aload 7 /* typeargtypes */
        38: .line 4678
            aload 8 /* noteWarner */
        39: .line 4671
            invokevirtual com.sun.tools.javac.comp.Resolve.checkMethod:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/Warner;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* owntype */
        start local 9 // com.sun.tools.javac.code.Type owntype
        40: .line 4681
            new com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            aload 2 /* sym */
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
            invokespecial com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap.<init>:(Lcom/sun/tools/javac/comp/DeferredAttr;Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)V
        41: .line 4680
            astore 10 /* checkDeferredMap */
        start local 10 // com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap checkDeferredMap
        42: .line 4683
            aload 6 /* argtypes */
            aload 10 /* checkDeferredMap */
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 6 /* argtypes */
        43: .line 4685
            aload 8 /* noteWarner */
            getstatic com.sun.tools.javac.code.Lint$LintCategory.UNCHECKED:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.util.Warner.hasNonSilentLint:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 59
        44: .line 4686
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* sym */
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
        45: .line 4687
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
        46: .line 4688
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Resolve.methodArguments:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Object;
        47: .line 4689
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 6 /* argtypes */
            aload 10 /* checkDeferredMap */
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Resolve.methodArguments:(Lcom/sun/tools/javac/util/List;)Ljava/lang/Object;
        48: .line 4690
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.location:()Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.code.Kinds.kindName:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Kinds$KindName;
        49: .line 4691
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.location:()Lcom/sun/tools/javac/code/Symbol;
        50: .line 4686
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UncheckedMethInvocationApplied:(Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/util/Name;Ljava/lang/Object;Ljava/lang/Object;Lcom/sun/tools/javac/code/Kinds$KindName;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.comp.Check.warnUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        51: .line 4692
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Infer.anyPoly:Lcom/sun/tools/javac/code/Type;
            if_acmpne 54
        52: .line 4693
            aload 9 /* owntype */
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 54
        53: .line 4694
            aload 9 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.isPartial:()Z
            ifne 59
        54: .line 4697
      StackMap locals: com.sun.tools.javac.util.Warner com.sun.tools.javac.code.Type com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap
      StackMap stack:
            new com.sun.tools.javac.code.Type$MethodType
            dup
            aload 9 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getParameterTypes:()Lcom/sun/tools/javac/util/List;
        55: .line 4698
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
        56: .line 4699
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
        57: .line 4700
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        58: .line 4697
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 9 /* owntype */
        59: .line 4704
      StackMap locals:
      StackMap stack:
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 62
        60: .line 4705
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$ForAll
            getfield com.sun.tools.javac.code.Type$ForAll.tvars:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Type.containsAny:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 62
        61: .line 4706
            getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.POLY:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
            goto 63
      StackMap locals:
      StackMap stack:
        62: getstatic com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind.STANDALONE:Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
        63: .line 4704
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind
            astore 11 /* pkind */
        start local 11 // com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind pkind
        64: .line 4707
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 11 /* pkind */
            invokestatic com.sun.tools.javac.tree.TreeInfo.setPolyKind:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;)V
        65: .line 4709
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.comp.Infer.anyPoly:Lcom/sun/tools/javac/code/Type;
            if_acmpne 67
        66: .line 4710
            aload 9 /* owntype */
            goto 70
        67: .line 4711
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 9 /* owntype */
            aload 2 /* sym */
            aload 4 /* env */
            aload 5 /* argtrees */
            aload 6 /* argtypes */
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            invokevirtual com.sun.tools.javac.comp.AttrContext.lastResolveVarargs:()Z
        68: .line 4712
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.inferenceContext:()Lcom/sun/tools/javac/comp/InferenceContext;
        69: .line 4711
            invokevirtual com.sun.tools.javac.comp.Check.checkMethod:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;ZLcom/sun/tools/javac/comp/InferenceContext;)Lcom/sun/tools/javac/code/Type;
        70: .line 4709
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            areturn
        end local 11 // com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind pkind
        end local 10 // com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap checkDeferredMap
        end local 9 // com.sun.tools.javac.code.Type owntype
        71: .line 4713
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Type com.sun.tools.javac.code.Symbol com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.Warner
      StackMap stack: com.sun.tools.javac.comp.Infer$InferenceException
            astore 9 /* ex */
        start local 9 // com.sun.tools.javac.comp.Infer$InferenceException ex
        72: .line 4716
            aload 3 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.checkContext:Lcom/sun/tools/javac/comp/Check$CheckContext;
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 9 /* ex */
            invokevirtual com.sun.tools.javac.comp.Infer$InferenceException.getDiagnostic:()Lcom/sun/tools/javac/util/JCDiagnostic;
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        73: .line 4717
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* site */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 9 // com.sun.tools.javac.comp.Infer$InferenceException ex
        74: .line 4718
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Resolve$InapplicableMethodException
            astore 9 /* ex */
        start local 9 // com.sun.tools.javac.comp.Resolve$InapplicableMethodException ex
        75: .line 4719
            aload 9 /* ex */
            invokevirtual com.sun.tools.javac.comp.Resolve$InapplicableMethodException.getDiagnostic:()Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 10 /* diag */
        start local 10 // com.sun.tools.javac.util.JCDiagnostic diag
        76: .line 4720
            new com.sun.tools.javac.comp.Attr$11
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aconst_null
            aload 2 /* sym */
            aload 10 /* diag */
            invokespecial com.sun.tools.javac.comp.Attr$11.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic;)V
            astore 11 /* errSym */
        start local 11 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolError errSym
        77: .line 4726
            aload 6 /* argtypes */
        78: .line 4727
            new com.sun.tools.javac.comp.Resolve$ResolveDeferredRecoveryMap
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttrMode.CHECK:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            aload 2 /* sym */
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.pendingResolutionPhase:Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
            invokespecial com.sun.tools.javac.comp.Resolve$ResolveDeferredRecoveryMap.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)V
        79: .line 4726
            invokevirtual com.sun.tools.javac.util.List.map:(Ljava/util/function/Function;)Lcom/sun/tools/javac/util/List;
            astore 12 /* argtypes2 */
        start local 12 // com.sun.tools.javac.util.List argtypes2
        80: .line 4728
            aload 11 /* errSym */
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticType.ERROR:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;
        81: .line 4729
            aload 4 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 2 /* sym */
            aload 1 /* site */
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 12 /* argtypes2 */
            aload 7 /* typeargtypes */
        82: .line 4728
            invokevirtual com.sun.tools.javac.comp.Resolve$InapplicableSymbolError.getDiagnostic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic;
            astore 13 /* errDiag */
        start local 13 // com.sun.tools.javac.util.JCDiagnostic errDiag
        83: .line 4730
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 13 /* errDiag */
            invokevirtual com.sun.tools.javac.util.Log.report:(Lcom/sun/tools/javac/util/JCDiagnostic;)V
        84: .line 4731
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* site */
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 13 // com.sun.tools.javac.util.JCDiagnostic errDiag
        end local 12 // com.sun.tools.javac.util.List argtypes2
        end local 11 // com.sun.tools.javac.comp.Resolve$InapplicableSymbolError errSym
        end local 10 // com.sun.tools.javac.util.JCDiagnostic diag
        end local 9 // com.sun.tools.javac.comp.Resolve$InapplicableMethodException ex
        end local 8 // com.sun.tools.javac.util.Warner noteWarner
        end local 7 // com.sun.tools.javac.util.List typeargtypes
        end local 6 // com.sun.tools.javac.util.List argtypes
        end local 5 // com.sun.tools.javac.util.List argtrees
        end local 4 // com.sun.tools.javac.comp.Env env
        end local 3 // com.sun.tools.javac.comp.Attr$ResultInfo resultInfo
        end local 2 // com.sun.tools.javac.code.Symbol sym
        end local 1 // com.sun.tools.javac.code.Type site
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   85     0              this  Lcom/sun/tools/javac/comp/Attr;
            0   85     1              site  Lcom/sun/tools/javac/code/Type;
            0   85     2               sym  Lcom/sun/tools/javac/code/Symbol;
            0   85     3        resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            0   85     4               env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   85     5          argtrees  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            0   85     6          argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   85     7      typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3    9     8                 s  Lcom/sun/tools/javac/code/Type;
           12   23     8               sup  Lcom/sun/tools/javac/code/Type;
           16   23    10         icand_sup  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$MethodSymbol;>;
           27   30     8               app  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
           31   85     8        noteWarner  Lcom/sun/tools/javac/util/Warner;
           40   71     9           owntype  Lcom/sun/tools/javac/code/Type;
           42   71    10  checkDeferredMap  Lcom/sun/tools/javac/comp/DeferredAttr$DeferredTypeMap<Ljava/lang/Void;>;
           64   71    11             pkind  Lcom/sun/tools/javac/tree/JCTree$JCPolyExpression$PolyKind;
           72   74     9                ex  Lcom/sun/tools/javac/comp/Infer$InferenceException;
           75   85     9                ex  Lcom/sun/tools/javac/comp/Resolve$InapplicableMethodException;
           76   85    10              diag  Lcom/sun/tools/javac/util/JCDiagnostic;
           77   85    11            errSym  Lcom/sun/tools/javac/comp/Resolve$InapplicableSymbolError;
           80   85    12         argtypes2  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           83   85    13           errDiag  Lcom/sun/tools/javac/util/JCDiagnostic;
      Exception table:
        from    to  target  type
          31    70      71  Class com.sun.tools.javac.comp.Infer$InferenceException
          31    70      74  Class com.sun.tools.javac.comp.Resolve$InapplicableMethodException
    Signature: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
              Name  Flags
      site          
      sym           final
      resultInfo    
      env           
      argtrees      final
      argtypes      
      typeargtypes  

  public void visitLiteral(com.sun.tools.javac.tree.JCTree$JCLiteral);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCLiteral;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLiteral tree
         0: .line 4736
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.typetag:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.comp.Attr.litType:(Lcom/sun/tools/javac/code/TypeTag;)Lcom/sun/tools/javac/code/Type;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLiteral.value:Ljava/lang/Object;
            invokevirtual com.sun.tools.javac.code.Type.constType:(Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
         1: .line 4737
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.VAL:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         2: .line 4736
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         3: .line 4738
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLiteral tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCLiteral;
    MethodParameters:
      Name  Flags
      tree  

  com.sun.tools.javac.code.Type litType(com.sun.tools.javac.code.TypeTag);
    descriptor: (Lcom/sun/tools/javac/code/TypeTag;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.TypeTag tag
         0: .line 4743
            aload 1 /* tag */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpne 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.stringType:Lcom/sun/tools/javac/code/Type;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.typeOfTag:[Lcom/sun/tools/javac/code/Type;
            aload 1 /* tag */
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            aaload
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
         2: areturn
        end local 1 // com.sun.tools.javac.code.TypeTag tag
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1   tag  Lcom/sun/tools/javac/code/TypeTag;
    MethodParameters:
      Name  Flags
      tag   

  public void visitTypeIdent(com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree tree
         0: .line 4747
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.typeOfTag:[Lcom/sun/tools/javac/code/Type;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.typetag:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            aaload
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         1: .line 4748
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCPrimitiveTypeTree;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeArray(com.sun.tools.javac.tree.JCTree$JCArrayTypeTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCArrayTypeTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCArrayTypeTree tree
         0: .line 4751
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCArrayTypeTree.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* etype */
        start local 2 // com.sun.tools.javac.code.Type etype
         1: .line 4752
            new com.sun.tools.javac.code.Type$ArrayType
            dup
            aload 2 /* etype */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.arrayClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$ArrayType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            astore 3 /* type */
        start local 3 // com.sun.tools.javac.code.Type type
         2: .line 4753
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* type */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         3: .line 4754
            return
        end local 3 // com.sun.tools.javac.code.Type type
        end local 2 // com.sun.tools.javac.code.Type etype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCArrayTypeTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1   tree  Lcom/sun/tools/javac/tree/JCTree$JCArrayTypeTree;
            1    4     2  etype  Lcom/sun/tools/javac/code/Type;
            2    4     3   type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeApply(com.sun.tools.javac.tree.JCTree$JCTypeApply);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
         0: .line 4761
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        start local 2 // com.sun.tools.javac.code.Type owntype
         1: .line 4764
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkClassType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* clazztype */
        start local 3 // com.sun.tools.javac.code.Type clazztype
         2: .line 4767
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.arguments:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            astore 4 /* actuals */
        start local 4 // com.sun.tools.javac.util.List actuals
         3: .line 4769
            aload 3 /* clazztype */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 42
         4: .line 4770
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            astore 5 /* formals */
        start local 5 // com.sun.tools.javac.util.List formals
         5: .line 4771
            aload 4 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 7
         6: .line 4772
            aload 5 /* formals */
            astore 4 /* actuals */
         7: .line 4774
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeApply com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            aload 5 /* formals */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            if_icmpne 35
         8: .line 4775
            aload 4 /* actuals */
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.util.List a
         9: .line 4776
            aload 5 /* formals */
            astore 7 /* f */
        start local 7 // com.sun.tools.javac.util.List f
        10: .line 4777
            goto 14
        11: .line 4778
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 6 /* a */
            aload 6 /* a */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            aload 7 /* f */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Type.withTypeVar:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
        12: .line 4779
            aload 6 /* a */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 6 /* a */
        13: .line 4780
            aload 7 /* f */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* f */
        14: .line 4777
      StackMap locals:
      StackMap stack:
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 11
        15: .line 4783
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getEnclosingType:()Lcom/sun/tools/javac/code/Type;
            astore 8 /* clazzOuter */
        start local 8 // com.sun.tools.javac.code.Type clazzOuter
        16: .line 4784
            aload 8 /* clazzOuter */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 31
        17: .line 4786
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokestatic com.sun.tools.javac.tree.TreeInfo.typeIn:(Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 10 /* clazz */
        start local 10 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
        18: .line 4787
            aload 10 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 21
        19: .line 4788
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        start local 9 // com.sun.tools.javac.code.Type site
        20: .line 4789
            goto 25
        end local 9 // com.sun.tools.javac.code.Type site
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeApply com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type top com.sun.tools.javac.tree.JCTree$JCExpression
      StackMap stack:
        21: aload 10 /* clazz */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 24
        22: .line 4790
            aload 10 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.selected:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        start local 9 // com.sun.tools.javac.code.Type site
        23: .line 4791
            goto 25
        end local 9 // com.sun.tools.javac.code.Type site
      StackMap locals:
      StackMap stack:
        24: new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* tree */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 9 // com.sun.tools.javac.code.Type site
        25: .line 4792
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeApply com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type com.sun.tools.javac.tree.JCTree$JCExpression
      StackMap stack:
            aload 8 /* clazzOuter */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 31
            aload 9 /* site */
            aload 8 /* clazzOuter */
            if_acmpeq 31
        26: .line 4793
            aload 9 /* site */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 28
        27: .line 4794
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* site */
            aload 8 /* clazzOuter */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Types.asOuterSuper:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        28: .line 4795
      StackMap locals:
      StackMap stack:
            aload 9 /* site */
            ifnonnull 30
        29: .line 4796
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* clazzOuter */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 9 /* site */
        30: .line 4797
      StackMap locals:
      StackMap stack:
            aload 9 /* site */
            astore 8 /* clazzOuter */
        end local 10 // com.sun.tools.javac.tree.JCTree$JCExpression clazz
        end local 9 // com.sun.tools.javac.code.Type site
        31: .line 4800
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.code.Type$ClassType
            dup
            aload 8 /* clazzOuter */
            aload 4 /* actuals */
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        32: .line 4801
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        33: .line 4800
            invokespecial com.sun.tools.javac.code.Type$ClassType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            astore 2 /* owntype */
        end local 8 // com.sun.tools.javac.code.Type clazzOuter
        end local 7 // com.sun.tools.javac.util.List f
        end local 6 // com.sun.tools.javac.util.List a
        34: .line 4802
            goto 42
        35: .line 4803
      StackMap locals:
      StackMap stack:
            aload 5 /* formals */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifeq 40
        36: .line 4804
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCTypeApply.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        37: .line 4805
            aload 5 /* formals */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.WrongNumberTypeArgs:(Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        38: .line 4804
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        39: .line 4806
            goto 41
        40: .line 4807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCTypeApply.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.TypeDoesntTakeParams:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        41: .line 4809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.createErrorType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* owntype */
        end local 5 // com.sun.tools.javac.util.List formals
        42: .line 4812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* owntype */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        43: .line 4813
            return
        end local 4 // com.sun.tools.javac.util.List actuals
        end local 3 // com.sun.tools.javac.code.Type clazztype
        end local 2 // com.sun.tools.javac.code.Type owntype
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   44     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   44     1        tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;
            1   44     2     owntype  Lcom/sun/tools/javac/code/Type;
            2   44     3   clazztype  Lcom/sun/tools/javac/code/Type;
            3   44     4     actuals  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5   42     5     formals  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            9   34     6           a  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           10   34     7           f  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           16   34     8  clazzOuter  Lcom/sun/tools/javac/code/Type;
           20   21     9        site  Lcom/sun/tools/javac/code/Type;
           23   24     9        site  Lcom/sun/tools/javac/code/Type;
           25   31     9        site  Lcom/sun/tools/javac/code/Type;
           18   31    10       clazz  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeUnion(com.sun.tools.javac.tree.JCTree$JCTypeUnion);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeUnion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeUnion tree
         0: .line 4816
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 2 /* multicatchTypes */
        start local 2 // com.sun.tools.javac.util.ListBuffer multicatchTypes
         1: .line 4817
            aconst_null
            astore 3 /* all_multicatchTypes */
        start local 3 // com.sun.tools.javac.util.ListBuffer all_multicatchTypes
         2: .line 4818
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeUnion.alternatives:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 32
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 4 /* typeTree */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCExpression typeTree
         4: .line 4819
            aload 0 /* this */
            aload 4 /* typeTree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* ctype */
        start local 6 // com.sun.tools.javac.code.Type ctype
         5: .line 4820
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* typeTree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         6: .line 4821
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* typeTree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
         7: .line 4822
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
         8: .line 4820
            invokevirtual com.sun.tools.javac.comp.Check.checkType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* ctype */
         9: .line 4823
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 28
        10: .line 4826
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* ctype */
            aload 2 /* multicatchTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.intersects:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Z
            ifeq 24
        11: .line 4827
            aload 2 /* multicatchTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 8
            goto 23
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type top java.util.Iterator
      StackMap stack:
        12: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 7 /* t */
        start local 7 // com.sun.tools.javac.code.Type t
        13: .line 4828
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* ctype */
            aload 7 /* t */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            istore 9 /* sub */
        start local 9 // boolean sub
        14: .line 4829
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 7 /* t */
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            istore 10 /* sup */
        start local 10 // boolean sup
        15: .line 4830
            iload 9 /* sub */
            ifne 16
            iload 10 /* sup */
            ifeq 23
        16: .line 4832
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type java.util.Iterator int int
      StackMap stack:
            iload 9 /* sub */
            ifeq 17
            aload 6 /* ctype */
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 7 /* t */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
        18: astore 11 /* a */
        start local 11 // com.sun.tools.javac.code.Type a
        19: .line 4833
            iload 9 /* sub */
            ifeq 20
            aload 7 /* t */
            goto 21
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
        20: aload 6 /* ctype */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
        21: astore 12 /* b */
        start local 12 // com.sun.tools.javac.code.Type b
        22: .line 4834
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 4 /* typeTree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 11 /* a */
            aload 12 /* b */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.MulticatchTypesMustBeDisjoint:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 12 // com.sun.tools.javac.code.Type b
        end local 11 // com.sun.tools.javac.code.Type a
        end local 10 // boolean sup
        end local 9 // boolean sub
        end local 7 // com.sun.tools.javac.code.Type t
        23: .line 4827
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        24: .line 4838
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type
      StackMap stack:
            aload 2 /* multicatchTypes */
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        25: .line 4839
            aload 3 /* all_multicatchTypes */
            ifnull 32
        26: .line 4840
            aload 3 /* all_multicatchTypes */
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        27: .line 4841
            goto 32
        28: .line 4842
      StackMap locals:
      StackMap stack:
            aload 3 /* all_multicatchTypes */
            ifnonnull 31
        29: .line 4843
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* all_multicatchTypes */
        30: .line 4844
            aload 3 /* all_multicatchTypes */
            aload 2 /* multicatchTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.appendList:(Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        31: .line 4846
      StackMap locals:
      StackMap stack:
            aload 3 /* all_multicatchTypes */
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 6 // com.sun.tools.javac.code.Type ctype
        end local 4 // com.sun.tools.javac.tree.JCTree$JCExpression typeTree
        32: .line 4818
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        33: .line 4849
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* multicatchTypes */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.lub:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
        34: .line 4850
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            getstatic com.sun.tools.javac.comp.Attr$CheckMode.NO_TREE_UPDATE:Lcom/sun/tools/javac/comp/Attr$CheckMode;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/comp/Attr$CheckMode;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        35: .line 4849
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            astore 4 /* t */
        start local 4 // com.sun.tools.javac.code.Type t
        36: .line 4851
            aload 4 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 42
        37: .line 4853
            aload 3 /* all_multicatchTypes */
            ifnonnull 38
            aload 2 /* multicatchTypes */
            goto 39
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCTypeUnion com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Type
      StackMap stack:
        38: aload 3 /* all_multicatchTypes */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ListBuffer
        39: invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
        40: .line 4852
            astore 5 /* alternatives */
        start local 5 // com.sun.tools.javac.util.List alternatives
        41: .line 4854
            new com.sun.tools.javac.code.Type$UnionClassType
            dup
            aload 4 /* t */
            checkcast com.sun.tools.javac.code.Type$ClassType
            aload 5 /* alternatives */
            invokespecial com.sun.tools.javac.code.Type$UnionClassType.<init>:(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/util/List;)V
            astore 4 /* t */
        end local 5 // com.sun.tools.javac.util.List alternatives
        42: .line 4856
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            aload 0 /* this */
            aload 4 /* t */
            dup_x1
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCTypeUnion.type:Lcom/sun/tools/javac/code/Type;
        43: .line 4857
            return
        end local 4 // com.sun.tools.javac.code.Type t
        end local 3 // com.sun.tools.javac.util.ListBuffer all_multicatchTypes
        end local 2 // com.sun.tools.javac.util.ListBuffer multicatchTypes
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeUnion tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   44     0                 this  Lcom/sun/tools/javac/comp/Attr;
            0   44     1                 tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeUnion;
            1   44     2      multicatchTypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            2   44     3  all_multicatchTypes  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Type;>;
            4   32     4             typeTree  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            5   32     6                ctype  Lcom/sun/tools/javac/code/Type;
           13   23     7                    t  Lcom/sun/tools/javac/code/Type;
           14   23     9                  sub  Z
           15   23    10                  sup  Z
           19   23    11                    a  Lcom/sun/tools/javac/code/Type;
           22   23    12                    b  Lcom/sun/tools/javac/code/Type;
           36   44     4                    t  Lcom/sun/tools/javac/code/Type;
           41   42     5         alternatives  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeIntersection(com.sun.tools.javac.tree.JCTree$JCTypeIntersection);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeIntersection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeIntersection tree
         0: .line 4860
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeIntersection.bounds:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/util/List;
            pop
         1: .line 4861
            aload 1 /* tree */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeIntersection.bounds:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.checkIntersection:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCTypeIntersection.type:Lcom/sun/tools/javac/code/Type;
         2: .line 4862
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeIntersection tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeIntersection;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTypeParameter(com.sun.tools.javac.tree.JCTree$JCTypeParameter);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tree
         0: .line 4865
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.type:Lcom/sun/tools/javac/code/Type;
            checkcast com.sun.tools.javac.code.Type$TypeVar
            astore 2 /* typeVar */
        start local 2 // com.sun.tools.javac.code.Type$TypeVar typeVar
         1: .line 4867
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.annotations:Lcom/sun/tools/javac/util/List;
            ifnull 3
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 3
         2: .line 4868
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.annotations:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Annotate.annotateTypeParameterSecondStage:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List;)V
         3: .line 4871
      StackMap locals: com.sun.tools.javac.code.Type$TypeVar
      StackMap stack:
            aload 2 /* typeVar */
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 5
         4: .line 4873
            aload 2 /* typeVar */
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.bounds:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.checkIntersection:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type$TypeVar.setUpperBound:(Lcom/sun/tools/javac/code/Type;)V
         5: .line 4875
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Type$TypeVar typeVar
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeParameter tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;
            1    6     2  typeVar  Lcom/sun/tools/javac/code/Type$TypeVar;
    MethodParameters:
      Name  Flags
      tree  

  com.sun.tools.javac.code.Type checkIntersection(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree$JCExpression>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.util.List bounds
         0: .line 4878
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* boundSet */
        start local 3 // java.util.Set boundSet
         1: .line 4879
            aload 2 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
         2: .line 4881
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            aload 0 /* this */
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iconst_0
            iconst_0
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.checkBase:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;ZZZ)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
         3: .line 4882
            aload 3 /* boundSet */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 4883
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 6
         5: .line 4884
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            areturn
         6: .line 4886
      StackMap locals: java.util.Set
      StackMap stack:
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 12
         7: .line 4888
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
         8: .line 4889
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         9: .line 4890
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.TypeVarMayNotBeFollowedByOtherBounds:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        10: .line 4889
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        11: .line 4891
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            areturn
        12: .line 4896
      StackMap locals:
      StackMap stack:
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 20
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.util.List java.util.Set top java.util.Iterator
      StackMap stack:
        13: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 4 /* bound */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCExpression bound
        14: .line 4897
            aload 4 /* bound */
            aload 0 /* this */
            aload 4 /* bound */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 4 /* bound */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            iconst_0
            iconst_1
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.checkBase:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;ZZZ)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
        15: .line 4898
            aload 4 /* bound */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 18
        16: .line 4899
            aload 4 /* bound */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 2 /* bounds */
        17: .line 4900
            goto 20
        18: .line 4901
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.util.List java.util.Set com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator
      StackMap stack:
            aload 4 /* bound */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 20
        19: .line 4902
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* bound */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* bound */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 3 /* boundSet */
            invokevirtual com.sun.tools.javac.comp.Check.checkNotRepeated:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Ljava/util/Set;)V
        end local 4 // com.sun.tools.javac.tree.JCTree$JCExpression bound
        20: .line 4896
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.util.List java.util.Set top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        21: .line 4908
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree com.sun.tools.javac.util.List java.util.Set
      StackMap stack:
            aload 2 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifne 23
        22: .line 4909
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            areturn
        23: .line 4910
      StackMap locals:
      StackMap stack:
            aload 2 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            iconst_1
            if_icmpne 25
        24: .line 4911
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            areturn
        25: .line 4913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* bounds */
            invokestatic com.sun.tools.javac.tree.TreeInfo.types:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.makeIntersectionType:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type$IntersectionClassType;
            astore 4 /* owntype */
        start local 4 // com.sun.tools.javac.code.Type owntype
        26: .line 4920
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isInterface:()Z
            ifne 30
        27: .line 4921
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 5 /* extending */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCExpression extending
        28: .line 4922
            aload 2 /* bounds */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 6 /* implementing */
        start local 6 // com.sun.tools.javac.util.List implementing
        29: .line 4923
            goto 32
        end local 6 // com.sun.tools.javac.util.List implementing
        end local 5 // com.sun.tools.javac.tree.JCTree$JCExpression extending
        30: .line 4924
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aconst_null
            astore 5 /* extending */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCExpression extending
        31: .line 4925
            aload 2 /* bounds */
            astore 6 /* implementing */
        start local 6 // com.sun.tools.javac.util.List implementing
        32: .line 4927
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Lcom/sun/tools/javac/tree/TreeMaker;
        33: .line 4928
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            ldc 1025
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Modifiers:(J)Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
        34: .line 4929
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        35: .line 4930
            aload 5 /* extending */
            aload 6 /* implementing */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        36: .line 4927
            invokevirtual com.sun.tools.javac.tree.TreeMaker.ClassDef:(Lcom/sun/tools/javac/tree/JCTree$JCModifiers;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            astore 7 /* cd */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCClassDecl cd
        37: .line 4932
            aload 4 /* owntype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 8 /* c */
        start local 8 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        38: .line 4933
            aload 8 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifeq 39
            iconst_1
            goto 40
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
        39: iconst_0
      StackMap locals:
      StackMap stack: int
        40: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        41: .line 4934
            aload 7 /* cd */
            aload 8 /* c */
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        42: .line 4935
            aload 8 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.sourcefile:Ljavax/tools/JavaFileObject;
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
        43: .line 4938
            aload 8 /* c */
            dup
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 268435456
            lor
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
        44: .line 4939
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
            aload 7 /* cd */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Enter.classEnv:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            astore 9 /* cenv */
        start local 9 // com.sun.tools.javac.comp.Env cenv
        45: .line 4940
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
            aload 8 /* c */
            aload 9 /* cenv */
            invokevirtual com.sun.tools.javac.comp.TypeEnvs.put:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
            pop
        46: .line 4941
            aload 0 /* this */
            aload 8 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        47: .line 4942
            aload 4 /* owntype */
            areturn
        end local 9 // com.sun.tools.javac.comp.Env cenv
        end local 8 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 7 // com.sun.tools.javac.tree.JCTree$JCClassDecl cd
        end local 6 // com.sun.tools.javac.util.List implementing
        end local 5 // com.sun.tools.javac.tree.JCTree$JCExpression extending
        end local 4 // com.sun.tools.javac.code.Type owntype
        end local 3 // java.util.Set boundSet
        end local 2 // com.sun.tools.javac.util.List bounds
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   48     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   48     1          tree  Lcom/sun/tools/javac/tree/JCTree;
            0   48     2        bounds  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            1   48     3      boundSet  Ljava/util/Set<Lcom/sun/tools/javac/code/Type;>;
           14   20     4         bound  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           26   48     4       owntype  Lcom/sun/tools/javac/code/Type;
           28   30     5     extending  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           31   48     5     extending  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           29   30     6  implementing  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
           32   48     6  implementing  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
           37   48     7            cd  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
           38   48     8             c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           45   48     9          cenv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;)Lcom/sun/tools/javac/code/Type;
    MethodParameters:
        Name  Flags
      tree    
      bounds  

  public void visitWildcard(com.sun.tools.javac.tree.JCTree$JCWildcard);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCWildcard;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWildcard tree
         0: .line 4948
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.kind:Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;
            getfield com.sun.tools.javac.tree.JCTree$TypeBoundKind.kind:Lcom/sun/tools/javac/code/BoundKind;
            getstatic com.sun.tools.javac.code.BoundKind.UNBOUND:Lcom/sun/tools/javac/code/BoundKind;
            if_acmpne 2
         1: .line 4949
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.objectType:Lcom/sun/tools/javac/code/Type;
            goto 3
         2: .line 4950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.inner:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
         3: .line 4948
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 2 /* type */
        start local 2 // com.sun.tools.javac.code.Type type
         4: .line 4951
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            new com.sun.tools.javac.code.Type$WildcardType
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCWildcard.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* type */
            invokevirtual com.sun.tools.javac.comp.Check.checkRefType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
         5: .line 4952
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWildcard.kind:Lcom/sun/tools/javac/tree/JCTree$TypeBoundKind;
            getfield com.sun.tools.javac.tree.JCTree$TypeBoundKind.kind:Lcom/sun/tools/javac/code/BoundKind;
         6: .line 4953
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.boundClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$WildcardType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/BoundKind;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
         7: .line 4954
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.TYP:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         8: .line 4951
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         9: .line 4955
            return
        end local 2 // com.sun.tools.javac.code.Type type
        end local 1 // com.sun.tools.javac.tree.JCTree$JCWildcard tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCWildcard;
            4   10     2  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitAnnotation(com.sun.tools.javac.tree.JCTree$JCAnnotation);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotation tree
         0: .line 4958
            ldc "should be handled in annotate"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
         1: .line 4959
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotation tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;
    MethodParameters:
      Name  Flags
      tree  

  public void visitAnnotatedType(com.sun.tools.javac.tree.JCTree$JCAnnotatedType);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType tree
         0: .line 4962
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribAnnotationTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         1: .line 4963
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            invokevirtual com.sun.tools.javac.comp.Attr.attribType:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* underlyingType */
        start local 2 // com.sun.tools.javac.code.Type underlyingType
         2: .line 4964
            aload 2 /* underlyingType */
            getstatic com.sun.tools.javac.code.TypeMetadata$Annotations.TO_BE_SET:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Type.annotatedType:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* annotatedType */
        start local 3 // com.sun.tools.javac.code.Type annotatedType
         3: .line 4966
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.isNewClass:Z
            ifne 5
         4: .line 4967
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.annotations:Lcom/sun/tools/javac/util/List;
            aload 3 /* annotatedType */
            invokevirtual com.sun.tools.javac.comp.Annotate.annotateTypeSecondStage:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
         5: .line 4968
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* annotatedType */
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         6: .line 4969
            return
        end local 3 // com.sun.tools.javac.code.Type annotatedType
        end local 2 // com.sun.tools.javac.code.Type underlyingType
        end local 1 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1            tree  Lcom/sun/tools/javac/tree/JCTree$JCAnnotatedType;
            2    7     2  underlyingType  Lcom/sun/tools/javac/code/Type;
            3    7     3   annotatedType  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  

  public void visitErroneous(com.sun.tools.javac.tree.JCTree$JCErroneous);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCErroneous;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCErroneous tree
         0: .line 4972
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCErroneous.errs:Lcom/sun/tools/javac/util/List;
            ifnull 7
         1: .line 4973
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* errEnv */
        start local 2 // com.sun.tools.javac.comp.Env errEnv
         2: .line 4974
            aload 2 /* errEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         3: .line 4975
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCErroneous.errs:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCErroneous com.sun.tools.javac.comp.Env top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 3 /* err */
        start local 3 // com.sun.tools.javac.tree.JCTree err
         5: .line 4976
            aload 0 /* this */
            aload 3 /* err */
            aload 2 /* errEnv */
            new com.sun.tools.javac.comp.Attr$ResultInfo
            dup
            aload 0 /* this */
            getstatic com.sun.tools.javac.code.Kinds$KindSelector.ERR:Lcom/sun/tools/javac/code/Kinds$KindSelector;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Attr.pt:()Lcom/sun/tools/javac/code/Type;
            invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.comp.Attr.attribTree:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 3 // com.sun.tools.javac.tree.JCTree err
         6: .line 4975
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 2 // com.sun.tools.javac.comp.Env errEnv
         7: .line 4978
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCErroneous
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errType:Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCErroneous.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         8: .line 4979
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCErroneous tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/javac/comp/Attr;
            0    9     1    tree  Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            2    7     2  errEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            5    6     3     err  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTree(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 4984
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void attrib(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
         0: .line 4991
            invokestatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:()[I
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.getTag:()Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iaload
            lookupswitch { // 3
                    2: 3
                    3: 5
                   96: 1
              default: 7
          }
         1: .line 4993
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCModuleDecl
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.sym:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            invokevirtual com.sun.tools.javac.comp.Attr.attribModule:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)V
         2: .line 4994
            goto 8
         3: .line 4996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribTopLevel:(Lcom/sun/tools/javac/comp/Env;)V
         4: .line 4997
            goto 8
         5: .line 4999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCPackageDecl
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.packge:Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            invokevirtual com.sun.tools.javac.comp.Attr.attribPackage:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)V
         6: .line 5000
            goto 8
         7: .line 5002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         8: .line 5004
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    9     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
      Name  Flags
      env   

  public void attribTopLevel(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
    descriptor: (Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
         0: .line 5011
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            astore 2 /* toplevel */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit toplevel
         1: .line 5013
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
         2: .line 5014
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCCompilationUnit
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
         3: astore 3 /* ex */
        start local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         4: .line 5015
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* toplevel */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCompilationUnit.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 3 /* ex */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         5: .line 5017
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$JCCompilationUnit toplevel
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1       env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1    6     2  toplevel  Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
            4    5     3        ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
    MethodParameters:
      Name  Flags
      env   

  public void attribPackage(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.code.Symbol$PackageSymbol);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.code.Symbol$PackageSymbol p
         0: .line 5021
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
         1: .line 5022
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual com.sun.tools.javac.comp.Attr.attribPackage:(Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)V
         2: .line 5023
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
         3: astore 3 /* ex */
        start local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         4: .line 5024
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* pos */
            aload 3 /* ex */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         5: .line 5026
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Symbol$PackageSymbol p
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    6     2     p  Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            4    5     3    ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    MethodParameters:
      Name  Flags
      pos   
      p     

  void attribPackage(com.sun.tools.javac.code.Symbol$PackageSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$PackageSymbol p
         0: .line 5029
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
            aload 1 /* p */
            invokevirtual com.sun.tools.javac.comp.TypeEnvs.get:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* env */
        start local 2 // com.sun.tools.javac.comp.Env env
         1: .line 5030
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCPackageDecl
            getfield com.sun.tools.javac.tree.JCTree$JCPackageDecl.pid:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* p */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecatedAnnotation:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
         2: .line 5031
            return
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.code.Symbol$PackageSymbol p
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1     p  Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            1    3     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      p     

  public void attribModule(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.code.Symbol$ModuleSymbol);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
         0: .line 5035
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
         1: .line 5036
            aload 0 /* this */
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Attr.attribModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)V
         2: .line 5037
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
         3: astore 3 /* ex */
        start local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         4: .line 5038
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* pos */
            aload 3 /* ex */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         5: .line 5040
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    6     2     m  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            4    5     3    ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    MethodParameters:
      Name  Flags
      pos   
      m     

  void attribModule(com.sun.tools.javac.code.Symbol$ModuleSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
         0: .line 5044
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.enter:Lcom/sun/tools/javac/comp/Enter;
            getfield com.sun.tools.javac.comp.Enter.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.comp.TypeEnvs.get:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Lcom/sun/tools/javac/comp/Env;
            astore 2 /* env */
        start local 2 // com.sun.tools.javac.comp.Env env
         1: .line 5045
            aload 0 /* this */
            aload 2 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 2 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
         2: .line 5046
            return
        end local 2 // com.sun.tools.javac.comp.Env env
        end local 1 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1     m  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            1    3     2   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
    MethodParameters:
      Name  Flags
      m     

  public void attribClass(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 5056
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.annotate:Lcom/sun/tools/javac/comp/Annotate;
            invokevirtual com.sun.tools.javac.comp.Annotate.flush:()V
         1: .line 5057
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         2: .line 5058
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
         3: astore 3 /* ex */
        start local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         4: .line 5059
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* pos */
            aload 3 /* ex */
            invokevirtual com.sun.tools.javac.comp.Check.completionError:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 3 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         5: .line 5061
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0    6     2     c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            4    5     3    ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    MethodParameters:
      Name  Flags
      pos   
      c     

  void attribClass(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 5067
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 1
            return
         1: .line 5071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aconst_null
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkNonCyclic:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)V
         2: .line 5073
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.supertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 2 /* st */
        start local 2 // com.sun.tools.javac.code.Type st
         3: .line 5074
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifne 8
         4: .line 5076
            aload 2 /* st */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 6
         5: .line 5077
            aload 0 /* this */
            aload 2 /* st */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         6: .line 5080
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 8
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 8
         7: .line 5081
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         8: .line 5087
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 268435456
            land
            lconst_0
            lcmp
            ifeq 130
         9: .line 5088
            aload 1 /* c */
            dup
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc -268435457
            land
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
        10: .line 5091
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.typeEnvs:Lcom/sun/tools/javac/comp/TypeEnvs;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.comp.TypeEnvs.get:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Lcom/sun/tools/javac/comp/Env;
            astore 3 /* env */
        start local 3 // com.sun.tools.javac.comp.Env env
        11: .line 5093
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isSealed:()Z
            ifeq 16
        12: .line 5094
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isEnum:()Z
            ifne 16
        13: .line 5095
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.isPermittedExplicit:Z
            ifne 16
        14: .line 5096
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.permitted:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 16
        15: .line 5097
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SealedClassMustHaveSubclasses:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        16: .line 5100
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isSealed:()Z
            ifeq 67
        17: .line 5101
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 4 /* permittedTypes */
        start local 4 // java.util.Set permittedTypes
        18: .line 5102
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unnamedModule:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            if_acmpeq 19
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.noModule:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            if_acmpeq 19
            iconst_0
            goto 20
      StackMap locals: java.util.Set
      StackMap stack:
        19: iconst_1
      StackMap locals:
      StackMap stack: int
        20: istore 5 /* sealedInUnnamed */
        start local 5 // boolean sealedInUnnamed
        21: .line 5103
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.permitted:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 66
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env java.util.Set int top java.util.Iterator
      StackMap stack:
        22: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 6 /* subTypeSym */
        start local 6 // com.sun.tools.javac.code.Symbol subTypeSym
        23: .line 5104
            iconst_0
            istore 8 /* isTypeVar */
        start local 8 // boolean isTypeVar
        24: .line 5105
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpne 29
        25: .line 5106
            iconst_1
            istore 8 /* isTypeVar */
        26: .line 5107
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        27: .line 5108
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IsATypeVariable:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidPermitsClause:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        28: .line 5107
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        29: .line 5110
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env java.util.Set int com.sun.tools.javac.code.Symbol java.util.Iterator int
      StackMap stack:
            aload 6 /* subTypeSym */
            invokevirtual com.sun.tools.javac.code.Symbol.isAnonymous:()Z
            ifeq 31
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isEnum:()Z
            ifne 31
        30: .line 5111
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Anonymous:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.LocalClassesCantExtendSealed:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        31: .line 5113
      StackMap locals:
      StackMap stack:
            aload 4 /* permittedTypes */
            aload 6 /* subTypeSym */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 38
        32: .line 5115
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.enclClass:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.permitting:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        33: .line 5116
            aload 6 /* subTypeSym */
            invokedynamic test(Lcom/sun/tools/javac/code/Symbol;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$41(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z (6)
                  (Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        34: .line 5117
            ldc 2
            invokeinterface java.util.stream.Stream.limit:(J)Ljava/util/stream/Stream;
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
            iconst_1
            invokevirtual com.sun.tools.javac.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
        35: .line 5114
            astore 9 /* pos */
        start local 9 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        36: .line 5118
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 9 /* pos */
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IsDuplicated:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidPermitsClause:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 9 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        37: .line 5119
            goto 39
        38: .line 5120
      StackMap locals:
      StackMap stack:
            aload 4 /* permittedTypes */
            aload 6 /* subTypeSym */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        39: .line 5122
      StackMap locals:
      StackMap stack:
            iload 5 /* sealedInUnnamed */
            ifeq 45
        40: .line 5123
            aload 6 /* subTypeSym */
            invokevirtual com.sun.tools.javac.code.Symbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            if_acmpeq 49
        41: .line 5124
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        42: .line 5125
            aload 1 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ClassInUnnamedModuleCantExtendSealedInDiffPackage:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        43: .line 5124
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        44: .line 5128
            goto 49
      StackMap locals:
      StackMap stack:
        45: aload 6 /* subTypeSym */
            invokevirtual com.sun.tools.javac.code.Symbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            if_acmpeq 49
        46: .line 5129
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        47: .line 5130
            aload 1 /* c */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ClassInModuleCantExtendSealedInDiffModule:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        48: .line 5129
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        49: .line 5133
      StackMap locals:
      StackMap stack:
            aload 6 /* subTypeSym */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpeq 50
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSuperType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 57
        50: .line 5134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCClassDecl
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.permitting:Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        51: .line 5136
            aload 6 /* subTypeSym */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpne 53
        52: .line 5137
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MustNotBeSameClass:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 54
        53: .line 5138
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env java.util.Set int com.sun.tools.javac.code.Symbol java.util.Iterator int
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MustNotBeSupertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        54: .line 5135
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env java.util.Set int com.sun.tools.javac.code.Symbol java.util.Iterator int
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Fragment
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidPermitsClause:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        55: .line 5134
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        56: .line 5141
            goto 66
      StackMap locals:
      StackMap stack:
        57: iload 8 /* isTypeVar */
            ifne 66
        58: .line 5142
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
        59: .line 5143
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        60: .line 5144
            aload 1 /* c */
            invokedynamic test(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$42(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
        61: .line 5142
            istore 9 /* thisIsASuper */
        start local 9 // boolean thisIsASuper
        62: .line 5145
            iload 9 /* thisIsASuper */
            ifne 66
        63: .line 5146
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* subTypeSym */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        64: .line 5147
            aload 6 /* subTypeSym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.DoesntExtendSealed:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidPermitsClause:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        65: .line 5146
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 9 // boolean thisIsASuper
        end local 8 // boolean isTypeVar
        end local 6 // com.sun.tools.javac.code.Symbol subTypeSym
        66: .line 5103
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env java.util.Set int top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        end local 5 // boolean sealedInUnnamed
        end local 4 // java.util.Set permittedTypes
        67: .line 5153
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
        68: .line 5154
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        69: .line 5155
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$43(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        70: .line 5156
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/Attr.lambda$44(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$ClassSymbol; (6)
                  (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
        71: .line 5157
            invokestatic com.sun.tools.javac.util.List.collector:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
        72: .line 5153
            astore 4 /* sealedSupers */
        start local 4 // com.sun.tools.javac.util.List sealedSupers
        73: .line 5159
            aload 4 /* sealedSupers */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 82
        74: .line 5160
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc -9223372036854775808
            land
            lconst_0
            lcmp
            ifeq 97
        75: .line 5161
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.directSupertypes:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
        76: .line 5162
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        77: .line 5163
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Attr.lambda$45(Lcom/sun/tools/javac/code/Type;)Z (6)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
        78: .line 5161
            istore 5 /* hasErrorSuper */
        start local 5 // boolean hasErrorSuper
        79: .line 5164
            iload 5 /* hasErrorSuper */
            ifne 97
        80: .line 5165
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.NonSealedWithNoSealedSupertype:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 5 // boolean hasErrorSuper
        81: .line 5168
            goto 97
        82: .line 5169
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isDirectlyOrIndirectlyLocal:()Z
            ifeq 86
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isEnum:()Z
            ifne 86
        83: .line 5170
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isAnonymous:()Z
            ifeq 84
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Anonymous:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 85
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
        84: getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Local:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Fragment
        85: invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.LocalClassesCantExtendSealed:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        86: .line 5173
      StackMap locals:
      StackMap stack:
            aload 4 /* sealedSupers */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 90
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        87: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 5 /* supertypeSym */
        start local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol supertypeSym
        88: .line 5174
            aload 5 /* supertypeSym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.permitted:Lcom/sun/tools/javac/util/List;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.util.List.contains:(Ljava/lang/Object;)Z
            ifne 90
        89: .line 5175
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 5 /* supertypeSym */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantInheritFromSealed:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol supertypeSym
        90: .line 5173
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 87
        91: .line 5178
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isNonSealed:()Z
            ifne 97
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isFinal:()Z
            ifne 97
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isSealed:()Z
            ifne 97
        92: .line 5179
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        93: .line 5180
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isInterface:()Z
            ifeq 95
        94: .line 5181
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NonSealedOrSealedExpected:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            goto 96
        95: .line 5182
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NonSealedSealedOrFinalExpected:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        96: .line 5179
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List
      StackMap stack: com.sun.tools.javac.util.Log com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition com.sun.tools.javac.util.JCDiagnostic$Error
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        97: .line 5191
      StackMap locals:
      StackMap stack:
            aload 3 /* env */
            astore 5 /* lintEnv */
        start local 5 // com.sun.tools.javac.comp.Env lintEnv
        98: .line 5192
            goto 100
        99: .line 5193
      StackMap locals: com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 5 /* lintEnv */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 5 /* lintEnv */
       100: .line 5192
      StackMap locals:
      StackMap stack:
            aload 5 /* lintEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            ifnull 99
       101: .line 5196
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 5 /* lintEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            putfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
       102: .line 5198
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            astore 6 /* prevLint */
        start local 6 // com.sun.tools.javac.code.Lint prevLint
       103: .line 5199
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            astore 7 /* prev */
        start local 7 // javax.tools.JavaFileObject prev
       104: .line 5200
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 8 /* prevReturnRes */
        start local 8 // com.sun.tools.javac.comp.Attr$ResultInfo prevReturnRes
       105: .line 5203
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.flush:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
       106: .line 5204
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aconst_null
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
       107: .line 5206
            aload 2 /* st */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.enumSym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpne 110
       108: .line 5207
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16793600
            land
            lconst_0
            lcmp
            ifne 110
       109: .line 5208
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.EnumNoSubclassing:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       110: .line 5211
      StackMap locals: com.sun.tools.javac.code.Lint javax.tools.JavaFileObject com.sun.tools.javac.comp.Attr$ResultInfo
      StackMap stack:
            aload 2 /* st */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            ifnull 114
       111: .line 5212
            aload 2 /* st */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.flags_field:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 114
       112: .line 5213
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16793600
            land
            lconst_0
            lcmp
            ifne 114
       113: .line 5214
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.EnumTypesNotExtensible:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       114: .line 5217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.isSerializable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 116
       115: .line 5218
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            iconst_1
            putfield com.sun.tools.javac.comp.AttrContext.isSerializable:Z
       116: .line 5221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* env */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClassBody:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
       117: .line 5223
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecatedAnnotation:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
       118: .line 5224
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHashIfNeeded:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
       119: .line 5225
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCClassDecl
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.comp.Check.checkFunctionalInterface:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
       120: .line 5226
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* env */
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCClassDecl
            invokevirtual com.sun.tools.javac.comp.Check.checkLeaksNotAccessible:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
       121: .line 5227
            goto 127
      StackMap locals:
      StackMap stack: java.lang.Throwable
       122: astore 9
       123: .line 5228
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 8 /* prevReturnRes */
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
       124: .line 5229
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
       125: .line 5230
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
       126: .line 5231
            aload 9
            athrow
       127: .line 5228
      StackMap locals:
      StackMap stack:
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 8 /* prevReturnRes */
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
       128: .line 5229
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
       129: .line 5230
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
        end local 8 // com.sun.tools.javac.comp.Attr$ResultInfo prevReturnRes
        end local 7 // javax.tools.JavaFileObject prev
        end local 6 // com.sun.tools.javac.code.Lint prevLint
        end local 5 // com.sun.tools.javac.comp.Env lintEnv
        end local 4 // com.sun.tools.javac.util.List sealedSupers
        end local 3 // com.sun.tools.javac.comp.Env env
       130: .line 5234
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Type st
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  131     0             this  Lcom/sun/tools/javac/comp/Attr;
            0  131     1                c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            3  131     2               st  Lcom/sun/tools/javac/code/Type;
           11  130     3              env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           18   67     4   permittedTypes  Ljava/util/Set<Lcom/sun/tools/javac/code/Symbol;>;
           21   67     5  sealedInUnnamed  Z
           23   66     6       subTypeSym  Lcom/sun/tools/javac/code/Symbol;
           24   66     8        isTypeVar  Z
           36   37     9              pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
           62   66     9     thisIsASuper  Z
           73  130     4     sealedSupers  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;
           79   81     5    hasErrorSuper  Z
           88   90     5     supertypeSym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           98  130     5          lintEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
          103  130     6         prevLint  Lcom/sun/tools/javac/code/Lint;
          104  130     7             prev  Ljavax/tools/JavaFileObject;
          105  130     8    prevReturnRes  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
      Exception table:
        from    to  target  type
         105   122     122  any
    Exceptions:
      throws com.sun.tools.javac.code.Symbol$CompletionFailure
    MethodParameters:
      Name  Flags
      c     

  public void visitImport(com.sun.tools.javac.tree.JCTree$JCImport);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCImport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
         0: .line 5238
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCImport tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCImport;
    MethodParameters:
      Name  Flags
      tree  

  public void visitModuleDef(com.sun.tools.javac.tree.JCTree$JCModuleDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
         0: .line 5241
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.sym:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$ModuleSymbol.completeUsesProvides:()V
         1: .line 5242
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCModuleDecl.sym:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            astore 2 /* msym */
        start local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
         2: .line 5243
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            aload 2 /* msym */
            invokevirtual com.sun.tools.javac.code.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            dup_x1
            putfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            astore 3 /* lint */
        start local 3 // com.sun.tools.javac.code.Lint lint
         3: .line 5244
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* lint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            astore 4 /* prevLint */
        start local 4 // com.sun.tools.javac.code.Lint prevLint
         4: .line 5245
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkModuleName:(Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;)V
         5: .line 5246
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* tree */
            aload 2 /* msym */
            invokevirtual com.sun.tools.javac.comp.Check.checkDeprecatedAnnotation:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;)V
         6: .line 5249
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredLintHandler:Lcom/sun/tools/javac/code/DeferredLintHandler;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCModuleDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.code.DeferredLintHandler.flush:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
         7: .line 5250
            goto 11
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCModuleDecl com.sun.tools.javac.code.Symbol$ModuleSymbol com.sun.tools.javac.code.Lint com.sun.tools.javac.code.Lint
      StackMap stack: java.lang.Throwable
         8: astore 5
         9: .line 5251
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
        10: .line 5252
            aload 5
            athrow
        11: .line 5251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 4 /* prevLint */
            invokevirtual com.sun.tools.javac.comp.Check.setLint:(Lcom/sun/tools/javac/code/Lint;)Lcom/sun/tools/javac/code/Lint;
            pop
        12: .line 5253
            return
        end local 4 // com.sun.tools.javac.code.Lint prevLint
        end local 3 // com.sun.tools.javac.code.Lint lint
        end local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        end local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/tools/javac/comp/Attr;
            0   13     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;
            2   13     2      msym  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            3   13     3      lint  Lcom/sun/tools/javac/code/Lint;
            4   13     4  prevLint  Lcom/sun/tools/javac/code/Lint;
      Exception table:
        from    to  target  type
           6     8       8  any
    MethodParameters:
      Name  Flags
      tree  

  private void attribClassBody(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 5257
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCClassDecl
            astore 3 /* tree */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
         1: .line 5258
            aload 2 /* c */
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCClassDecl
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         4: .line 5261
            aload 0 /* this */
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         5: .line 5262
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isAnonymous:()Z
            ifne 9
         6: .line 5264
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         7: .line 5265
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
         8: .line 5266
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Check.validate:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         9: .line 5269
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.markAbstractIfNeeded:(Lcom/sun/tools/javac/code/Types;)V
        10: .line 5273
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 1536
            land
            lconst_0
            lcmp
            ifne 12
        11: .line 5274
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.comp.Check.checkAllDefined:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        12: .line 5277
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifeq 27
        13: .line 5278
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 17
        14: .line 5279
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.implementing:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        15: .line 5280
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantExtendIntfAnnotation:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        16: .line 5279
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        17: .line 5281
      StackMap locals:
      StackMap stack:
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
        18: .line 5282
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            invokevirtual com.sun.tools.javac.tree.JCTree$JCTypeParameter.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        19: .line 5283
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfAnnotationCantHaveTypeParams:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        20: .line 5282
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        21: .line 5287
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getAnnotationTypeMetadata:()Lcom/sun/tools/javac/comp/Annotate$AnnotationTypeMetadata;
            invokevirtual com.sun.tools.javac.comp.Annotate$AnnotationTypeMetadata.getRepeatable:()Lcom/sun/tools/javac/code/Attribute$Compound;
            astore 4 /* repeatable */
        start local 4 // com.sun.tools.javac.code.Attribute$Compound repeatable
        22: .line 5289
            aload 4 /* repeatable */
            ifnull 30
        23: .line 5291
            aload 0 /* this */
            aload 3 /* tree */
            aload 4 /* repeatable */
            getfield com.sun.tools.javac.code.Attribute$Compound.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.getDiagnosticPosition:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            astore 5 /* cbPos */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition cbPos
        24: .line 5292
            aload 5 /* cbPos */
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        25: .line 5294
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* c */
            aload 4 /* repeatable */
            aload 5 /* cbPos */
            invokevirtual com.sun.tools.javac.comp.Check.validateRepeatable:(Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/Attribute$Compound;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)V
        end local 5 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition cbPos
        end local 4 // com.sun.tools.javac.code.Attribute$Compound repeatable
        26: .line 5296
            goto 30
        27: .line 5300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkCompatibleSupertypes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)V
        28: .line 5301
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowDefaultMethods:Z
            ifeq 30
        29: .line 5302
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkDefaultMethodClashes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)V
        30: .line 5308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Check.checkClassBounds:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)V
        31: .line 5310
            aload 3 /* tree */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.type:Lcom/sun/tools/javac/code/Type;
        32: .line 5312
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.typarams:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
        33: .line 5313
            goto 36
        34: .line 5314
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeParameter
            getfield com.sun.tools.javac.tree.JCTree$JCTypeParameter.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.findFirst:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 5313
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals:
      StackMap stack:
        36: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 34
        end local 4 // com.sun.tools.javac.util.List l
        37: .line 5318
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.allparams:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 39
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 39
        38: .line 5319
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.extending:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.GenericThrowable:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        39: .line 5323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkImplementations:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
        40: .line 5326
            aload 0 /* this */
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 1 /* env */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAutoCloseable:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;)V
        41: .line 5328
            aload 3 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
        42: goto 55
        43: .line 5330
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            aload 1 /* env */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStat:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/code/Type;
            pop
        44: .line 5333
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowRecords:Z
            ifne 54
        45: .line 5334
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 54
        46: .line 5335
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 47
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            if_acmpne 54
        47: .line 5336
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokestatic com.sun.tools.javac.tree.TreeInfo.flags:(Lcom/sun/tools/javac/tree/JCTree;)J
            ldc 520
            land
            lconst_0
            lcmp
            ifeq 54
        48: .line 5337
            aconst_null
            astore 5 /* sym */
        start local 5 // com.sun.tools.javac.code.Symbol sym
        49: .line 5338
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 50
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            astore 5 /* sym */
        50: .line 5339
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 5 /* sym */
            ifnull 53
        51: .line 5340
            aload 5 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 53
        52: .line 5341
            aload 5 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnonnull 54
        53: .line 5342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.IclsCantHaveStaticDecl:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 5 // com.sun.tools.javac.code.Symbol sym
        54: .line 5328
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals:
      StackMap stack:
        55: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 43
        end local 4 // com.sun.tools.javac.util.List l
        56: .line 5347
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkCyclicConstructors:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
        57: .line 5350
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.comp.Check.checkNonCyclicElements:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
        58: .line 5353
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            getfield com.sun.tools.javac.comp.AttrContext.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 63
        59: .line 5354
            aload 0 /* this */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr.isSerializable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 63
        60: .line 5355
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16896
            land
            lconst_0
            lcmp
            ifne 63
        61: .line 5356
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isAnonymous:()Z
            ifne 63
        62: .line 5357
            aload 0 /* this */
            aload 3 /* tree */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.checkSerialVersionUID:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        63: .line 5359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowTypeAnnos:Z
            ifeq 66
        64: .line 5361
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.typeAnnotations:Lcom/sun/tools/javac/code/TypeAnnotations;
            aload 3 /* tree */
            invokevirtual com.sun.tools.javac.code.TypeAnnotations.organizeTypeAnnotationsBodies:(Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;)V
        65: .line 5364
            aload 0 /* this */
            aload 3 /* tree */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.validateTypeAnnotations:(Lcom/sun/tools/javac/tree/JCTree;Z)V
        66: .line 5366
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   67     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   67     1         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   67     2           c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   67     3        tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
           22   26     4  repeatable  Lcom/sun/tools/javac/code/Attribute$Compound;
           24   26     5       cbPos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
           33   37     4           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCTypeParameter;>;
           42   56     4           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           49   54     5         sym  Lcom/sun/tools/javac/code/Symbol;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    MethodParameters:
      Name  Flags
      env   
      c     

  private com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition getDiagnosticPosition(com.sun.tools.javac.tree.JCTree$JCClassDecl, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 5370
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.mods:Lcom/sun/tools/javac/tree/JCTree$JCModifiers;
            getfield com.sun.tools.javac.tree.JCTree$JCModifiers.annotations:Lcom/sun/tools/javac/util/List;
            astore 3 /* al */
        start local 3 // com.sun.tools.javac.util.List al
         1: goto 5
         2: .line 5371
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 3 /* al */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotation
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotation.annotationType:Lcom/sun/tools/javac/tree/JCTree;
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            aload 2 /* t */
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 4
         3: .line 5372
            aload 3 /* al */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotation
            invokevirtual com.sun.tools.javac.tree.JCTree$JCAnnotation.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            areturn
         4: .line 5370
      StackMap locals:
      StackMap stack:
            aload 3 /* al */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* al */
      StackMap locals:
      StackMap stack:
         5: aload 3 /* al */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 2
        end local 3 // com.sun.tools.javac.util.List al
         6: .line 5375
            aconst_null
            areturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            0    7     2     t  Lcom/sun/tools/javac/code/Type;
            1    6     3    al  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCAnnotation;>;
    MethodParameters:
      Name  Flags
      tree  
      t     

  boolean isSerializable(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 5381
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.serializableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.complete:()V
         1: .line 5382
            goto 4
         2: .line 5383
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            pop
         3: .line 5384
            iconst_0
            ireturn
         4: .line 5386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.serializableType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1     t  Lcom/sun/tools/javac/code/Type;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    MethodParameters:
      Name  Flags
      t     

  private void checkSerialVersionUID(com.sun.tools.javac.tree.JCTree$JCClassDecl, com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 5393
            aconst_null
            astore 3 /* svuid */
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol svuid
         1: .line 5394
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.serialVersionUID:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$VarSymbol top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 4 /* sym */
        start local 4 // com.sun.tools.javac.code.Symbol sym
         3: .line 5395
            aload 4 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 6
         4: .line 5396
            aload 4 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 3 /* svuid */
         5: .line 5397
            goto 7
        end local 4 // com.sun.tools.javac.code.Symbol sym
         6: .line 5394
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 5401
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$VarSymbol
      StackMap stack:
            aload 3 /* svuid */
            ifnonnull 11
         8: .line 5402
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isRecord:()Z
            ifne 10
         9: .line 5403
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.MissingSVUID:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        10: .line 5404
      StackMap locals:
      StackMap stack:
            return
        11: .line 5408
      StackMap locals:
      StackMap stack:
            aload 3 /* svuid */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 24
            land
        12: .line 5409
            ldc 24
        13: .line 5408
            lcmp
            ifeq 18
        14: .line 5410
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
        15: .line 5411
            aload 3 /* svuid */
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.ImproperSVUID:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        16: .line 5410
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        17: .line 5411
            goto 27
        18: .line 5414
      StackMap locals:
      StackMap stack:
            aload 3 /* svuid */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 23
        19: .line 5415
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
        20: .line 5416
            aload 3 /* svuid */
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.LongSVUID:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        21: .line 5415
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        22: .line 5416
            goto 27
        23: .line 5419
      StackMap locals:
      StackMap stack:
            aload 3 /* svuid */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnonnull 27
        24: .line 5420
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.SERIAL:Lcom/sun/tools/javac/code/Lint$LintCategory;
        25: .line 5421
            aload 3 /* svuid */
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 2 /* c */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.ConstantSVUID:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        26: .line 5420
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        27: .line 5422
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Symbol$VarSymbol svuid
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   28     0   this  Lcom/sun/tools/javac/comp/Attr;
            0   28     1   tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            0   28     2      c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   28     3  svuid  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            3    6     4    sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      tree  
      c     

  private com.sun.tools.javac.code.Type capture(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type type
         0: .line 5425
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* type */
            invokevirtual com.sun.tools.javac.code.Types.capture:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      type  

  private void setSyntheticVariableType(com.sun.tools.javac.tree.JCTree$JCVariableDecl, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        start local 2 // com.sun.tools.javac.code.Type type
         0: .line 5429
            aload 2 /* type */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 3
         1: .line 5430
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            iconst_m1
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Erroneous:()Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
         2: .line 5431
            goto 4
         3: .line 5432
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.make:Lcom/sun/tools/javac/tree/TreeMaker;
            iconst_m1
            invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
            aload 2 /* type */
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Type:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            putfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
         4: .line 5434
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Type type
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            0    5     2  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      type  

  public void validateTypeAnnotations(com.sun.tools.javac.tree.JCTree, boolean);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // boolean sigOnly
         0: .line 5437
            aload 1 /* tree */
            new com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator
            dup
            aload 0 /* this */
            iload 2 /* sigOnly */
            invokespecial com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.<init>:(Lcom/sun/tools/javac/comp/Attr;Z)V
            invokevirtual com.sun.tools.javac.tree.JCTree.accept:(Lcom/sun/tools/javac/tree/JCTree$Visitor;)V
         1: .line 5438
            return
        end local 2 // boolean sigOnly
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1     tree  Lcom/sun/tools/javac/tree/JCTree;
            0    2     2  sigOnly  Z
    MethodParameters:
         Name  Flags
      tree     
      sigOnly  

  public void postAttr(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 5673
            new com.sun.tools.javac.comp.Attr$PostAttrAnalyzer
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Attr;)V
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$PostAttrAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 5674
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void setPackageSymbols(com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpression pid
        start local 2 // com.sun.tools.javac.code.Symbol pkg
         0: .line 5822
            new com.sun.tools.javac.comp.Attr$12
            dup
            aload 0 /* this */
            aload 2 /* pkg */
            invokespecial com.sun.tools.javac.comp.Attr$12.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Symbol;)V
         1: .line 5835
            aload 1 /* pid */
            invokevirtual com.sun.tools.javac.comp.Attr$12.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 5836
            return
        end local 2 // com.sun.tools.javac.code.Symbol pkg
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpression pid
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1   pid  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            0    3     2   pkg  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      pid   
      pkg   

  static int[] $SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 94
            getstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.tree.JCTree$Tag.values:()[Lcom/sun/tools/javac/tree/JCTree$Tag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.AND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 67
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATED_TYPE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 55
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 52
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.APPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 30
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ASSERT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 29
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ASSIGN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 35
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BINDINGPATTERN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 38
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITAND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 70
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITAND_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 87
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITOR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 68
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 85
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITXOR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 69
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BITXOR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 86
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BLOCK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 9
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BREAK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 24
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CASE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 16
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CATCH:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 20
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CLASSDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_5
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.COMPL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 60
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONDEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 21
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 26
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DIV:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 83
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DIV_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 94
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.DOLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 10
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EQ:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 71
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.ERRONEOUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 56
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EXEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 23
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.EXPORTS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 97
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FOREACHLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 13
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.FORLOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 12
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.GE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 76
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.GT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 74
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 42
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 22
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IMPORT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_4
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.INDEXED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 39
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LABELLED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 14
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LAMBDA:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 33
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 75
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LETEXPR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 102
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LITERAL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 43
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.LT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 73
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 6
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MINUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 81
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MINUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 92
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MOD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 84
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MODIFIERS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 54
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MODULEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 96
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MOD_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 95
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MUL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 82
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.MUL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 93
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 72
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 58
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 32
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWCLASS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 31
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NOT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 59
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NO_TAG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_1
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.NULLCHK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 65
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.OPENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 98
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.OR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 66
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PACKAGEDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_3
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PARENS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 34
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PLUS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 80
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PLUS_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 91
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POS:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 57
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POSTDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 64
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.POSTINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 63
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PREDEC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 62
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PREINC:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 61
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.PROVIDES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 99
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REFERENCE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 41
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.REQUIRES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 100
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.RETURN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 27
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SELECT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 40
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SKIP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 8
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 77
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SL_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 88
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 78
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 89
            iastore
       237: goto 239
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       238: pop
      StackMap locals:
      StackMap stack:
       239: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SWITCH:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 15
            iastore
       240: goto 242
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       241: pop
      StackMap locals:
      StackMap stack:
       242: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SWITCH_EXPRESSION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 17
            iastore
       243: goto 245
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       244: pop
      StackMap locals:
      StackMap stack:
       245: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SYNCHRONIZED:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 18
            iastore
       246: goto 248
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       247: pop
      StackMap locals:
      StackMap stack:
       248: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.THROW:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 28
            iastore
       249: goto 251
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       250: pop
      StackMap locals:
      StackMap stack:
       251: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TOPLEVEL:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            iconst_2
            iastore
       252: goto 254
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       253: pop
      StackMap locals:
      StackMap stack:
       254: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TRY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 19
            iastore
       255: goto 257
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       256: pop
      StackMap locals:
      StackMap stack:
       257: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEAPPLY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 46
            iastore
       258: goto 260
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       259: pop
      StackMap locals:
      StackMap stack:
       260: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 45
            iastore
       261: goto 263
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       262: pop
      StackMap locals:
      StackMap stack:
       263: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEBOUNDKIND:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 51
            iastore
       264: goto 266
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       265: pop
      StackMap locals:
      StackMap stack:
       266: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPECAST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 36
            iastore
       267: goto 269
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       268: pop
      StackMap locals:
      StackMap stack:
       269: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEIDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 44
            iastore
       270: goto 272
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       271: pop
      StackMap locals:
      StackMap stack:
       272: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEINTERSECTION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 48
            iastore
       273: goto 275
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       274: pop
      StackMap locals:
      StackMap stack:
       275: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEPARAMETER:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 49
            iastore
       276: goto 278
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       277: pop
      StackMap locals:
      StackMap stack:
       278: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPETEST:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 37
            iastore
       279: goto 281
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       280: pop
      StackMap locals:
      StackMap stack:
       281: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPEUNION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 47
            iastore
       282: goto 284
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       283: pop
      StackMap locals:
      StackMap stack:
       284: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.TYPE_ANNOTATION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 53
            iastore
       285: goto 287
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       286: pop
      StackMap locals:
      StackMap stack:
       287: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USES:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 101
            iastore
       288: goto 290
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       289: pop
      StackMap locals:
      StackMap stack:
       290: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USR:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 79
            iastore
       291: goto 293
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       292: pop
      StackMap locals:
      StackMap stack:
       293: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.USR_ASG:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 90
            iastore
       294: goto 296
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       295: pop
      StackMap locals:
      StackMap stack:
       296: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.VARDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 7
            iastore
       297: goto 299
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       298: pop
      StackMap locals:
      StackMap stack:
       299: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.WHILELOOP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 11
            iastore
       300: goto 302
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       301: pop
      StackMap locals:
      StackMap stack:
       302: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.WILDCARD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 50
            iastore
       303: goto 305
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       304: pop
      StackMap locals:
      StackMap stack:
       305: aload 0
            getstatic com.sun.tools.javac.tree.JCTree$Tag.YIELD:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$Tag.ordinal:()I
            bipush 25
            iastore
       306: goto 308
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       307: pop
      StackMap locals:
      StackMap stack:
       308: aload 0
            dup
            putstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$tree$JCTree$Tag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError
         236   237     238  Class java.lang.NoSuchFieldError
         239   240     241  Class java.lang.NoSuchFieldError
         242   243     244  Class java.lang.NoSuchFieldError
         245   246     247  Class java.lang.NoSuchFieldError
         248   249     250  Class java.lang.NoSuchFieldError
         251   252     253  Class java.lang.NoSuchFieldError
         254   255     256  Class java.lang.NoSuchFieldError
         257   258     259  Class java.lang.NoSuchFieldError
         260   261     262  Class java.lang.NoSuchFieldError
         263   264     265  Class java.lang.NoSuchFieldError
         266   267     268  Class java.lang.NoSuchFieldError
         269   270     271  Class java.lang.NoSuchFieldError
         272   273     274  Class java.lang.NoSuchFieldError
         275   276     277  Class java.lang.NoSuchFieldError
         278   279     280  Class java.lang.NoSuchFieldError
         281   282     283  Class java.lang.NoSuchFieldError
         284   285     286  Class java.lang.NoSuchFieldError
         287   288     289  Class java.lang.NoSuchFieldError
         290   291     292  Class java.lang.NoSuchFieldError
         293   294     295  Class java.lang.NoSuchFieldError
         296   297     298  Class java.lang.NoSuchFieldError
         299   300     301  Class java.lang.NoSuchFieldError
         302   303     304  Class java.lang.NoSuchFieldError
         305   306     307  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 94
            getstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.Kinds$Kind.values:()[Lcom/sun/tools/javac/code/Kinds$Kind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 17
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 18
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 14
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.AMBIGUOUS:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 9
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.BAD_RESTRICTED_TYPE:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 13
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 8
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.HIDDEN:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 10
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MISSING_ENCL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 12
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.NIL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_1
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_2
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.POLY:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 6
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.STATICERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 11
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_3
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_4
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.WRONG_MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 16
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.WRONG_MTHS:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 15
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            dup
            putstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$source$tree$MemberReferenceTree$ReferenceMode();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 94
            getstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$source$tree$MemberReferenceTree$ReferenceMode:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.values:()[Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.INVOKE:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokevirtual com.sun.source.tree.MemberReferenceTree$ReferenceMode.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.NEW:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            invokevirtual com.sun.source.tree.MemberReferenceTree$ReferenceMode.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$source$tree$MemberReferenceTree$ReferenceMode:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 94
            getstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.TypeTag.values:()[Lcom/sun/tools/javac/code/TypeTag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 11
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 8
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 19
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 10
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DEFERRED:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 18
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 21
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 17
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 6
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_4
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 12
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.MODULE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 14
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 20
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.PACKAGE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 13
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_3
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 15
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNDETVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 23
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_OBJECT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 25
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_THIS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 24
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNKNOWN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 22
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 9
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 16
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            dup
            putstatic com.sun.tools.javac.comp.Attr.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError

  private void lambda$0(com.sun.tools.javac.comp.Attr$ResultInfo, com.sun.tools.javac.comp.InferenceContext, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Kinds$KindSelector, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 6 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
         0: .line 260
            aload 1
            aload 2
            aload 1
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Attr$ResultInfo.dup:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         1: .line 259
            astore 7 /* pendingResult */
        start local 7 // com.sun.tools.javac.comp.Attr$ResultInfo pendingResult
         2: .line 261
            aload 0 /* this */
            aload 3
            aload 2
            aload 4
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 5
            aload 7 /* pendingResult */
            invokevirtual com.sun.tools.javac.comp.Attr.check:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/Attr$ResultInfo;)Lcom/sun/tools/javac/code/Type;
            pop
        end local 7 // com.sun.tools.javac.comp.Attr$ResultInfo pendingResult
         3: .line 262
            return
        end local 6 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lcom/sun/tools/javac/comp/Attr;
            0    4     6  instantiatedContext  Lcom/sun/tools/javac/comp/InferenceContext;
            2    3     7        pendingResult  Lcom/sun/tools/javac/comp/Attr$ResultInfo;

  private static boolean lambda$2(com.sun.tools.javac.tree.JCTree$JCMethodDecl, com.sun.tools.javac.code.Symbol$RecordComponent);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;Lcom/sun/tools/javac/code/Symbol$RecordComponent;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Symbol$RecordComponent rc
         0: .line 1054
            aload 1 /* rc */
            getfield com.sun.tools.javac.code.Symbol$RecordComponent.accessor:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            aload 0
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            if_acmpne 1
            aload 1 /* rc */
            getfield com.sun.tools.javac.code.Symbol$RecordComponent.accessor:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.flags_field:J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.code.Symbol$RecordComponent rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1    rc  Lcom/sun/tools/javac/code/Symbol$RecordComponent;

  private static com.sun.tools.javac.code.Type lambda$3(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/code/Type;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vd
         0: .line 1132
            aload 0 /* vd */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            areturn
        end local 0 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    vd  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;

  private static com.sun.tools.javac.util.Name lambda$4(com.sun.tools.javac.tree.JCTree$JCVariableDecl);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)Lcom/sun/tools/javac/util/Name;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vd
         0: .line 1210
            aload 0 /* vd */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            areturn
        end local 0 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    vd  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;

  private static com.sun.tools.javac.util.Name lambda$5(com.sun.tools.javac.code.Symbol$VarSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Lcom/sun/tools/javac/util/Name;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol$VarSymbol p
         0: .line 1211
            aload 0 /* p */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            areturn
        end local 0 // com.sun.tools.javac.code.Symbol$VarSymbol p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  Lcom/sun/tools/javac/code/Symbol$VarSymbol;

  private static boolean lambda$6(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol s
         0: .line 1331
            aload 0 /* s */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.code.Symbol s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     s  Lcom/sun/tools/javac/code/Symbol;

  private void lambda$13(com.sun.tools.javac.tree.JCTree$JCCase, com.sun.tools.javac.comp.Env);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCCase c
        start local 2 // com.sun.tools.javac.comp.Env caseEnv
         0: .line 1575
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            aload 2 /* caseEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         1: .line 1576
            return
        end local 2 // com.sun.tools.javac.comp.Env caseEnv
        end local 1 // com.sun.tools.javac.tree.JCTree$JCCase c
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    2     1        c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
            0    2     2  caseEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;

  private void lambda$14(com.sun.tools.javac.comp.Attr$ResultInfo, com.sun.tools.javac.tree.JCTree$JCSwitchExpression, com.sun.tools.javac.util.ListBuffer, com.sun.tools.javac.util.ListBuffer, com.sun.tools.javac.tree.JCTree$JCCase, com.sun.tools.javac.comp.Env);
    descriptor: (Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/tree/JCTree$JCCase;Lcom/sun/tools/javac/comp/Env;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 5 // com.sun.tools.javac.tree.JCTree$JCCase c
        start local 6 // com.sun.tools.javac.comp.Env caseEnv
         0: .line 1599
            aload 6 /* caseEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 1
            putfield com.sun.tools.javac.comp.AttrContext.yieldResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         1: .line 1600
            aload 0 /* this */
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            aload 6 /* caseEnv */
            invokevirtual com.sun.tools.javac.comp.Attr.attribStats:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Env;)V
         2: .line 1601
            new com.sun.tools.javac.comp.Attr$3
            dup
            aload 0 /* this */
            aload 2
            aload 3
            aload 4
            invokespecial com.sun.tools.javac.comp.Attr$3.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;Lcom/sun/tools/javac/util/ListBuffer;Lcom/sun/tools/javac/util/ListBuffer;)V
         3: .line 1613
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr$3.scan:(Lcom/sun/tools/javac/util/List;)V
         4: .line 1614
            return
        end local 6 // com.sun.tools.javac.comp.Env caseEnv
        end local 5 // com.sun.tools.javac.tree.JCTree$JCCase c
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/javac/comp/Attr;
            0    5     5        c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
            0    5     6  caseEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;

  private boolean lambda$15(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 1997
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1
            aload 2 /* t */
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     2     t  Lcom/sun/tools/javac/code/Type;

  private com.sun.tools.javac.code.Type lambda$16(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 2001
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.isPrimitive:()Z
            ifeq 1
            aload 1 /* t */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.unboxedType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
         2: areturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1     t  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$17(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type t
         0: .line 2008
            aload 0 /* t */
            invokevirtual com.sun.tools.javac.code.Type.isPrimitive:()Z
            ireturn
        end local 0 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$18(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 2016
            aload 1 /* t */
            aload 0
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     t  Lcom/sun/tools/javac/code/Type;

  private boolean lambda$19(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 2016
            aload 2 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* t */
            aload 1
            invokevirtual com.sun.tools.javac.code.Types.isAssignable:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     2     t  Lcom/sun/tools/javac/code/Type;

  private boolean lambda$20(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 2022
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* t */
            aload 1
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     2     t  Lcom/sun/tools/javac/code/Type;

  private com.sun.tools.javac.code.Type lambda$21(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 2030
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.isPrimitive:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.boxedClass:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* t */
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
         2: areturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     1     t  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$22(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 2034
            aload 1 /* t */
            aload 0
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     t  Lcom/sun/tools/javac/code/Type;

  private boolean lambda$23(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 2034
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* t */
            aload 1
            invokevirtual com.sun.tools.javac.code.Types.isAssignable:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     2     t  Lcom/sun/tools/javac/code/Type;

  private com.sun.tools.javac.code.Type lambda$24(java.util.Iterator, com.sun.tools.javac.code.Type);
    descriptor: (Ljava/util/Iterator;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type t
         0: .line 2041
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
            aload 2 /* t */
            invokevirtual com.sun.tools.javac.comp.Check.checkNonVoid:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            areturn
        end local 2 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     2     t  Lcom/sun/tools/javac/code/Type;

  private static com.sun.tools.javac.code.Type lambda$25(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type t
         0: .line 2048
            aload 0 /* t */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            areturn
        end local 0 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$26(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type t
         0: .line 2049
            aload 0 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     t  Lcom/sun/tools/javac/code/Type;

  private static void lambda$30(com.sun.tools.javac.tree.JCTree$JCNewClass, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
         0: .line 2744
            aload 0
            aload 1 /* instantiatedContext */
            aload 0
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
         1: .line 2745
            return
        end local 1 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     1  instantiatedContext  Lcom/sun/tools/javac/comp/InferenceContext;

  private void lambda$31(com.sun.tools.javac.tree.JCTree$JCNewClass, com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.comp.Attr$ResultInfo, com.sun.tools.javac.tree.JCTree$JCClassDecl, com.sun.tools.javac.comp.Env, com.sun.tools.javac.util.List, com.sun.tools.javac.util.List, com.sun.tools.javac.code.Kinds$KindSelector, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=12, args_size=10
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 9 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
         0: .line 2793
            aload 1
            aload 9 /* instantiatedContext */
            aload 1
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructorType:Lcom/sun/tools/javac/code/Type;
         1: .line 2794
            aload 1
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2
            aload 9 /* instantiatedContext */
            aload 2
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
         2: .line 2795
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            astore 10 /* prevResult */
        start local 10 // com.sun.tools.javac.comp.Attr$ResultInfo prevResult
         3: .line 2797
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         4: .line 2798
            aload 0 /* this */
            aload 1
            aload 2
            aload 2
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 4
         5: .line 2799
            aload 5
            aload 6
            aload 7
            aload 8
         6: .line 2798
            invokevirtual com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition:(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Kinds$KindSelector;)V
         7: .line 2800
            goto 11
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCNewClass com.sun.tools.javac.tree.JCTree$JCExpression com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Env com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Kinds$KindSelector com.sun.tools.javac.comp.InferenceContext com.sun.tools.javac.comp.Attr$ResultInfo
      StackMap stack: java.lang.Throwable
         8: astore 11
         9: .line 2801
            aload 0 /* this */
            aload 10 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        10: .line 2802
            aload 11
            athrow
        11: .line 2801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        end local 10 // com.sun.tools.javac.comp.Attr$ResultInfo prevResult
        12: .line 2803
            return
        end local 9 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lcom/sun/tools/javac/comp/Attr;
            0   13     9  instantiatedContext  Lcom/sun/tools/javac/comp/InferenceContext;
            3   12    10           prevResult  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
      Exception table:
        from    to  target  type
           3     8       8  any

  private void lambda$32(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, com.sun.tools.javac.comp.Env, com.sun.tools.javac.util.List, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 4 // com.sun.tools.javac.comp.InferenceContext solvedContext
         0: .line 3245
            aload 0 /* this */
            aload 1
            aload 2
            aload 4 /* solvedContext */
            aload 4 /* solvedContext */
            aload 3
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstTypes:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Attr.checkAccessibleTypes:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/util/List;)V
            return
        end local 4 // com.sun.tools.javac.comp.InferenceContext solvedContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/tools/javac/comp/Attr;
            0    1     4  solvedContext  Lcom/sun/tools/javac/comp/InferenceContext;

  private static void lambda$33(com.sun.tools.javac.tree.JCTree$JCMemberReference, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
         0: .line 3672
            aload 0
            aload 2 /* instantiatedContext */
            aload 1
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.referentType:Lcom/sun/tools/javac/code/Type;
         1: .line 3673
            return
        end local 2 // com.sun.tools.javac.comp.InferenceContext instantiatedContext
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     2  instantiatedContext  Lcom/sun/tools/javac/comp/InferenceContext;

  private static boolean lambda$34(com.sun.tools.javac.comp.InferenceContext, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Type e
         0: .line 3694
            aload 0
            aload 1 /* e */
            invokevirtual com.sun.tools.javac.comp.InferenceContext.free:(Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 1 // com.sun.tools.javac.code.Type e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     e  Lcom/sun/tools/javac/code/Type;

  private boolean lambda$35(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 1 // com.sun.tools.javac.code.Type e
         0: .line 3702
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* e */
            invokevirtual com.sun.tools.javac.comp.Check.isChecked:(Lcom/sun/tools/javac/code/Type;)Z
            ireturn
        end local 1 // com.sun.tools.javac.code.Type e
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    1     1     e  Lcom/sun/tools/javac/code/Type;

  private void lambda$36(com.sun.tools.javac.util.List, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type checkedEx
         0: .line 3733
            aload 1
            aload 0 /* this */
            aload 2 /* checkedEx */
            invokedynamic accept(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Type;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/comp/Attr.lambda$37(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V (7)
                  (Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.util.List.forEach:(Ljava/util/function/Consumer;)V
         1: .line 3736
            return
        end local 2 // com.sun.tools.javac.code.Type checkedEx
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/javac/comp/Attr;
            0    2     2  checkedEx  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$38(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type t
         0: .line 3741
            aload 0 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.UNDETVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ireturn
        end local 0 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Lcom/sun/tools/javac/code/Type;

  private static void lambda$39(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type t
         0: .line 3742
            aload 0 /* t */
            checkcast com.sun.tools.javac.code.Type$UndetVar
            invokevirtual com.sun.tools.javac.code.Type$UndetVar.setThrow:()V
            return
        end local 0 // com.sun.tools.javac.code.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Lcom/sun/tools/javac/code/Type;

  private void lambda$40(com.sun.tools.javac.comp.Env, com.sun.tools.javac.tree.JCTree$JCFunctionalExpression, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type, com.sun.tools.javac.comp.Check$CheckContext, com.sun.tools.javac.comp.InferenceContext);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;Lcom/sun/tools/javac/comp/InferenceContext;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 7 // com.sun.tools.javac.comp.InferenceContext inferenceContext
         0: .line 3755
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 7 /* inferenceContext */
            aload 4
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
         1: .line 3756
            aload 7 /* inferenceContext */
            aload 5
            invokevirtual com.sun.tools.javac.comp.InferenceContext.asInstType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 6
         2: .line 3755
            invokevirtual com.sun.tools.javac.comp.Attr.setFunctionalInfo:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCFunctionalExpression;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/comp/Check$CheckContext;)V
         3: .line 3756
            return
        end local 7 // com.sun.tools.javac.comp.InferenceContext inferenceContext
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/sun/tools/javac/comp/Attr;
            0    4     7  inferenceContext  Lcom/sun/tools/javac/comp/InferenceContext;

  private static boolean lambda$41(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.tree.JCTree$JCExpression);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree$JCExpression;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.tree.JCTree$JCExpression permittedExpr
         0: .line 5116
            aload 0
            aload 1 /* permittedExpr */
            iconst_1
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagnosticPositionFor:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/tree/JCTree;Z)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree$JCExpression permittedExpr
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     1  permittedExpr  Lcom/sun/tools/javac/tree/JCTree$JCExpression;

  private static boolean lambda$42(com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Type d
         0: .line 5144
            aload 1 /* d */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.code.Type d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     d  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$43(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type s
         0: .line 5155
            aload 0 /* s */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.isSealed:()Z
            ireturn
        end local 0 // com.sun.tools.javac.code.Type s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/sun/tools/javac/code/Type;

  private static com.sun.tools.javac.code.Symbol$ClassSymbol lambda$44(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type s
         0: .line 5156
            aload 0 /* s */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            areturn
        end local 0 // com.sun.tools.javac.code.Type s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/sun/tools/javac/code/Type;

  private static boolean lambda$45(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type s
         0: .line 5163
            aload 0 /* s */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            getfield com.sun.tools.javac.code.Symbol$TypeSymbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.code.Type s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     s  Lcom/sun/tools/javac/code/Type;

  private void lambda$37(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Attr this
        start local 2 // com.sun.tools.javac.code.Type nonProper
         0: .line 3734
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1
            aload 2 /* nonProper */
            invokevirtual com.sun.tools.javac.code.Types.isSubtype:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            pop
         1: .line 3735
            return
        end local 2 // com.sun.tools.javac.code.Type nonProper
        end local 0 // com.sun.tools.javac.comp.Attr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/javac/comp/Attr;
            0    2     2  nonProper  Lcom/sun/tools/javac/code/Type;
}
SourceFile: "Attr.java"
NestMembers:
  com.sun.tools.javac.comp.Attr$1  com.sun.tools.javac.comp.Attr$10  com.sun.tools.javac.comp.Attr$11  com.sun.tools.javac.comp.Attr$12  com.sun.tools.javac.comp.Attr$13  com.sun.tools.javac.comp.Attr$2  com.sun.tools.javac.comp.Attr$3  com.sun.tools.javac.comp.Attr$4  com.sun.tools.javac.comp.Attr$5  com.sun.tools.javac.comp.Attr$6  com.sun.tools.javac.comp.Attr$7  com.sun.tools.javac.comp.Attr$8  com.sun.tools.javac.comp.Attr$9  com.sun.tools.javac.comp.Attr$BreakAttr  com.sun.tools.javac.comp.Attr$CheckMode  com.sun.tools.javac.comp.Attr$CheckMode$1  com.sun.tools.javac.comp.Attr$CheckMode$2  com.sun.tools.javac.comp.Attr$ExpressionLambdaReturnContext  com.sun.tools.javac.comp.Attr$FunctionalReturnContext  com.sun.tools.javac.comp.Attr$IdentAttributer  com.sun.tools.javac.comp.Attr$LocalInitScanner  com.sun.tools.javac.comp.Attr$MethodAttrInfo  com.sun.tools.javac.comp.Attr$PostAttrAnalyzer  com.sun.tools.javac.comp.Attr$RecoveryInfo  com.sun.tools.javac.comp.Attr$RecoveryInfo$1  com.sun.tools.javac.comp.Attr$ResultInfo  com.sun.tools.javac.comp.Attr$TargetInfo  com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator
InnerClasses:
  public final BodyKind = com.sun.source.tree.LambdaExpressionTree$BodyKind of com.sun.source.tree.LambdaExpressionTree
  public final ReferenceMode = com.sun.source.tree.MemberReferenceTree$ReferenceMode of com.sun.source.tree.MemberReferenceTree
  public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
  public TypeCompound = com.sun.tools.javac.code.Attribute$TypeCompound of com.sun.tools.javac.code.Attribute
  public Flag = com.sun.tools.javac.code.Flags$Flag of com.sun.tools.javac.code.Flags
  public final Kind = com.sun.tools.javac.code.Kinds$Kind of com.sun.tools.javac.code.Kinds
  public final KindName = com.sun.tools.javac.code.Kinds$KindName of com.sun.tools.javac.code.Kinds
  public KindSelector = com.sun.tools.javac.code.Kinds$KindSelector of com.sun.tools.javac.code.Kinds
  public final LintCategory = com.sun.tools.javac.code.Lint$LintCategory of com.sun.tools.javac.code.Lint
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public final Feature = com.sun.tools.javac.code.Source$Feature of com.sun.tools.javac.code.Source
  public BindingSymbol = com.sun.tools.javac.code.Symbol$BindingSymbol of com.sun.tools.javac.code.Symbol
  public ClassSymbol = com.sun.tools.javac.code.Symbol$ClassSymbol of com.sun.tools.javac.code.Symbol
  public CompletionFailure = com.sun.tools.javac.code.Symbol$CompletionFailure of com.sun.tools.javac.code.Symbol
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public ModuleSymbol = com.sun.tools.javac.code.Symbol$ModuleSymbol of com.sun.tools.javac.code.Symbol
  public OperatorSymbol = com.sun.tools.javac.code.Symbol$OperatorSymbol of com.sun.tools.javac.code.Symbol
  public PackageSymbol = com.sun.tools.javac.code.Symbol$PackageSymbol of com.sun.tools.javac.code.Symbol
  public RecordComponent = com.sun.tools.javac.code.Symbol$RecordComponent of com.sun.tools.javac.code.Symbol
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public VarSymbol = com.sun.tools.javac.code.Symbol$VarSymbol of com.sun.tools.javac.code.Symbol
  public ArrayType = com.sun.tools.javac.code.Type$ArrayType of com.sun.tools.javac.code.Type
  public ClassType = com.sun.tools.javac.code.Type$ClassType of com.sun.tools.javac.code.Type
  public ForAll = com.sun.tools.javac.code.Type$ForAll of com.sun.tools.javac.code.Type
  public IntersectionClassType = com.sun.tools.javac.code.Type$IntersectionClassType of com.sun.tools.javac.code.Type
  public MethodType = com.sun.tools.javac.code.Type$MethodType of com.sun.tools.javac.code.Type
  public TypeVar = com.sun.tools.javac.code.Type$TypeVar of com.sun.tools.javac.code.Type
  public UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
  public UnionClassType = com.sun.tools.javac.code.Type$UnionClassType of com.sun.tools.javac.code.Type
  public WildcardType = com.sun.tools.javac.code.Type$WildcardType of com.sun.tools.javac.code.Type
  public Annotations = com.sun.tools.javac.code.TypeMetadata$Annotations of com.sun.tools.javac.code.TypeMetadata
  public FunctionDescriptorLookupError = com.sun.tools.javac.code.Types$FunctionDescriptorLookupError of com.sun.tools.javac.code.Types
  public MapVisitor = com.sun.tools.javac.code.Types$MapVisitor of com.sun.tools.javac.code.Types
  public AnnotationTypeMetadata = com.sun.tools.javac.comp.Annotate$AnnotationTypeMetadata of com.sun.tools.javac.comp.Annotate
  LocalCacheContext = com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext of com.sun.tools.javac.comp.ArgumentAttr
  com.sun.tools.javac.comp.Attr$1
  com.sun.tools.javac.comp.Attr$10
  com.sun.tools.javac.comp.Attr$11
  com.sun.tools.javac.comp.Attr$12
  com.sun.tools.javac.comp.Attr$2
  com.sun.tools.javac.comp.Attr$3
  com.sun.tools.javac.comp.Attr$4
  com.sun.tools.javac.comp.Attr$5
  com.sun.tools.javac.comp.Attr$6
  com.sun.tools.javac.comp.Attr$7
  com.sun.tools.javac.comp.Attr$8
  com.sun.tools.javac.comp.Attr$9
  private BreakAttr = com.sun.tools.javac.comp.Attr$BreakAttr of com.sun.tools.javac.comp.Attr
  CheckMode = com.sun.tools.javac.comp.Attr$CheckMode of com.sun.tools.javac.comp.Attr
  ExpressionLambdaReturnContext = com.sun.tools.javac.comp.Attr$ExpressionLambdaReturnContext of com.sun.tools.javac.comp.Attr
  FunctionalReturnContext = com.sun.tools.javac.comp.Attr$FunctionalReturnContext of com.sun.tools.javac.comp.Attr
  private IdentAttributer = com.sun.tools.javac.comp.Attr$IdentAttributer of com.sun.tools.javac.comp.Attr
  LocalInitScanner = com.sun.tools.javac.comp.Attr$LocalInitScanner of com.sun.tools.javac.comp.Attr
  MethodAttrInfo = com.sun.tools.javac.comp.Attr$MethodAttrInfo of com.sun.tools.javac.comp.Attr
  PostAttrAnalyzer = com.sun.tools.javac.comp.Attr$PostAttrAnalyzer of com.sun.tools.javac.comp.Attr
  RecoveryInfo = com.sun.tools.javac.comp.Attr$RecoveryInfo of com.sun.tools.javac.comp.Attr
  ResultInfo = com.sun.tools.javac.comp.Attr$ResultInfo of com.sun.tools.javac.comp.Attr
  TargetInfo = com.sun.tools.javac.comp.Attr$TargetInfo of com.sun.tools.javac.comp.Attr
  private final TypeAnnotationsValidator = com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator of com.sun.tools.javac.comp.Attr
  public abstract CheckContext = com.sun.tools.javac.comp.Check$CheckContext of com.sun.tools.javac.comp.Check
  public final AttrMode = com.sun.tools.javac.comp.DeferredAttr$AttrMode of com.sun.tools.javac.comp.DeferredAttr
  final AttributionMode = com.sun.tools.javac.comp.DeferredAttr$AttributionMode of com.sun.tools.javac.comp.DeferredAttr
  DeferredAttrContext = com.sun.tools.javac.comp.DeferredAttr$DeferredAttrContext of com.sun.tools.javac.comp.DeferredAttr
  DeferredTypeMap = com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap of com.sun.tools.javac.comp.DeferredAttr
  abstract FreeTypeListener = com.sun.tools.javac.comp.Infer$FreeTypeListener of com.sun.tools.javac.comp.Infer
  public InferenceException = com.sun.tools.javac.comp.Infer$InferenceException of com.sun.tools.javac.comp.Infer
  public MatchBindings = com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings of com.sun.tools.javac.comp.MatchBindingsComputer
  AccessError = com.sun.tools.javac.comp.Resolve$AccessError of com.sun.tools.javac.comp.Resolve
  public InapplicableMethodException = com.sun.tools.javac.comp.Resolve$InapplicableMethodException of com.sun.tools.javac.comp.Resolve
  InapplicableSymbolError = com.sun.tools.javac.comp.Resolve$InapplicableSymbolError of com.sun.tools.javac.comp.Resolve
  abstract MethodCheck = com.sun.tools.javac.comp.Resolve$MethodCheck of com.sun.tools.javac.comp.Resolve
  MethodReferenceCheck = com.sun.tools.javac.comp.Resolve$MethodReferenceCheck of com.sun.tools.javac.comp.Resolve
  MethodResolutionContext = com.sun.tools.javac.comp.Resolve$MethodResolutionContext of com.sun.tools.javac.comp.Resolve
  MethodResolutionPhase = com.sun.tools.javac.comp.Resolve$MethodResolutionPhase of com.sun.tools.javac.comp.Resolve
  abstract ReferenceChooser = com.sun.tools.javac.comp.Resolve$ReferenceChooser of com.sun.tools.javac.comp.Resolve
  abstract ReferenceLookupHelper = com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper of com.sun.tools.javac.comp.Resolve
  ResolveDeferredRecoveryMap = com.sun.tools.javac.comp.Resolve$ResolveDeferredRecoveryMap of com.sun.tools.javac.comp.Resolve
  abstract ResolveError = com.sun.tools.javac.comp.Resolve$ResolveError of com.sun.tools.javac.comp.Resolve
  StaticError = com.sun.tools.javac.comp.Resolve$StaticError of com.sun.tools.javac.comp.Resolve
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public Fragments = com.sun.tools.javac.resources.CompilerProperties$Fragments of com.sun.tools.javac.resources.CompilerProperties
  public Warnings = com.sun.tools.javac.resources.CompilerProperties$Warnings of com.sun.tools.javac.resources.CompilerProperties
  public JCAnnotatedType = com.sun.tools.javac.tree.JCTree$JCAnnotatedType of com.sun.tools.javac.tree.JCTree
  public JCAnnotation = com.sun.tools.javac.tree.JCTree$JCAnnotation of com.sun.tools.javac.tree.JCTree
  public JCArrayAccess = com.sun.tools.javac.tree.JCTree$JCArrayAccess of com.sun.tools.javac.tree.JCTree
  public JCArrayTypeTree = com.sun.tools.javac.tree.JCTree$JCArrayTypeTree of com.sun.tools.javac.tree.JCTree
  public JCAssert = com.sun.tools.javac.tree.JCTree$JCAssert of com.sun.tools.javac.tree.JCTree
  public JCAssign = com.sun.tools.javac.tree.JCTree$JCAssign of com.sun.tools.javac.tree.JCTree
  public JCAssignOp = com.sun.tools.javac.tree.JCTree$JCAssignOp of com.sun.tools.javac.tree.JCTree
  public JCBinary = com.sun.tools.javac.tree.JCTree$JCBinary of com.sun.tools.javac.tree.JCTree
  public JCBindingPattern = com.sun.tools.javac.tree.JCTree$JCBindingPattern of com.sun.tools.javac.tree.JCTree
  public JCBlock = com.sun.tools.javac.tree.JCTree$JCBlock of com.sun.tools.javac.tree.JCTree
  public JCBreak = com.sun.tools.javac.tree.JCTree$JCBreak of com.sun.tools.javac.tree.JCTree
  public JCCase = com.sun.tools.javac.tree.JCTree$JCCase of com.sun.tools.javac.tree.JCTree
  public JCCatch = com.sun.tools.javac.tree.JCTree$JCCatch of com.sun.tools.javac.tree.JCTree
  public JCClassDecl = com.sun.tools.javac.tree.JCTree$JCClassDecl of com.sun.tools.javac.tree.JCTree
  public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree
  public JCConditional = com.sun.tools.javac.tree.JCTree$JCConditional of com.sun.tools.javac.tree.JCTree
  public JCContinue = com.sun.tools.javac.tree.JCTree$JCContinue of com.sun.tools.javac.tree.JCTree
  public JCDoWhileLoop = com.sun.tools.javac.tree.JCTree$JCDoWhileLoop of com.sun.tools.javac.tree.JCTree
  public JCEnhancedForLoop = com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop of com.sun.tools.javac.tree.JCTree
  public JCErroneous = com.sun.tools.javac.tree.JCTree$JCErroneous of com.sun.tools.javac.tree.JCTree
  public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree
  public JCExpressionStatement = com.sun.tools.javac.tree.JCTree$JCExpressionStatement of com.sun.tools.javac.tree.JCTree
  public JCFieldAccess = com.sun.tools.javac.tree.JCTree$JCFieldAccess of com.sun.tools.javac.tree.JCTree
  public JCForLoop = com.sun.tools.javac.tree.JCTree$JCForLoop of com.sun.tools.javac.tree.JCTree
  public abstract JCFunctionalExpression = com.sun.tools.javac.tree.JCTree$JCFunctionalExpression of com.sun.tools.javac.tree.JCTree
  public JCIdent = com.sun.tools.javac.tree.JCTree$JCIdent of com.sun.tools.javac.tree.JCTree
  public JCIf = com.sun.tools.javac.tree.JCTree$JCIf of com.sun.tools.javac.tree.JCTree
  public JCImport = com.sun.tools.javac.tree.JCTree$JCImport of com.sun.tools.javac.tree.JCTree
  public JCInstanceOf = com.sun.tools.javac.tree.JCTree$JCInstanceOf of com.sun.tools.javac.tree.JCTree
  public JCLabeledStatement = com.sun.tools.javac.tree.JCTree$JCLabeledStatement of com.sun.tools.javac.tree.JCTree
  public JCLambda = com.sun.tools.javac.tree.JCTree$JCLambda of com.sun.tools.javac.tree.JCTree
  public final ParameterKind = com.sun.tools.javac.tree.JCTree$JCLambda$ParameterKind of com.sun.tools.javac.tree.JCTree$JCLambda
  public JCLiteral = com.sun.tools.javac.tree.JCTree$JCLiteral of com.sun.tools.javac.tree.JCTree
  public JCMemberReference = com.sun.tools.javac.tree.JCTree$JCMemberReference of com.sun.tools.javac.tree.JCTree
  public final ReferenceKind = com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind of com.sun.tools.javac.tree.JCTree$JCMemberReference
  public JCMethodDecl = com.sun.tools.javac.tree.JCTree$JCMethodDecl of com.sun.tools.javac.tree.JCTree
  public JCMethodInvocation = com.sun.tools.javac.tree.JCTree$JCMethodInvocation of com.sun.tools.javac.tree.JCTree
  public JCModifiers = com.sun.tools.javac.tree.JCTree$JCModifiers of com.sun.tools.javac.tree.JCTree
  public JCModuleDecl = com.sun.tools.javac.tree.JCTree$JCModuleDecl of com.sun.tools.javac.tree.JCTree
  public JCNewArray = com.sun.tools.javac.tree.JCTree$JCNewArray of com.sun.tools.javac.tree.JCTree
  public JCNewClass = com.sun.tools.javac.tree.JCTree$JCNewClass of com.sun.tools.javac.tree.JCTree
  public JCPackageDecl = com.sun.tools.javac.tree.JCTree$JCPackageDecl of com.sun.tools.javac.tree.JCTree
  public JCParens = com.sun.tools.javac.tree.JCTree$JCParens of com.sun.tools.javac.tree.JCTree
  public abstract JCPolyExpression = com.sun.tools.javac.tree.JCTree$JCPolyExpression of com.sun.tools.javac.tree.JCTree
  public final PolyKind = com.sun.tools.javac.tree.JCTree$JCPolyExpression$PolyKind of com.sun.tools.javac.tree.JCTree$JCPolyExpression
  public JCPrimitiveTypeTree = com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree of com.sun.tools.javac.tree.JCTree
  public JCReturn = com.sun.tools.javac.tree.JCTree$JCReturn of com.sun.tools.javac.tree.JCTree
  public JCSkip = com.sun.tools.javac.tree.JCTree$JCSkip of com.sun.tools.javac.tree.JCTree
  public abstract JCStatement = com.sun.tools.javac.tree.JCTree$JCStatement of com.sun.tools.javac.tree.JCTree
  public JCSwitch = com.sun.tools.javac.tree.JCTree$JCSwitch of com.sun.tools.javac.tree.JCTree
  public JCSwitchExpression = com.sun.tools.javac.tree.JCTree$JCSwitchExpression of com.sun.tools.javac.tree.JCTree
  public JCSynchronized = com.sun.tools.javac.tree.JCTree$JCSynchronized of com.sun.tools.javac.tree.JCTree
  public JCThrow = com.sun.tools.javac.tree.JCTree$JCThrow of com.sun.tools.javac.tree.JCTree
  public JCTry = com.sun.tools.javac.tree.JCTree$JCTry of com.sun.tools.javac.tree.JCTree
  public JCTypeApply = com.sun.tools.javac.tree.JCTree$JCTypeApply of com.sun.tools.javac.tree.JCTree
  public JCTypeCast = com.sun.tools.javac.tree.JCTree$JCTypeCast of com.sun.tools.javac.tree.JCTree
  public JCTypeIntersection = com.sun.tools.javac.tree.JCTree$JCTypeIntersection of com.sun.tools.javac.tree.JCTree
  public JCTypeParameter = com.sun.tools.javac.tree.JCTree$JCTypeParameter of com.sun.tools.javac.tree.JCTree
  public JCTypeUnion = com.sun.tools.javac.tree.JCTree$JCTypeUnion of com.sun.tools.javac.tree.JCTree
  public JCUnary = com.sun.tools.javac.tree.JCTree$JCUnary of com.sun.tools.javac.tree.JCTree
  public JCVariableDecl = com.sun.tools.javac.tree.JCTree$JCVariableDecl of com.sun.tools.javac.tree.JCTree
  public JCWhileLoop = com.sun.tools.javac.tree.JCTree$JCWhileLoop of com.sun.tools.javac.tree.JCTree
  public JCWildcard = com.sun.tools.javac.tree.JCTree$JCWildcard of com.sun.tools.javac.tree.JCTree
  public JCYield = com.sun.tools.javac.tree.JCTree$JCYield of com.sun.tools.javac.tree.JCTree
  public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree
  public TypeBoundKind = com.sun.tools.javac.tree.JCTree$TypeBoundKind of com.sun.tools.javac.tree.JCTree
  public abstract Visitor = com.sun.tools.javac.tree.JCTree$Visitor of com.sun.tools.javac.tree.JCTree
  public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
  public final DiagnosticFlag = com.sun.tools.javac.util.JCDiagnostic$DiagnosticFlag of com.sun.tools.javac.util.JCDiagnostic
  public abstract DiagnosticInfo = com.sun.tools.javac.util.JCDiagnostic$DiagnosticInfo of com.sun.tools.javac.util.JCDiagnostic
  public abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition of com.sun.tools.javac.util.JCDiagnostic
  public final DiagnosticType = com.sun.tools.javac.util.JCDiagnostic$DiagnosticType of com.sun.tools.javac.util.JCDiagnostic
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic
  public Factory = com.sun.tools.javac.util.JCDiagnostic$Factory of com.sun.tools.javac.util.JCDiagnostic
  public final Fragment = com.sun.tools.javac.util.JCDiagnostic$Fragment of com.sun.tools.javac.util.JCDiagnostic
  public final Warning = com.sun.tools.javac.util.JCDiagnostic$Warning of com.sun.tools.javac.util.JCDiagnostic
  public abstract DiagnosticHandler = com.sun.tools.javac.util.Log$DiagnosticHandler of com.sun.tools.javac.util.Log
  public DiscardDiagnosticHandler = com.sun.tools.javac.util.Log$DiscardDiagnosticHandler of com.sun.tools.javac.util.Log
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles