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

  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) 

  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 2005
            bipush 8
            anewarray com.sun.tools.javac.code.TypeTag
            dup
            iconst_0
         2: .line 2006
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_1
         3: .line 2007
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_2
         4: .line 2008
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_3
         5: .line 2009
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_4
         6: .line 2010
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            iconst_5
         7: .line 2011
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            bipush 6
         8: .line 2012
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            aastore
            dup
            bipush 7
         9: .line 2013
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            aastore
        10: .line 2005
            putstatic com.sun.tools.javac.comp.Attr.primitiveTags:[Lcom/sun/tools/javac/code/TypeTag;
        11: .line 2014
            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 125
            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 126
            aload 1 /* instance */
            ifnonnull 3
         2: .line 127
            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 128
      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 131
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.JCTree$Visitor.<init>:()V
         1: .line 364
            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 437
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
         3: .line 645
            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 1917
            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 3111
            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 3279
            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 132
            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 134
            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 135
            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 136
            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 137
            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 138
            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 139
            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 140
            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 141
            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 142
            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 143
            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 144
            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 145
            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 146
            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 147
            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 148
            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 149
            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 150
            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 151
            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 152
            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 153
            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 154
            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 155
            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 156
            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 157
            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 158
            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 159
            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 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
        35: .line 163
            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
        36: .line 164
            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
        37: .line 165
            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
        38: .line 166
            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
        39: .line 167
            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
        40: .line 168
            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
        41: .line 169
            aload 0 /* this */
        42: .line 170
            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 45
        43: .line 171
            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 44
            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 45
      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
        44: iconst_1
            goto 46
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.Attr
        45: iconst_0
        46: .line 169
      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
        47: .line 172
            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;
        48: .line 173
            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
        49: .line 175
            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;
        50: .line 176
            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;
        51: .line 177
            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;
        52: .line 178
            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;
        53: .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.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;
        54: .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_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;
        55: .line 181
            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;
        56: .line 182
            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   57     0     this  Lcom/sun/tools/javac/comp/Attr;
            0   57     1  context  Lcom/sun/tools/javac/util/Context;
           35   57     2  options  Lcom/sun/tools/javac/util/Options;
           36   57     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 235
            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 237
            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 238
            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 239
            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 237
            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 240
            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 241
            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 242
            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 243
            aload 3 /* ownkind */
            invokevirtual com.sun.tools.javac.code.Kinds$KindSelector.kindNames:()Ljava/util/Set;
        11: .line 242
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnexpectedType:(Ljava/util/Set;Ljava/util/Set;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        12: .line 241
            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 244
            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 245
            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 248
            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 249
            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 250
            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 251
            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 250
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
        23: .line 257
            goto 28
        end local 6 // com.sun.tools.javac.code.Type owntype
        24: .line 258
      StackMap locals:
      StackMap stack:
            iload 7 /* shouldCheck */
            ifeq 26
        25: .line 259
            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 260
      StackMap locals:
      StackMap stack:
            aload 2 /* found */
        27: .line 258
      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 262
      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 263
            aload 1 /* tree */
            aload 6 /* owntype */
            putfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
        30: .line 265
      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=4, 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 274
            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 278
            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 280
            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 281
            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 282
            aload 3 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 1048576
            land
            lconst_0
            lcmp
            ifeq 9
         5: .line 284
      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 286
            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 277
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_1
            ireturn
        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   11     0   this  Lcom/sun/tools/javac/comp/Attr;
            0   11     1      v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            0   11     2    env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1   11     3  owner  Lcom/sun/tools/javac/code/Symbol;
    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 297
            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 298
            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 299
            goto 15
      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 15
         4: .line 300
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 262144
            land
            lconst_0
            lcmp
            ifne 8
         5: .line 302
            aload 3 /* base */
            ifnull 7
         6: .line 303
            aload 3 /* base */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isThisQualifier:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 8
         7: .line 304
      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 15
         8: .line 305
      StackMap locals:
      StackMap stack:
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.isResourceVariable:()Z
            ifeq 11
         9: .line 306
            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 307
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 576460752303423488
            land
            lconst_0
            lcmp
            ifeq 14
        12: .line 308
            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.PatternBindingMayNotBeAssigned:(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
        13: .line 309
            goto 15
        14: .line 310
      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
        15: .line 313
      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   16     0  this  Lcom/sun/tools/javac/comp/Attr;
            0   16     1   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0   16     2     v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            0   16     3  base  Lcom/sun/tools/javac/tree/JCTree;
            0   16     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 321
            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 322
            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 323
            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 324
      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 327
      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 333
            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 340
            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 348
            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 349
            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 350
            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 351
            aconst_null
            aconst_null
            aconst_null
            aconst_null
         4: .line 349
            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 352
            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 353
            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 361
            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 389
            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 393
            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 394
            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 395
            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 400
            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 401
            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 402
            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 403
            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 404
      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 402
            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 401
            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 408
            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 412
            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 416
            aload 0 /* this */
            aload 3 /* tree */
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
         1: .line 417
            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 419
            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 420
            aconst_null
            getstatic com.sun.tools.javac.comp.DeferredAttr$AttributionMode.ANALYZER:Lcom/sun/tools/javac/comp/DeferredAttr$AttributionMode;
         4: .line 421
            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 419
            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 422
            goto 23
      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
         7: astore 6 /* b */
        start local 6 // com.sun.tools.javac.comp.Attr$BreakAttr b
         8: .line 423
            aload 6 /* b */
            getfield com.sun.tools.javac.comp.Attr$BreakAttr.env:Lcom/sun/tools/javac/comp/Env;
            astore 8
         9: .line 431
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        10: .line 432
            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
        11: .line 423
            aload 8
            areturn
        end local 6 // com.sun.tools.javac.comp.Attr$BreakAttr b
        12: .line 424
      StackMap locals:
      StackMap stack: java.lang.AssertionError
            astore 6 /* ae */
        start local 6 // java.lang.AssertionError ae
        13: .line 425
            aload 6 /* ae */
            invokevirtual java.lang.AssertionError.getCause:()Ljava/lang/Throwable;
            instanceof com.sun.tools.javac.comp.Attr$BreakAttr
            ifeq 18
        14: .line 426
            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
        15: .line 431
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        16: .line 432
            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
        17: .line 426
            aload 8
            areturn
        18: .line 428
      StackMap locals: java.lang.AssertionError
      StackMap stack:
            aload 6 /* ae */
            athrow
        end local 6 // java.lang.AssertionError ae
        19: .line 430
      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
        20: .line 431
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        21: .line 432
            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
        22: .line 433
            aload 7
            athrow
        23: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
        24: .line 432
            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
        25: .line 434
            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   26     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   26     1        root  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        tree  Lcom/sun/tools/javac/tree/JCTree;
            0   26     4  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            2   26     5        prev  Ljavax/tools/JavaFileObject;
            8   12     6           b  Lcom/sun/tools/javac/comp/Attr$BreakAttr;
           13   19     6          ae  Ljava/lang/AssertionError;
      Exception table:
        from    to  target  type
           2     6       7  Class com.sun.tools.javac.comp.Attr$BreakAttr
           2     6      12  Class java.lang.AssertionError
           2     9      19  any
          12    15      19  any
          18    19      19  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 622
            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 626
            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 655
            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 656
            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 658
            aload 0 /* this */
            aload 2 /* env */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
         3: .line 659
            aload 0 /* this */
            aload 3 /* resultInfo */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         4: .line 660
            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 661
            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 662
            goto 8
         7: .line 663
      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 665
      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 666
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
        10: .line 665
            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 667
            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 668
            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 669
            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 671
      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 676
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        16: .line 677
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        17: .line 671
            aload 8
            areturn
        18: .line 672
      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 673
            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 674
            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 676
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        22: .line 677
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        23: .line 674
            aload 8
            areturn
        end local 6 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
        24: .line 675
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        25: .line 676
            aload 0 /* this */
            aload 4 /* prevEnv */
            putfield com.sun.tools.javac.comp.Attr.env:Lcom/sun/tools/javac/comp/Env;
        26: .line 677
            aload 0 /* this */
            aload 5 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        27: .line 678
            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 682
            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 687
            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 686
            astore 2 /* newEnv */
        start local 2 // com.sun.tools.javac.comp.Env newEnv
         2: .line 688
            aload 2 /* newEnv */
            getfield com.sun.tools.javac.comp.Env.outer:Lcom/sun/tools/javac/comp/Env;
            ifnull 4
         3: .line 689
            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 691
      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 695
            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 696
            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 697
            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 698
            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 697
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 700
            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 701
            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 700
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 703
            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 709
            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 716
            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 722
            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 723
            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 729
            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 730
            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 736
            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 737
            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 738
            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 739
            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    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;>;
            1    4     3  analyzeEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            2    4     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 745
            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 746
            aload 1 /* trees */
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         2: goto 5
         3: .line 747
      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 746
            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 748
            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 754
            aload 1 /* trees */
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
         1: goto 4
         2: .line 755
      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 754
            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 756
            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 761
            aload 1 /* initialKind */
            astore 5 /* kind */
        start local 5 // com.sun.tools.javac.code.Kinds$KindSelector kind
         1: .line 762
            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 763
            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 764
            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 765
            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 767
      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 762
      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 769
            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 776
            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 777
            aload 1 /* trees */
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
         2: goto 5
         3: .line 778
      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 777
            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 779
            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 786
            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 787
            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 797
            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 798
            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 799
            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 800
            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 801
            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 802
            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 803
            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 804
            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 803
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 805
            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 806
            goto 14
        13: .line 809
      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 811
      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 797
      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 813
            iload 3 /* checkCyclic */
            ifeq 21
        17: .line 814
            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 815
            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 814
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        21: .line 818
      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 825
            aload 1 /* annotations */
            astore 3 /* al */
        start local 3 // com.sun.tools.javac.util.List al
         1: goto 5
         2: .line 826
      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 827
            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 825
            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 829
            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 843
            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 842
            astore 4 /* prevLintPos */
        start local 4 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition prevLintPos
         2: .line 845
            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 847
            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 848
            aload 2 /* variable */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 6
         5: .line 850
            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 852
      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 853
            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 858
            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 859
            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 853
            aload 8
            areturn
        11: .line 858
      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 859
            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 855
            aconst_null
            areturn
        end local 6 // com.sun.tools.javac.code.Type itype
        14: .line 857
      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 858
            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 859
            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 860
            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 876
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            ifnull 2
         1: .line 877
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            goto 3
         2: .line 878
      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 876
      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 879
            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 887
            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 888
            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 887
      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 889
            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 890
            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 891
            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 893
      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 894
            aload 1 /* t */
            areturn
         9: .line 895
      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 897
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.getUpperBound:()Lcom/sun/tools/javac/code/Type;
            ifnonnull 14
        11: .line 898
            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 899
            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 902
      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 904
      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 905
            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 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
        17: .line 909
      StackMap locals:
      StackMap stack:
            iload 6 /* checkExtensible */
            ifeq 22
        18: .line 910
            iload 4 /* classExpected */
            ifeq 22
        19: .line 911
            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 912
            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 913
            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 915
      StackMap locals:
      StackMap stack:
            iload 6 /* checkExtensible */
            ifeq 27
        23: .line 916
            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 917
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 7 /* pos */
        25: .line 918
            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 917
            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 920
      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 921
            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 925
            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 926
            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 927
            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 928
            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 933
            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 934
            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 933
      StackMap locals:
      StackMap stack: com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext
            invokestatic java.util.Optional.ofNullable:(Ljava/lang/Object;)Ljava/util/Optional;
         4: .line 932
            astore 2 /* localCacheContext */
        start local 2 // java.util.Optional localCacheContext
         5: .line 938
            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 939
            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 940
            goto 10
         8: .line 945
      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 946
            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 949
      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 950
            aload 3 /* c */
            ifnonnull 14
        12: .line 952
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        13: .line 953
            goto 24
        14: .line 955
      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 961
            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 962
            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 963
            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 965
      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 966
            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 968
            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 969
            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 970
            aload 4
            athrow
        24: .line 969
      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 971
            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=6, locals=14, 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 974
            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 975
            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 977
            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 978
            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 979
            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 981
            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 982
            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 987
            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 988
            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 990
            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 994
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isStatic:()Z
            ifeq 15
        13: .line 995
            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 996
            goto 16
        15: .line 997
      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 999
      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 1001
            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 1002
            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 1006
      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 1007
      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 1006
            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 1009
            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 1010
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifeq 33
        26: .line 1011
            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 1012
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.recvparam:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            ifnull 33
        28: .line 1013
      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 1014
            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 1015
      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 1016
      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 1013
            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 1019
      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 1020
      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 1019
            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 1023
            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 1026
            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 1029
            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 1030
            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 1033
      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 1037
            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 1038
            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 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.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 1042
      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 100
            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 100
        47: .line 1044
            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 1045
            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 1044
            astore 9 /* recordComponent */
        start local 9 // java.util.Optional recordComponent
        50: .line 1046
            aload 9 /* recordComponent */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 69
        51: .line 1048
            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 1049
            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 1051
      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 1052
            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 1053
            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 1052
            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 1055
      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 1056
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        59: .line 1057
            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 1056
            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 1059
      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 1060
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        63: .line 1061
            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 1060
            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 1063
      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 1064
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        67: .line 1065
            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 1064
            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 1069
      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 100
        70: .line 1071
            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 1072
            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 1073
            aload 10 /* app */
            ifnull 75
        73: .line 1074
            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 1075
            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 100
        75: .line 1076
      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 */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.FirstStatementMustBeCallToAnotherConstructor: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 1078
            goto 100
        77: .line 1082
      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 87
        78: .line 1083
            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
        79: .line 1084
            aload 10 /* app */
            ifnull 87
        80: .line 1085
            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 82
        81: .line 1086
            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 87
        82: .line 1087
      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 87
        83: .line 1088
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        84: .line 1089
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
        85: .line 1090
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotContainExplicitConstructorInvocation:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        86: .line 1088
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;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
        end local 10 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation app
        87: .line 1095
      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 91
        88: .line 1096
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
        89: .line 1097
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalMustNotDeclareTypeVariables:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        90: .line 1096
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;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
        91: .line 1103
      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;
            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 10 /* recordComponentTypes */
        start local 10 // com.sun.tools.javac.util.List recordComponentTypes
        92: .line 1104
            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 12
            goto 99
      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 top java.util.Iterator
      StackMap stack:
        93: aload 12
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 11 /* param */
        start local 11 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        94: .line 1105
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 11 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            aload 10 /* recordComponentTypes */
            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
            ifne 98
        95: .line 1106
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 11 /* param */
        96: .line 1107
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.TypeMustBeIdenticalToCorrespondingRecordComponentType:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        97: .line 1106
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;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
        98: .line 1109
      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.tree.JCTree$JCVariableDecl java.util.Iterator
      StackMap stack:
            aload 10 /* recordComponentTypes */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 10 /* recordComponentTypes */
        end local 11 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        99: .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 com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 93
        end local 10 // com.sun.tools.javac.util.List recordComponentTypes
        end local 9 // java.util.Optional recordComponent
       100: .line 1116
      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 111
       101: .line 1118
            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 105
       102: .line 1119
            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;
       103: .line 1120
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.ThrowsNotAllowedInIntfAnnotation:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       104: .line 1119
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       105: .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.nonEmpty:()Z
            ifeq 109
       106: .line 1124
            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;
       107: .line 1125
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IntfAnnotationMembersCantHaveTypeParams:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       108: .line 1124
            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 1128
      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
       110: .line 1130
            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
       111: .line 1133
      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
       112: goto 115
       113: .line 1134
      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
       114: .line 1133
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
      StackMap locals:
      StackMap stack:
       115: aload 9 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 113
        end local 9 // com.sun.tools.javac.util.List l
       116: .line 1136
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnonnull 125
       117: .line 1140
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.defaultValue:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 122
       118: .line 1141
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8192
            land
            lconst_0
            lcmp
            ifne 122
       119: .line 1142
            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;
       120: .line 1143
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.DefaultAllowedInIntfAnnotationMember:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       121: .line 1142
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       122: .line 1145
      StackMap locals:
      StackMap stack:
            iload 3 /* isDefaultMethod */
            ifne 123
            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 172
       123: .line 1146
      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
       124: .line 1147
            goto 172
      StackMap locals:
      StackMap stack:
       125: 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 131
       126: .line 1148
            aload 8 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 512
            land
            lconst_0
            lcmp
            ifeq 129
       127: .line 1149
            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
       128: .line 1150
            goto 172
       129: .line 1151
      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
       130: .line 1153
            goto 172
      StackMap locals:
      StackMap stack:
       131: 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 134
       132: .line 1154
            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
       133: .line 1155
            goto 172
       134: .line 1159
      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 169
            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 169
       135: .line 1160
            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
       136: .line 1161
            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 138
       137: .line 1162
            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 143
       138: .line 1163
      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;
       139: .line 1164
            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;
       140: .line 1163
            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
       141: .line 1165
            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
       142: .line 1166
            goto 149
      StackMap locals:
      StackMap stack:
       143: 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 149
       144: .line 1167
            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 149
       145: .line 1168
            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 149
       146: .line 1173
            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;
       147: .line 1174
            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;
       148: .line 1173
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
       149: .line 1176
      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 169
            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 169
       150: .line 1177
            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
       151: .line 1178
            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
       152: .line 1179
            aload 11 /* initParamNames */
            aload 10 /* recordComponentNames */
            invokevirtual com.sun.tools.javac.util.List.equals:(Ljava/lang/Object;)Z
            ifne 156
       153: .line 1180
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       154: .line 1181
            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;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalWithNameMismatch:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       155: .line 1180
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;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
       156: .line 1183
      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;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isPublic:()Z
            ifne 162
       157: .line 1184
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       158: .line 1185
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 159
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Compact:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 160
      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
       159: getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       160: .line 1186
      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;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.CanonicalConstructorMustBePublic:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       161: .line 1184
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;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
       162: .line 1188
      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 169
            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 169
       163: .line 1189
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
       164: .line 1191
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isCompactConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 165
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Compact:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            goto 166
      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
       165: getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.Canonical:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       166: .line 1192
      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;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.ThrowsClauseNotAllowedForCanonicalConstructor:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       167: .line 1190
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.InvalidCanonicalConstructorInRecord:(Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
       168: .line 1189
            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
       169: .line 1198
      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
       170: .line 1199
            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
       171: .line 1202
            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
       172: .line 1205
      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
       173: .line 1206
            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
       174: .line 1207
            goto 179
      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
       175: astore 13
       176: .line 1208
            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
       177: .line 1209
            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
       178: .line 1210
            aload 13
            athrow
       179: .line 1208
      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
       180: .line 1209
            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
       181: .line 1211
            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  182     0                  this  Lcom/sun/tools/javac/comp/Attr;
            0  182     1                  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            1  182     2                     m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            4  182     3       isDefaultMethod  Z
            5  182     4                  lint  Lcom/sun/tools/javac/code/Lint;
            6  182     5              prevLint  Lcom/sun/tools/javac/code/Lint;
            7  182     6            prevMethod  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           10  174     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  174     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  100     9       recordComponent  Ljava/util/Optional<+Lcom/sun/tools/javac/code/Symbol$RecordComponent;>;
           72   76    10                   app  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
           79   87    10                   app  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
           92  100    10  recordComponentTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           94   99    11                 param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
          112  116     9                     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
          136  169     9                  body  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
          141  142    10               supCall  Lcom/sun/tools/javac/tree/JCTree$JCStatement;
          151  169    10  recordComponentNames  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/Name;>;
          152  169    11        initParamNames  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/Name;>;
      Exception table:
        from    to  target  type
           7   175     175  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 1215
            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 1216
      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 1218
            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 1219
            goto 24
         4: .line 1220
      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 1221
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnonnull 9
         6: .line 1223
            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 1224
            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 1225
            goto 13
         9: .line 1226
      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 1227
            aload 2 /* msg */
            ifnull 13
        11: .line 1230
            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 1231
            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 1236
      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 1237
            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 1238
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 2
        17: .line 1239
            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 1240
            aload 2
            athrow
        19: .line 1239
      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 1242
            goto 24
        21: .line 1243
      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 1245
            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 1246
            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 1250
      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 1251
            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 1252
            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 1255
            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 1256
            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 1257
            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 1255
            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 1258
            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 1261
            aload 2 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            pop
        37: .line 1262
            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 1263
            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 1265
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 50
        40: .line 1266
            aload 2 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.flags_field:J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 42
        41: .line 1267
            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 1272
      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 1273
            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 1277
            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 1278
            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 1279
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 48
        47: .line 1281
            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 1284
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.isImplicitlyTyped:()Z
            ifeq 50
        49: .line 1285
            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 1288
      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 1289
            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 1290
            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 1291
            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 1294
            goto 58
        55: .line 1295
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        56: .line 1296
            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 1297
            aload 7
            athrow
        58: .line 1296
      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 1298
            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 1301
            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 1302
            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 1303
            iconst_1
            ireturn
        end local 2 // com.sun.tools.javac.code.Symbol s
         4: .line 1301
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 1306
            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 1310
            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 1311
            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 1312
            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 1375
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         1: .line 1376
            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 1379
            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 1384
      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 1385
            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 1386
            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 1384
            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 1383
            astore 2 /* fakeOwner */
        start local 2 // com.sun.tools.javac.code.Symbol fakeOwner
         6: .line 1388
            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 1387
            astore 3 /* localEnv */
        start local 3 // com.sun.tools.javac.comp.Env localEnv
         8: .line 1390
            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 1392
      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 1393
            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 1394
            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 1399
            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 1400
            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 1401
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.flags:J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 17
        15: .line 1402
            aload 4 /* cs */
            aload 5 /* tas */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.appendClassInitTypeAttributes:(Lcom/sun/tools/javac/util/List;)V
        16: .line 1403
            goto 27
        17: .line 1404
      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 1407
            goto 27
        19: .line 1410
      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 1409
            astore 2 /* localEnv */
        start local 2 // com.sun.tools.javac.comp.Env localEnv
        21: .line 1412
            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 1413
            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 1414
            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 1415
            aload 3
            athrow
        26: .line 1414
      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 1417
      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 1418
            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 1421
            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 1422
            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 1423
            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 1425
            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 1426
            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 1427
            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 1429
      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 1430
            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 1433
            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 1434
            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 1436
            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 1438
            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 1439
            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 1440
            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 1441
            aload 4
            athrow
         8: .line 1440
      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 1442
            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 1444
            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 1445
            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 1447
      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 1448
            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 1451
            aload 0 /* this */
            aload 2 /* body */
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1452
            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 1457
            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 1456
            astore 2 /* loopEnv */
        start local 2 // com.sun.tools.javac.comp.Env loopEnv
         2: .line 1458
            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 1460
            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 1461
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 7
         5: .line 1462
            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 1464
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.matchBindings:Lcom/sun/tools/javac/comp/MatchBindingsComputer$MatchBindings;
            astore 3 /* condBindings */
         7: .line 1466
      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 1468
            aload 4 /* bodyEnv */
            aload 1 /* tree */
            putfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
         9: .line 1469
            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 1470
            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 1471
            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 1472
            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 1473
            aload 5
            athrow
        15: .line 1472
      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 1474
            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 1475
            goto 21
        18: .line 1476
      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 1477
            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 1478
            aload 6
            athrow
        21: .line 1477
      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 1479
            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 1481
            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 1482
            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 1484
      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 1488
            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 1487
            astore 2 /* loopEnv */
        start local 2 // com.sun.tools.javac.comp.Env loopEnv
         2: .line 1493
            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 1494
            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 1495
            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 1496
            aload 4 /* elemtype */
            ifnonnull 20
         6: .line 1498
            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 1499
            aload 5 /* base */
            ifnonnull 15
         8: .line 1500
            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 1501
            aload 3 /* exprType */
        10: .line 1502
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.TypeReqArrayOrIterable:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        11: .line 1501
            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 1500
            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 1503
            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 1504
            goto 20
        15: .line 1505
      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 1506
            aload 6 /* iterableParams */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 18
        17: .line 1507
            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 1508
      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 1506
      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 1511
      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 1512
            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 1513
            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 1515
      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 1516
            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 1517
            aload 2 /* loopEnv */
            aload 1 /* tree */
            putfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
        26: .line 1518
            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 1519
            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 1520
            goto 32
        29: .line 1521
      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 1522
            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 1523
            aload 7
            athrow
        32: .line 1522
      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 1524
            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 1528
            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 1529
            goto 9
         2: .line 1530
      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 1531
            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 1532
            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 1533
            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 1532
            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 1534
            goto 10
         8: .line 1536
      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 1529
      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 1539
      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 1540
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        12: .line 1541
            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 1544
            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 1547
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 1548
            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 1551
            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 1552
            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 1551
      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 1554
            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 1556
            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 1557
            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 1558
            return
         8: .line 1561
      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 1562
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 11
        10: .line 1563
      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 1561
      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 1565
            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 1566
            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 1568
            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 1586
            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 1587
            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 1588
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchExpressionEmpty:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        18: .line 1587
            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 1589
            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 1590
            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 1591
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchExpressionNoResultExpressions:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        23: .line 1590
            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 1594
      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 1596
            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 1597
            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 1600
            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 1615
            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 1618
            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 1617
            astore 6 /* switchEnv */
        start local 6 // com.sun.tools.javac.comp.Env switchEnv
         3: .line 1621
            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 1622
            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 1623
            iload 7 /* enumSwitch */
            ifne 9
            iload 8 /* stringSwitch */
            ifne 9
         8: .line 1624
            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 1628
      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 1629
            iconst_0
            istore 10 /* hasDefault */
        start local 10 // boolean hasDefault
        11: .line 1630
            aconst_null
            astore 11 /* caseKind */
        start local 11 // com.sun.source.tree.CaseTree$CaseKind caseKind
        12: .line 1631
            iconst_0
            istore 12 /* wasError */
        start local 12 // boolean wasError
        13: .line 1632
            aload 3 /* cases */
            astore 13 /* l */
        start local 13 // com.sun.tools.javac.util.List l
        14: goto 66
        15: .line 1633
      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 1634
            aload 11 /* caseKind */
            ifnonnull 19
        17: .line 1635
            aload 14 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            astore 11 /* caseKind */
        18: .line 1636
            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 1637
            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 1638
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchMixingCaseTypes:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        22: .line 1637
            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 1639
            iconst_1
            istore 12 /* wasError */
        24: .line 1641
      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 1642
            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 1643
            aload 15 /* pat */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isNull:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 32
        28: .line 1644
            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 1645
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchNullNotAllowed:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        30: .line 1644
            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 1646
            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 1647
            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 1648
            aload 17 /* sym */
            ifnonnull 37
        35: .line 1649
            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 1650
            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 1651
            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 1653
            goto 50
        40: .line 1654
      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 1655
            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 1656
            aload 17 /* pattype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnonnull 48
        43: .line 1657
            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 1658
            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 1657
      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 1659
            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 1660
            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 1642
      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 1665
            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 1666
            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 1667
            goto 56
        55: .line 1668
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* hasDefault */
        56: .line 1671
      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 1670
            astore 15 /* caseEnv */
        start local 15 // com.sun.tools.javac.comp.Env caseEnv
        58: .line 1673
            aload 4 /* attribCase */
            aload 14 /* c */
            aload 15 /* caseEnv */
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
        59: .line 1674
            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 1675
            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 1676
            aload 16
            athrow
        63: .line 1675
      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 1677
            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 1632
            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 1679
            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 1680
            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 1681
            aload 18
            athrow
        71: .line 1680
      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 1682
            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 1686
            goto 5
         1: .line 1687
      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 1688
            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 1689
            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 1686
      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 1691
            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 1695
            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 1696
            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 1697
            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 1698
            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 1699
            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 1700
            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 1701
            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 1702
            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 1703
            aload 7 /* s */
            getfield com.sun.tools.javac.code.Symbol.flags_field:J
            ldc 16384
            land
            lconst_0
            lcmp
            ifne 11
        10: .line 1704
            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 1703
      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 1698
      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 1708
      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 1712
            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 1713
            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
         2: .line 1714
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         3: .line 1715
            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    4     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    4     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSynchronized;
    MethodParameters:
      Name  Flags
      tree  

  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 1719
            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 1721
            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 1723
            iload 3 /* isTryWithResource */
            ifeq 4
         3: .line 1724
            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 1725
      StackMap locals: com.sun.tools.javac.comp.Env int
      StackMap stack:
            aload 2 /* localEnv */
         5: .line 1723
      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 1728
            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 1729
            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 1736
            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 1737
            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 1738
            aload 7 /* twrContext */
        12: .line 1736
            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 1735
            astore 8 /* twrResult */
        start local 8 // com.sun.tools.javac.comp.Attr$ResultInfo twrResult
        14: .line 1739
            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 1740
            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 1741
            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 1744
            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 1746
            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 1747
            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 1748
            goto 22
        21: .line 1749
      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 1728
      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 1753
            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 1754
            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 1755
            iload 3 /* isTryWithResource */
            ifeq 28
        27: .line 1756
            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 1757
      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 1755
      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 1756
            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 1760
      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 1761
      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 1763
            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 1762
            astore 7 /* catchEnv */
        start local 7 // com.sun.tools.javac.comp.Env catchEnv
        36: .line 1765
            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 1766
            aload 6 /* c */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isMultiCatch:(Lcom/sun/tools/javac/tree/JCTree$JCCatch;)Z
            ifeq 39
        38: .line 1768
            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 1770
      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 1771
            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 1773
      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 1774
            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 1775
            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 1773
            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 1776
            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 1777
            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 1778
            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 1779
            aload 9
            athrow
        50: .line 1778
      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 1760
            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 1783
            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 1784
      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 1785
            goto 59
        56: .line 1786
      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 1787
            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 1788
            aload 11
            athrow
        59: .line 1787
      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 1789
            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 1792
            aload 3 /* resource */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 22
         1: .line 1793
            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 1794
            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 1795
            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 1796
            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 1798
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* pos */
         6: .line 1799
            aload 2 /* env */
         7: .line 1800
            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 1801
            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 1802
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        10: .line 1803
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        11: .line 1798
            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 1804
            goto 16
        13: .line 1805
      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 1806
            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 1807
            aload 6
            athrow
        16: .line 1806
      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 1808
            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 1809
            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 1810
            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 1811
            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 1812
            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 1815
      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 1818
            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 1819
            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 1821
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 5
         3: .line 1822
            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 1823
      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 1824
      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 1821
      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 1826
            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 1828
            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 1829
            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 1830
            return
        12: .line 1833
      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 1834
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.unknownExprInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 15
        14: .line 1835
      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 1833
      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 1843
            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 1845
            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 1846
            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 1847
            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 1848
            aload 7
            athrow
        start local 5 // com.sun.tools.javac.code.Type truetype
        22: .line 1847
      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 1850
            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 1853
            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 1855
            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 1856
            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 1857
            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 1858
            aload 10
            athrow
        start local 8 // com.sun.tools.javac.code.Type falsetype
        30: .line 1857
      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 1860
            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 1862
            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 1863
            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 1864
            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 1863
            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 1864
            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 1862
      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 1865
            aload 2 /* condtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        40: .line 1866
            aload 5 /* truetype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        41: .line 1867
            aload 8 /* falsetype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 46
        42: .line 1868
            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 1870
            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 1872
      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 1873
            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 1874
            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 1877
            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 1878
      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 1879
            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 1880
            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 1878
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
         6: .line 1881
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 1882
      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 1884
      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 1885
            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 1886
            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 1885
            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 1889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
        14: .line 1890
            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 1891
            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 1889
            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 1888
            astore 4 /* speculativeMethodTree */
        start local 4 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation speculativeMethodTree
        18: .line 1892
            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 1893
            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 1894
            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 1895
      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 1893
      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 1896
            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 1897
            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 1900
      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 1899
            astore 8 /* className */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCExpression className
        27: .line 1902
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
        28: .line 1903
            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 1904
            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 1902
            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 1901
            astore 9 /* speculativeNewClassTree */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCExpression speculativeNewClassTree
        32: .line 1905
            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 1907
      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 1908
            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 1907
            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 1908
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
        37: .line 1907
            astore 10 /* speculativeType */
        start local 10 // com.sun.tools.javac.code.Type speculativeType
        38: .line 1909
            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 1914
            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 1925
            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 1947
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 2
         1: .line 1948
            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 1950
      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 1952
            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 1953
            aload 3 /* first */
            invokevirtual com.sun.tools.javac.code.Type.baseType:()Lcom/sun/tools/javac/code/Type;
            areturn
         5: .line 1955
      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 1956
            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 1957
            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 1955
            astore 4 /* unboxedTypes */
        start local 4 // com.sun.tools.javac.util.List unboxedTypes
         9: .line 1963
            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 1967
            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 1968
            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 1969
            goto 16
        14: .line 1971
      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 1972
            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 1967
      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 1975
            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 1976
            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 1977
            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 1978
            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 1975
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        23: iload 6
            iload 7
            if_icmplt 18
        24: .line 1984
      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 1985
            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 1986
            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 1984
            astore 2 /* condTypes */
        28: .line 1988
            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 1989
            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 1990
            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 1988
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        33: .line 1993
            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 1995
            aload 2 /* condTypes */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        35: .line 1996
            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 1997
            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 1995
            astore 2 /* condTypes */
        38: .line 2002
            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;
            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;
            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
            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   39     0          this  Lcom/sun/tools/javac/comp/Attr;
            0   39     1     positions  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;>;
            0   39     2     condTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3   39     3         first  Lcom/sun/tools/javac/code/Type;
            9   39     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   39     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 2017
            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 2018
            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 2019
            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 2023
            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 2029
            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 2030
            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 2033
            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 2034
            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 2035
            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 2036
            aload 4
            athrow
         8: .line 2035
      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 2038
            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 2039
            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 2042
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 22
        12: .line 2043
            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 2045
            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 2046
            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 2047
            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 2048
            aload 7
            athrow
        18: .line 2047
      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 2049
            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 2050
            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 2051
            goto 23
        end local 5 // boolean aliveAfterElse
        22: .line 2052
      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 2055
      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 2057
            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 2059
            iload 4 /* aliveAfterThen */
            ifeq 28
            iload 5 /* aliveAfterElse */
            ifne 28
        26: .line 2060
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenTrue:Lcom/sun/tools/javac/util/List;
            astore 6 /* afterIfBindings */
        27: .line 2061
            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 2062
            aload 2 /* condBindings */
            getfield com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings.bindingsWhenFalse:Lcom/sun/tools/javac/util/List;
            astore 6 /* afterIfBindings */
        30: .line 2065
      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 2066
            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 2068
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
        33: .line 2069
            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 2072
            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
         1: .line 2083
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Attr$7.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 2084
            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    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     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 2089
            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 2090
            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 2091
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         3: .line 2092
            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 2095
            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 2096
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 2097
            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 2100
            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 2101
            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 2102
            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 2103
            goto 9
         4: .line 2104
      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 2105
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoSwitchExpressionQualify:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            goto 7
         6: .line 2106
      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 2104
      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 2107
            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 2109
      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 2110
            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 2113
            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 2114
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Attr.result:Lcom/sun/tools/javac/code/Type;
         2: .line 2115
            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 2134
            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 2136
            aload 5 /* jumpTarget */
            getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
            ifnull 3
         2: .line 2137
            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 2140
      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 2158
            aload 3 /* env */
            astore 4 /* env1 */
        start local 4 // com.sun.tools.javac.comp.Env env1
         1: .line 2159
            aconst_null
            astore 5 /* pendingError */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic$Error pendingError
         2: .line 2161
            goto 25
         3: .line 2162
      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 2164
      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 2165
            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 2167
            aload 1 /* tag */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.CONTINUE:Lcom/sun/tools/javac/tree/JCTree$Tag;
            if_acmpne 13
         7: .line 2168
            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 2169
            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 2170
            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 2171
            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 2172
            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 2176
      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 2178
      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 2186
      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 2189
      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 2192
      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 2193
            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 2194
      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 2195
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.BreakOutsideSwitchExpression:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            astore 5 /* pendingError */
        20: .line 2196
            goto 24
        21: .line 2197
      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 2199
            goto 24
        23: .line 2203
      StackMap locals:
      StackMap stack:
            goto 26
        24: .line 2206
      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 2161
      StackMap locals:
      StackMap stack:
            aload 4 /* env1 */
            ifnonnull 3
        26: .line 2208
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            ifnull 28
        27: .line 2209
            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 2210
      StackMap locals:
      StackMap stack:
            aload 5 /* pendingError */
            ifnull 30
        29: .line 2211
            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 2212
      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 2213
            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 2215
      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 2221
            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 2222
            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 2223
            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 2224
            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 2225
            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 2226
            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 2227
            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 2228
            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 2229
            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 2230
            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;
            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/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        12: .line 2229
            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 2231
            goto 26
        14: .line 2234
      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 2235
            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 2236
            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 2237
            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 2236
            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 2239
      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 2240
            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 2241
            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 2242
            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 2243
            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 2242
            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 2246
      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 2247
            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 2250
            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 2251
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowPoly:Z
            ifeq 5
         4: .line 2252
            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 2254
      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 2255
            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 2258
            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 2259
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCAssert.detail:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 3
         2: .line 2260
            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 2262
      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 2263
            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 2272
            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 2278
            aconst_null
            astore 4 /* typeargtypes */
        start local 4 // com.sun.tools.javac.util.List typeargtypes
         2: .line 2280
            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 2283
            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 2282
            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 2285
            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 2286
            iload 6 /* isConstructorCall */
            ifeq 60
         9: .line 2289
            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
            ifeq 58
        10: .line 2293
            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 2296
            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 2297
            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 2298
            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 2302
            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 2303
            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 2304
            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 2305
            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 2306
            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 2307
            goto 21
        20: .line 2308
      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 2312
      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 2313
            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 2314
            goto 25
        24: .line 2315
      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 2314
      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 2316
      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 2319
            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 2320
            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 2326
            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 2327
            aload 0 /* this */
            aload 11 /* qualifier */
            aload 2 /* localEnv */
        31: .line 2328
            aload 10 /* encl */
        32: .line 2327
            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 2326
            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 2329
            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 2332
            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 2333
            aload 2 /* localEnv */
            aload 9 /* site */
            iconst_1
        38: .line 2332
            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 2335
            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 2336
            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 2337
            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 2336
            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 2342
      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 2343
            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 2348
      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 2349
            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 2350
            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 2351
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        50: .line 2352
            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 2351
            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 2353
            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 2356
            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 2360
            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 2361
            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 2362
            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 2361
            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
        end local 9 // com.sun.tools.javac.code.Type site
        end local 8 // com.sun.tools.javac.code.Kinds$KindSelector kind
        end local 3 // com.sun.tools.javac.util.List argtypes
        58: .line 2366
      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 */
            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;
        59: .line 2367
            goto 78
        60: .line 2370
      StackMap locals:
      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 2371
            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 2372
            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 2377
            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 2378
            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 2379
            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 2382
            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 2383
            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 2384
            new java.lang.AssertionError
            dup
            aload 10 /* mtype */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        69: .line 2386
      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 2387
            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 2388
      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 2386
      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 2389
            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 2390
            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 2392
            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 2396
            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 2397
            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
        end local 3 // com.sun.tools.javac.util.List argtypes
        78: .line 2399
      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 */
            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 2400
            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 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   58     3           argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           62   78     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   58     8               kind  Lcom/sun/tools/javac/code/Kinds$KindSelector;
           15   58     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 2403
            aload 1 /* msym */
            ifnull 12
         1: .line 2404
            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 2405
            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 2406
            aload 4 /* argtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 12
         4: .line 2408
            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 2409
            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 2410
            getstatic com.sun.tools.javac.code.BoundKind.EXTENDS:Lcom/sun/tools/javac/code/BoundKind;
         7: .line 2411
            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 2409
            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 2412
            aload 5 /* restype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        10: .line 2413
            aload 5 /* restype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        11: .line 2408
            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 2414
      StackMap locals:
      StackMap stack:
            aload 1 /* msym */
            ifnull 17
        13: .line 2415
            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 2416
            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 2417
            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 2420
            aload 2 /* qualifierType */
            areturn
        17: .line 2422
      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 2433
            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 2434
            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 2435
            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 2436
            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 2437
            iconst_1
            ireturn
        end local 4 // com.sun.tools.javac.tree.JCTree$JCBlock body
         5: .line 2439
      StackMap locals:
      StackMap stack:
            iload 3 /* error */
            ifeq 9
         6: .line 2440
            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 2441
            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 2440
            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 2443
      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 2449
            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 2450
            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 2454
            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 2458
            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 2462
            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 2466
            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 2469
            aconst_null
            astore 7 /* annoclazzid */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCAnnotatedType annoclazzid
         5: .line 2471
            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 2472
            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 2473
            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 2474
            aload 6 /* clazzid */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 7 /* annoclazzid */
         9: .line 2475
            aload 7 /* annoclazzid */
            getfield com.sun.tools.javac.tree.JCTree$JCAnnotatedType.underlyingType:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            astore 6 /* clazzid */
        10: .line 2477
            goto 16
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        11: .line 2478
      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 2479
            aload 5 /* clazz */
            checkcast com.sun.tools.javac.tree.JCTree$JCAnnotatedType
            astore 7 /* annoclazzid */
        13: .line 2480
            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 2481
            goto 16
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        15: .line 2482
      StackMap locals:
      StackMap stack:
            aload 5 /* clazz */
            astore 6 /* clazzid */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression clazzid
        16: .line 2486
      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 2488
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 46
        18: .line 2497
            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 2498
            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 2497
            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 2501
            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 2502
            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 2501
            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 2504
            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 2505
            aload 10 /* endPosTable */
            aload 8 /* clazzid1 */
            aload 1 /* tree */
            aload 10 /* endPosTable */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCNewClass.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 2506
            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 2507
            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 2508
            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 2510
            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 2511
            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 2512
            aload 8 /* clazzid1 */
        32: .line 2513
            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 2512
            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 2511
            astore 8 /* clazzid1 */
        35: .line 2516
      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 2517
            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 2516
            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 2518
            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 2519
            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 2520
            aload 8 /* clazzid1 */
        42: .line 2521
            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 2520
            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 2519
            astore 8 /* clazzid1 */
        45: .line 2524
      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 2532
      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 2533
            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 2534
            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 2535
      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 2533
      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 2536
            goto 55
        end local 9 // com.sun.tools.javac.code.Type clazztype
      StackMap locals:
      StackMap stack: java.lang.Throwable
        52: astore 10
        53: .line 2537
            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 2538
            aload 10
            athrow
        start local 9 // com.sun.tools.javac.code.Type clazztype
        55: .line 2537
      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 2540
            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 2541
            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 2542
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 71
        59: .line 2545
            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 2546
            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 2547
            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 2548
            aload 7 /* annoclazzid */
            ifnull 64
        63: .line 2549
            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 2551
      StackMap locals:
      StackMap stack:
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 74
        65: .line 2552
            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 2553
            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 2554
            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 2555
            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 2558
            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 2559
            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 2561
            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 2565
      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 2567
            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 2566
            astore 11 /* pkind */
        start local 11 // com.sun.tools.javac.code.Kinds$KindSelector pkind
        77: .line 2568
            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 2569
            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 2571
            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 2573
      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 2574
            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 2575
            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 2576
            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 2577
      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 2579
      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 2580
            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 2579
            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 2581
            iconst_0
            istore 15 /* skipNonDiamondPath */
        start local 15 // boolean skipNonDiamondPath
        91: .line 2583
            aload 4 /* cdef */
            ifnonnull 98
            iload 14 /* isSpeculativeDiamondInferenceRound */
            ifne 98
        92: .line 2584
            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 2585
            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 2586
            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 2585
            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 2587
            iconst_1
            istore 15 /* skipNonDiamondPath */
        97: .line 2588
            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 2591
            aload 12 /* argtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 101
       100: .line 2592
            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 2594
      StackMap locals:
      StackMap stack:
            aload 13 /* typeargtypes */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifne 103
       102: .line 2595
            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 2598
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 12 /* argtypes */
       104: .line 2599
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 13 /* typeargtypes */
       105: .line 2600
            iconst_1
            istore 15 /* skipNonDiamondPath */
       106: .line 2602
      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 2603
            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 2604
            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 2605
            aload 9 /* clazztype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
       110: .line 2606
            aload 9 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
       111: .line 2603
            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 2608
            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 2609
            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 2610
            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 2615
            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 2616
            aload 17 /* diamondEnv */
       119: .line 2617
            aload 16 /* site */
       120: .line 2618
            aload 12 /* argtypes */
       121: .line 2619
            aload 13 /* typeargtypes */
       122: .line 2615
            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 2620
            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 2622
            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 2623
            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 2624
            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 2623
            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 2625
            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 2626
            aload 0 /* this */
            aload 1 /* tree */
            aload 16 /* site */
       130: .line 2627
            aload 18 /* constructor */
       131: .line 2628
            aload 17 /* diamondEnv */
       132: .line 2629
            aload 20 /* diamondResult */
       133: .line 2626
            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 2631
            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 2632
            aload 21 /* constructorType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 138
       136: .line 2633
            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 2634
            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 2636
      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 2637
            goto 160
       140: .line 2642
      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 2646
            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 2647
            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 2648
            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 2649
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
       147: .line 2650
            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 2649
            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 2651
            aload 4 /* cdef */
            ifnonnull 160
       150: .line 2652
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
       151: .line 2653
            aload 9 /* clazztype */
       152: .line 2654
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
       153: .line 2655
            aload 16 /* rsEnv */
       154: .line 2656
            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 2652
            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 2657
            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 2658
            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 2662
      StackMap locals:
      StackMap stack:
            aload 4 /* cdef */
            ifnull 163
       161: .line 2663
            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 2664
            return
       163: .line 2667
      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 2668
            aload 9 /* clazztype */
            astore 2 /* owntype */
        end local 15 // boolean skipNonDiamondPath
        end local 14 // boolean isSpeculativeDiamondInferenceRound
       165: .line 2670
      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 2671
            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 2672
            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 2674
            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 2675
            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$29(Lcom/sun/tools/javac/tree/JCTree$JCNewClass;Lcom/sun/tools/javac/comp/InferenceContext;)V (6)
                  (Lcom/sun/tools/javac/comp/InferenceContext;)V
       170: .line 2674
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
       171: .line 2679
      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 2680
            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 2717
            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 2718
            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 2719
            iload 10 /* isDiamond */
            ifeq 10
         3: .line 2720
            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 2721
      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 2722
      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 2723
            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 2724
            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$30(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 2723
            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 2736
            goto 61
        10: .line 2737
      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 2738
            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 2739
            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 2741
            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 2742
            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 2744
            aload 12 /* fragment */
        16: .line 2745
            aload 11 /* invalidDiamondArgs */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            iconst_1
            if_icmple 18
        17: .line 2746
            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 2747
      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 2743
      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 2742
            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 2750
      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 2751
            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 2750
      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 2757
      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 2758
            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 2759
            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 2757
      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 2761
            iload 11 /* implementing */
            ifeq 34
        32: .line 2762
            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 2763
            goto 35
        34: .line 2764
      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 2767
      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 2768
            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 2769
            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 2772
      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 2778
            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 2779
            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 2780
            goto 43
        end local 12 // com.sun.tools.javac.util.List finalargtypes
        42: .line 2781
      StackMap locals:
      StackMap stack:
            aload 6 /* argtypes */
            astore 12 /* finalargtypes */
        start local 12 // com.sun.tools.javac.util.List finalargtypes
        43: .line 2787
      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 2788
            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 2791
      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 2792
      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 2791
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 3 /* clazztype */
        48: .line 2793
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        49: .line 2794
            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 2793
            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 2795
            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 2796
            aload 1 /* tree */
            aload 13 /* sym */
            putfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
        55: .line 2797
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
        56: .line 2798
            aload 3 /* clazztype */
        57: .line 2799
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.constructor:Lcom/sun/tools/javac/code/Symbol;
        58: .line 2800
            aload 5 /* localEnv */
        59: .line 2801
            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 2797
            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 2803
      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 2804
            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 2803
      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 2805
            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 2806
            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 2807
            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 2810
            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 2823
            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 2824
            aload 1 /* arg */
            areturn
         2: .line 2826
      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 2827
            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 2829
      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 2830
            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 2831
            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 2832
            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 2833
            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 2837
            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 2838
            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 2840
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elemtype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 13
         3: .line 2841
            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 2842
            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 2843
            aload 4 /* elemtype */
            astore 2 /* owntype */
         6: .line 2844
            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 2845
      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 2846
            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 2844
            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 2848
            goto 22
        end local 4 // com.sun.tools.javac.code.Type elemtype
        13: .line 2851
      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 2852
            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 2853
            goto 22
        end local 4 // com.sun.tools.javac.code.Type elemtype
        16: .line 2854
      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 2855
            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 2856
      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 2857
            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 2856
            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 2859
      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 2862
      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 2863
            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 2864
            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 2866
      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 2867
            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 2868
      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 2869
            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=14, 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 2879
            iconst_0
            istore 2 /* wrongContext */
        start local 2 // boolean wrongContext
         1: .line 2880
            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 2881
      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 2883
      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 2885
      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 2886
            iconst_1
            istore 2 /* wrongContext */
         6: .line 2889
      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 2891
            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 2890
      StackMap locals:
      StackMap stack: int
            istore 4 /* needsRecovery */
        start local 4 // boolean needsRecovery
        10: .line 2893
            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 2894
            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 2895
            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 2897
      StackMap locals: int
      StackMap stack:
            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.isLambda:Z
        14: .line 2898
            aconst_null
            astore 5 /* explicitParamTypes */
        start local 5 // com.sun.tools.javac.util.List explicitParamTypes
        15: .line 2899
            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 18
        16: .line 2901
            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
        17: .line 2902
            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 */
        18: .line 2905
      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
        19: .line 2906
            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
        20: .line 2907
            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
        21: .line 2909
            aload 7 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 27
        22: .line 2910
            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;
        23: .line 3019
            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
        24: .line 3020
            iload 4 /* needsRecovery */
            ifeq 26
        25: .line 3021
            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 2911
      StackMap locals: com.sun.tools.javac.comp.Attr$TargetInfo com.sun.tools.javac.code.Type com.sun.tools.javac.code.Type
      StackMap stack:
            return
        27: .line 2914
      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
        28: .line 2916
            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 39
        29: .line 2918
            aload 8 /* lambdaType */
        30: .line 2919
            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;
        31: .line 2920
            aload 7 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        32: .line 2918
            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
        33: .line 2921
            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
        34: .line 2922
            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;
        35: .line 3019
            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
        36: .line 3020
            iload 4 /* needsRecovery */
            ifeq 38
        37: .line 3021
            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
        38: .line 2923
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic$Fragment
      StackMap stack:
            return
        end local 9 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        39: .line 2926
      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 67
        40: .line 2928
            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
        41: .line 2929
            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
        42: .line 2931
            iconst_0
            istore 11 /* arityMismatch */
        start local 11 // boolean arityMismatch
        43: .line 2933
            goto 58
        44: .line 2934
      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 46
        45: .line 2936
            iconst_1
            istore 11 /* arityMismatch */
        46: .line 2939
      StackMap locals:
      StackMap stack:
            iload 11 /* arityMismatch */
            ifeq 48
        47: .line 2940
            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 49
        48: .line 2941
      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
        49: .line 2939
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 12 /* argType */
        start local 12 // com.sun.tools.javac.code.Type argType
        50: .line 2942
            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 52
        51: .line 2943
            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
        52: .line 2945
      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;
        53: .line 2946
            aload 9 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 55
        54: .line 2947
            aload 9 /* actuals */
            goto 56
        55: .line 2948
      StackMap locals:
      StackMap stack:
            aload 9 /* actuals */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
        56: .line 2946
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 9 /* actuals */
        57: .line 2949
            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
        58: .line 2933
      StackMap locals:
      StackMap stack:
            aload 10 /* params */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 44
        59: .line 2953
            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
        60: .line 2955
            iload 11 /* arityMismatch */
            ifeq 67
        61: .line 2956
            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
        62: .line 2957
            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;
        63: .line 3019
            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
        64: .line 3020
            iload 4 /* needsRecovery */
            ifeq 66
        65: .line 3021
            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
        66: .line 2958
      StackMap locals:
      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
        67: .line 2966
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* needsRecovery */
        68: .line 2968
            aload 3 /* localEnv */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
        69: .line 2969
            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;
        70: .line 2968
            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
        71: .line 2971
            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 74
        72: .line 2972
            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
        73: .line 2973
            goto 79
        74: .line 2974
      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
        75: .line 2975
            aload 10 /* body */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.breakTree:Lcom/sun/tools/javac/tree/JCTree;
            if_acmpne 78
        76: .line 2976
            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 78
        77: .line 2977
            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
        78: .line 2979
      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
        79: .line 2982
      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;
        80: .line 2985
            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 81
            iconst_1
            goto 82
      StackMap locals:
      StackMap stack:
        81: iconst_0
        82: .line 2984
      StackMap locals:
      StackMap stack: int
            istore 10 /* isSpeculativeRound */
        start local 10 // boolean isSpeculativeRound
        83: .line 2987
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.comp.Attr.preFlow:(Lcom/sun/tools/javac/tree/JCTree$JCLambda;)V
        84: .line 2988
            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
        85: .line 2990
            aload 1 /* that */
            aload 7 /* currentTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
        86: .line 2991
            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
        87: .line 2993
            iload 10 /* isSpeculativeRound */
            ifne 93
        88: .line 2995
            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 92
        89: .line 2996
            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
        90: .line 2997
            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 92
        91: .line 2998
            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
        92: .line 3002
      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
        93: .line 3004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* wrongContext */
            ifeq 94
            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 95
        94: .line 3005
      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;
        95: .line 3004
      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
        96: .line 3006
            goto 118
      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
        97: astore 5 /* ex */
        start local 5 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
        98: .line 3007
            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
        99: .line 3008
            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
       100: .line 3009
            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;
       101: .line 3019
            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
       102: .line 3020
            iload 4 /* needsRecovery */
            ifeq 104
       103: .line 3021
            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
       104: .line 3010
      StackMap locals: 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
       105: .line 3011
      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
       106: .line 3012
            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
       107: .line 3019
            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
       108: .line 3020
            iload 4 /* needsRecovery */
            ifeq 121
       109: .line 3021
            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
            goto 121
       110: .line 3013
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
       111: .line 3016
            iconst_0
            istore 4 /* needsRecovery */
       112: .line 3017
            aload 5 /* t */
            athrow
        end local 5 // java.lang.Throwable t
       113: .line 3018
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
       114: .line 3019
            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
       115: .line 3020
            iload 4 /* needsRecovery */
            ifeq 117
       116: .line 3021
            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
       117: .line 3023
      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
      StackMap stack:
            aload 13
            athrow
       118: .line 3019
      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
       119: .line 3020
            iload 4 /* needsRecovery */
            ifeq 121
       120: .line 3021
            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
       121: .line 3024
      StackMap locals:
      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  122     0                 this  Lcom/sun/tools/javac/comp/Attr;
            0  122     1                 that  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            1  122     2         wrongContext  Z
            7  122     3             localEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           10  122     4        needsRecovery  Z
           15   96     5   explicitParamTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           19   96     6           targetInfo  Lcom/sun/tools/javac/comp/Attr$TargetInfo;
           20   96     7        currentTarget  Lcom/sun/tools/javac/code/Type;
           21   96     8           lambdaType  Lcom/sun/tools/javac/code/Type;
           33   39     9                  msg  Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
           41   67     9              actuals  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           42   67    10               params  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;>;
           43   67    11        arityMismatch  Z
           50   58    12              argType  Lcom/sun/tools/javac/code/Type;
           71   96     9       bodyResultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
           75   79    10                 body  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
           83   96    10   isSpeculativeRound  Z
           90   92    11  inferredThrownTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           98  105     5                   ex  Lcom/sun/tools/javac/code/Types$FunctionDescriptorLookupError;
           99  105     6                cause  Lcom/sun/tools/javac/util/JCDiagnostic;
          106  107     5                   cf  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
          111  113     5                    t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          10    23      97  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          27    35      97  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          39    63      97  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          67    96      97  Class com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
          10    23     105  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          27    35     105  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          39    63     105  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          67    96     105  Class com.sun.tools.javac.code.Symbol$CompletionFailure
          10    23     110  Class java.lang.Throwable
          27    35     110  Class java.lang.Throwable
          39    63     110  Class java.lang.Throwable
          67    96     110  Class java.lang.Throwable
          10    23     113  any
          27    35     113  any
          39    63     113  any
          67   101     113  any
         105   107     113  any
         110   113     113  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 3038
            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 3039
            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 3044
            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 3045
            aload 5 /* currentTarget */
            invokevirtual com.sun.tools.javac.code.Type.isIntersection:()Z
            ifne 11
         4: .line 3046
            aload 3 /* explicitParamTypes */
            ifnull 8
         5: .line 3047
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.infer:Lcom/sun/tools/javac/comp/Infer;
            aload 1 /* that */
         6: .line 3048
            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 3047
            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 3050
      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 3051
            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 3052
            goto 30
        end local 4 // com.sun.tools.javac.code.Type lambdaType
        11: .line 3053
      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 3054
            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 3055
            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 3056
            aload 3 /* explicitParamTypes */
            ifnull 21
        16: .line 3058
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.infer:Lcom/sun/tools/javac/comp/Infer;
            aload 1 /* that */
        17: .line 3059
            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 3058
            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 3060
            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 3064
      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 3065
            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 3055
      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 3067
            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 3068
            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 3069
            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 3072
            goto 30
        end local 4 // com.sun.tools.javac.code.Type lambdaType
        28: .line 3073
      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 3074
            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 3076
      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 3078
            aload 4 /* lambdaType */
        32: .line 3079
            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 3080
            aload 5 /* currentTarget */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
        34: .line 3078
            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 3081
            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 3082
            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 3084
      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 3088
            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
         1: .line 3108
            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
         2: .line 3109
            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    3     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    3     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 3141
            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 3143
      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 3144
            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 3145
            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 3146
            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 3147
            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 3148
      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 3146
      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 3145
      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 3150
            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 3151
            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 3150
            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 3153
      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 3154
            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 3153
            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 3156
      StackMap locals:
      StackMap stack:
            ldc "Cannot get here!"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
        17: .line 3158
            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 3163
            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 3164
            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 3168
            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 3169
            aload 3 /* inferenceContext */
            aload 4 /* ts */
         2: .line 3170
            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$31(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 3169
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
         4: .line 3171
            goto 9
         5: .line 3172
      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 3173
            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 3172
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 3176
      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 3234
            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 3235
            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 3236
      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 3234
      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 3238
            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 3239
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.recoveryInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            goto 9
         6: .line 3240
      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 3241
            aload 2 /* descriptor */
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            aload 4 /* funcContext */
         8: .line 3240
            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 3238
      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 3251
            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 3257
            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 3258
            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 3260
            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 3259
            astore 5 /* msg */
        start local 5 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
         5: .line 3261
            aload 3 /* checkContext */
            aload 1 /* tree */
         6: .line 3262
            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 3261
            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 3265
      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 3266
            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 3267
            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 3269
      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 3282
            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 3297
            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 3298
            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 3300
            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 3301
            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 3306
            aload 4 /* owner */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 8
         5: .line 3307
            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 3308
            aload 7 /* s */
            astore 6 /* newScopeOwner */
        end local 7 // com.sun.tools.javac.code.Symbol s
         7: .line 3311
            goto 19
         8: .line 3315
      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 3316
            aload 7 /* clinit */
            ifnonnull 18
        10: .line 3317
            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 3318
            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 3317
            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 3319
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            ldc 4106
        14: .line 3320
            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 3319
            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 3321
            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 3322
            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 3324
      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 3326
      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 3327
            goto 22
        end local 3 // com.sun.tools.javac.comp.Env lambdaEnv
        21: .line 3328
      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 3330
      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 3331
            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   24     0           this  Lcom/sun/tools/javac/comp/Attr;
            0   24     1           that  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            0   24     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   24     3      lambdaEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            1   24     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 3336
            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 3337
      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 3339
      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 3341
      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 3342
            return
         5: .line 3344
      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 3348
            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 3350
            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 3351
            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 3352
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 18
        10: .line 3353
            aload 3 /* exprType */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 18
        11: .line 3354
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 18
        12: .line 3355
            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 3356
            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 3357
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.MrefInferAndExplicitParams:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
        15: .line 3356
            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 3355
            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 3358
            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 3362
      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 3365
            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 3366
            return
        21: .line 3369
      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 3373
            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 3374
            goto 28
        24: .line 3375
      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 3376
            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 3379
      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 3380
            aload 1 /* that */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.typeargs:Lcom/sun/tools/javac/util/List;
            ifnull 31
        30: .line 3381
            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 3385
      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 3386
            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 3384
            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 3387
            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 3388
            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 3389
            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 3391
            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 3392
            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 3393
            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 3395
            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 3396
            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 3399
      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 3400
            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 3402
            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 3403
            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 3404
            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 3402
            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 3405
            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 3406
            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 3407
            aload 13
            athrow
        54: .line 3406
      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 3409
            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 3410
            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 3415
            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 3417
            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 3420
      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 3421
            goto 65
        end local 15 // boolean targetError
        61: .line 3427
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 15 /* targetError */
        start local 15 // boolean targetError
        62: .line 3428
            goto 65
        end local 15 // boolean targetError
        63: .line 3430
      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 3431
            iconst_0
            istore 15 /* targetError */
        start local 15 // boolean targetError
        65: .line 3434
      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 3435
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticType.FRAGMENT:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;
        67: .line 3436
            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 3435
            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 3434
            astore 16 /* detailsDiag */
        start local 16 // com.sun.tools.javac.util.JCDiagnostic detailsDiag
        70: .line 3438
            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 3439
            iload 15 /* targetError */
            ifeq 73
        72: .line 3440
            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 3441
      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 3438
      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 3443
            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 3446
            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 3447
            return
        78: .line 3449
      StackMap locals: com.sun.tools.javac.util.JCDiagnostic
      StackMap stack:
            iload 15 /* targetError */
            ifeq 81
        79: .line 3450
            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 3451
            goto 82
        81: .line 3452
      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 3454
      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 3455
            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 3459
      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 3460
            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 3461
            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 3463
            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 3465
            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 3466
            return
        92: .line 3469
      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 3470
            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 3471
            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 3473
            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 3477
      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 3479
            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 3480
            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 3481
            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 3482
            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 3483
            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 3486
      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 3487
            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 3489
            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 3490
            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 3491
            getstatic com.sun.tools.javac.resources.CompilerProperties$Fragments.StaticMrefWithTargs:Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
       107: .line 3490
            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 3489
            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 3492
            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 3493
            return
       111: .line 3496
      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 3498
            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 3501
      StackMap locals:
      StackMap stack:
            iload 5 /* isTargetSerializable */
            ifeq 115
       114: .line 3502
            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 3507
      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 3508
            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 3509
      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 3507
            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 3510
            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 3507
            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 3506
            astore 15 /* checkInfo */
        start local 15 // com.sun.tools.javac.comp.Attr$ResultInfo checkInfo
       125: .line 3512
            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 3514
            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 3515
            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 3517
            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 3521
            ldc "Can't get here"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
       130: .line 3525
      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 3526
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 16 /* refType */
       132: .line 3527
            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 3526
            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 3533
      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 3532
      StackMap locals:
      StackMap stack: int
            istore 17 /* isSpeculativeRound */
        start local 17 // boolean isSpeculativeRound
       137: .line 3535
            aload 1 /* that */
            aload 7 /* currentTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCMemberReference.type:Lcom/sun/tools/javac/code/Type;
       138: .line 3536
            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 3537
            iload 17 /* isSpeculativeRound */
            ifne 141
       140: .line 3538
            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 3540
      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 3541
            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 3542
            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 3543
            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 3544
            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 3545
            return
        end local 4 // com.sun.tools.javac.util.JCDiagnostic cause
        end local 3 // com.sun.tools.javac.code.Types$FunctionDescriptorLookupError ex
       148: .line 3547
      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 3551
            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 3552
            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 3553
      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 3551
            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 3559
            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 3560
            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 3563
            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 3565
      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 3566
            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 3567
            goto 7
        end local 8 // com.sun.tools.javac.code.Type resType
         6: .line 3570
      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 3573
      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 3575
            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 3576
            aconst_null
            astore 9 /* incompatibleReturnType */
        10: .line 3579
      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 3580
            aload 8 /* resType */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 16
        12: .line 3581
            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 3582
            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 3581
            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 3582
            ifeq 17
        16: .line 3583
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* incompatibleReturnType */
        17: .line 3587
      StackMap locals:
      StackMap stack:
            aload 9 /* incompatibleReturnType */
            ifnull 22
        18: .line 3589
            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 3588
            astore 10 /* msg */
        start local 10 // com.sun.tools.javac.util.JCDiagnostic$Fragment msg
        20: .line 3590
            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 3591
            goto 28
        22: .line 3592
      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 3594
            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 3595
            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$32(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 3594
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
        26: .line 3598
            goto 28
        27: .line 3599
      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 3603
      StackMap locals:
      StackMap stack:
            iload 5 /* speculativeAttr */
            ifne 31
        29: .line 3604
            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 3605
            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 3608
      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 3617
            aload 2 /* thrownAtFuncType */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
         1: .line 3618
            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$33(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 3617
            astore 4 /* nonProperList */
        start local 4 // com.sun.tools.javac.util.List nonProperList
         3: .line 3619
            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 3625
            aload 1 /* thrownByFuncExpr */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
         5: .line 3626
            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$34(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 3625
            astore 6 /* checkedList */
        start local 6 // com.sun.tools.javac.util.List checkedList
         7: .line 3633
            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 3634
            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 3635
            iconst_0
            istore 10 /* isSubtype */
        start local 10 // boolean isSubtype
        11: .line 3636
            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 3637
            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 3638
            iconst_1
            istore 10 /* isSubtype */
        15: .line 3639
            goto 17
        end local 11 // com.sun.tools.javac.code.Type proper
        16: .line 3636
      StackMap locals:
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        17: .line 3642
      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 3643
            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 3634
      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 3647
            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 3648
            iconst_0
            ireturn
        22: .line 3655
      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 3656
            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$35(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 3664
            aload 8 /* nonProperAsUndet */
            invokevirtual com.sun.tools.javac.util.List.stream:()Ljava/util/stream/Stream;
        25: .line 3665
            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$37(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 3666
            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$38(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 3667
            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 3677
            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 3678
            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 3679
            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$39(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 3678
            invokevirtual com.sun.tools.javac.comp.InferenceContext.addFreeTypeListener:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Infer$FreeTypeListener;)V
         4: .line 3681
            goto 25
         5: .line 3682
      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 3683
            aload 2 /* fExpr */
            aload 5 /* primaryTarget */
            putfield com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.target:Lcom/sun/tools/javac/code/Type;
         7: .line 3685
      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 3686
            aload 3 /* pt */
            getstatic com.sun.tools.javac.code.Type.recoveryType:Lcom/sun/tools/javac/code/Type$JCNoType;
            if_acmpeq 25
         9: .line 3693
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* env */
        10: .line 3694
            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 3693
            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 3695
            aload 7 /* csym */
            ifnull 25
        13: .line 3696
            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 3701
            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 3702
            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 3703
            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 3704
            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 3705
            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 3704
            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 3708
            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 3709
            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 3710
            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 3714
      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 3717
            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 3718
            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 3719
            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 3720
            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 3721
            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 3722
      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 3725
            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 3726
            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 3727
            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 3728
            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 3729
            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 3733
            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 3734
            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 3736
            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 3737
            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 3738
            aload 2 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 11
         5: .line 3739
            aload 3 /* operand */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 11
         6: .line 3740
            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 3741
            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 3742
            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 3743
            aload 2 /* owntype */
        10: .line 3741
            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 3745
      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 3746
            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 3750
            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 3751
            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 3752
      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 3750
      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 3755
            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 3756
            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 3757
            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 3758
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 17
         8: .line 3759
            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 3760
            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 3761
      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 3759
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Type
            astore 4 /* owntype */
        12: .line 3762
            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 3765
            aload 2 /* argtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 17
        14: .line 3766
            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 3767
            aload 6 /* ctype */
            ifnull 17
        16: .line 3768
            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 3772
      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 3773
            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 3774
            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 3778
            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 3785
            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 3787
            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 3789
      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 3790
            goto 8
        end local 4 // com.sun.tools.javac.util.List propagatedBindings
         5: .line 3792
      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 3793
            goto 8
        end local 4 // com.sun.tools.javac.util.List propagatedBindings
         7: .line 3795
      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 3798
      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 3801
            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 3802
            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 3803
            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 3804
            aload 7
            athrow
        start local 6 // com.sun.tools.javac.code.Type right
        14: .line 3803
      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 3806
            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 3809
            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 3810
            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 3811
            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 3812
            aload 2 /* left */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 31
        20: .line 3813
            aload 6 /* right */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 31
        21: .line 3814
            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 3815
            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 3817
            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 3818
            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 3819
            aload 10 /* ctype */
            ifnull 27
        26: .line 3820
            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 3827
      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 3828
      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 3829
            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 3833
      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 3835
      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 3836
            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 3839
            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 3840
            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 3843
            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 3846
            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 3847
            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 3848
            iload 6 /* isPoly */
            ifeq 13
         9: .line 3850
            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 3851
            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 3850
            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 3857
            goto 14
        end local 4 // com.sun.tools.javac.comp.Attr$ResultInfo castInfo
        13: .line 3859
      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 3861
      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 3862
            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 3863
            aload 7 /* exprtype */
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            ifnull 20
        19: .line 3864
            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 3865
      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 3866
            iload 6 /* isPoly */
            ifne 23
        22: .line 3867
            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 3868
      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 3871
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.chk:Lcom/sun/tools/javac/comp/Check;
         1: .line 3872
            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 3871
            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 3875
            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 11
         4: .line 3876
            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 3877
            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 3878
            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
         7: .line 3879
            aload 5 /* pattern */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.vartype:Lcom/sun/tools/javac/tree/JCTree;
            astore 4 /* typeTree */
        start local 4 // com.sun.tools.javac.tree.JCTree typeTree
         8: .line 3880
            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 13
         9: .line 3881
            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.vartype:Lcom/sun/tools/javac/tree/JCTree;
            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 */
        end local 5 // com.sun.tools.javac.tree.JCTree$JCBindingPattern pattern
        10: .line 3883
            goto 13
        end local 4 // com.sun.tools.javac.tree.JCTree typeTree
        end local 3 // com.sun.tools.javac.code.Type clazztype
        11: .line 3884
      StackMap locals: com.sun.tools.javac.code.Type
      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
        12: .line 3885
            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
        13: .line 3887
      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 15
        14: .line 3888
            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 */
        15: .line 3890
      StackMap locals:
      StackMap stack:
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 36
            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 36
        16: .line 3891
            iconst_0
            istore 5 /* valid */
        start local 5 // boolean valid
        17: .line 3892
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowReifiableTypesInInstanceof:Z
            ifeq 33
        18: .line 3893
            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 20
        19: .line 3894
            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
        20: .line 3896
      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
        21: .line 3897
            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 26
        22: .line 3898
            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;
        23: .line 3899
            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;
        24: .line 3898
            invokeinterface com.sun.tools.javac.comp.Check$CheckContext.report:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic;)V
        25: .line 3900
            goto 34
      StackMap locals: com.sun.tools.javac.util.Warner
      StackMap stack:
        26: 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 31
        27: .line 3901
            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;
        28: .line 3902
            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;
        29: .line 3901
            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 3903
            goto 34
        31: .line 3904
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* valid */
        end local 6 // com.sun.tools.javac.util.Warner warner
        32: .line 3906
            goto 34
        33: .line 3907
      StackMap locals:
      StackMap stack:
            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.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.IllegalGenericTypeForInstof: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
        34: .line 3909
      StackMap locals:
      StackMap stack:
            iload 5 /* valid */
            ifne 36
        35: .line 3910
            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
        36: .line 3913
      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
        37: .line 3914
            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
        38: .line 3915
            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;
        39: .line 3916
            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   40     0       this  Lcom/sun/tools/javac/comp/Attr;
            0   40     1       tree  Lcom/sun/tools/javac/tree/JCTree$JCInstanceOf;
            3   40     2   exprtype  Lcom/sun/tools/javac/code/Type;
            6   11     3  clazztype  Lcom/sun/tools/javac/code/Type;
           12   40     3  clazztype  Lcom/sun/tools/javac/code/Type;
            8   11     4   typeTree  Lcom/sun/tools/javac/tree/JCTree;
           13   40     4   typeTree  Lcom/sun/tools/javac/tree/JCTree;
            7   10     5    pattern  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
           17   36     5      valid  Z
           21   32     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=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$JCBindingPattern tree
         0: .line 3919
            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 3920
            aload 1 /* tree */
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.vartype:Lcom/sun/tools/javac/tree/JCTree;
            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;
            putfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.type:Lcom/sun/tools/javac/code/Type;
         2: .line 3921
            aload 1 /* tree */
            new com.sun.tools.javac.code.Symbol$BindingSymbol
            dup
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.vartype:Lcom/sun/tools/javac/tree/JCTree;
            getfield com.sun.tools.javac.tree.JCTree.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>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            dup_x1
            putfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.symbol:Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
            astore 3 /* v */
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol v
         3: .line 3922
            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$JCBindingPattern.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 5
         4: .line 3923
            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$JCBindingPattern.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
         5: .line 3925
      StackMap locals: com.sun.tools.javac.comp.Attr$ResultInfo com.sun.tools.javac.code.Symbol$VarSymbol
      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.vartype:Lcom/sun/tools/javac/tree/JCTree;
            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.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
         6: .line 3926
            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
         7: .line 3927
            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;
         8: .line 3928
            aload 0 /* this */
            new com.sun.tools.javac.comp.MatchBindingsComputer$MatchBindings
            dup
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBindingPattern.symbol:Lcom/sun/tools/javac/code/Symbol$BindingSymbol;
            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;
         9: .line 3929
            return
        end local 3 // com.sun.tools.javac.code.Symbol$VarSymbol 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   10     0     this  Lcom/sun/tools/javac/comp/Attr;
            0   10     1     tree  Lcom/sun/tools/javac/tree/JCTree$JCBindingPattern;
            1   10     2  varInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            3   10     3        v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
    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 3932
            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 3933
            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 3934
            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 3935
            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 3936
            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 3937
      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 3938
            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 3939
      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 3940
            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 3941
      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 3942
            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 3948
            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 3951
      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 3952
            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 3953
            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 3954
            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 3955
            goto 8
        end local 2 // com.sun.tools.javac.code.Symbol sym
         7: .line 3956
      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 3958
      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 3967
            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 3968
            iconst_0
            istore 4 /* noOuterThisPath */
        start local 4 // boolean noOuterThisPath
        11: .line 3969
            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 3970
            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 3971
            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 3972
            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 3975
            goto 19
        16: .line 3977
      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 3978
            iconst_0
            istore 4 /* noOuterThisPath */
        18: .line 3979
      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 3975
      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 3976
            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 3984
      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 3985
            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 3989
            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 3993
            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 3994
            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 4000
      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 4001
      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 4002
            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 4003
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 34
        30: .line 4004
            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 4005
            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 4004
      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 4007
      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 4008
            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 4009
            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 4013
            goto 39
        38: .line 4014
      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 4013
      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 4017
      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 4018
            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 4021
      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 4022
            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 4026
            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 4027
            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 4028
            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 4030
      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 4031
            goto 11
         5: .line 4032
      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 4033
            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 4034
      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 4035
            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 4036
      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 4037
            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 4041
      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 4042
            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 4043
            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 4046
      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 4047
            aload 3 /* site */
            astore 4 /* elt */
        start local 4 // com.sun.tools.javac.code.Type elt
        16: .line 4048
            goto 18
        17: .line 4049
      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 4048
      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 4050
            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 4051
            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 4052
            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 4053
            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 4054
            return
        end local 4 // com.sun.tools.javac.code.Type elt
        24: .line 4061
      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 4062
            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 4063
            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 4064
            aload 4 /* sitesym */
            ifnull 29
        28: .line 4065
            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 4063
      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 4068
            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 4069
            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 4070
            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 4071
            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 4072
            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 4074
      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 4075
            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 4076
            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 4078
      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 4079
            aload 1 /* tree */
            aload 6 /* sym */
            putfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
        41: .line 4081
            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 4082
            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 4086
      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 4087
            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 4091
            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 4095
            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 4096
            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 4099
      StackMap locals:
      StackMap stack:
            aload 4 /* sitesym */
            ifnull 56
        49: .line 4100
            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 4101
            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 4102
            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 4103
            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 4104
            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 4105
            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 4106
            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 4110
      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 4111
      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 4112
            aload 4 /* sitesym */
            ifnonnull 60
        59: .line 4113
            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 4114
      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 4111
            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 4117
      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 4118
            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 4121
            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 4122
            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 4123
            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 4125
            goto 75
        69: .line 4127
      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 4128
            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 4129
            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 4130
      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 4131
            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 4130
            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 4134
      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 4135
            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 4136
            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 4138
            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 4139
            aload 6 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 83
        81: .line 4140
            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 4143
            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 4147
      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 4150
            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 4152
            aload 3 /* site */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 88
        86: .line 4154
            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 4155
            aload 7 /* site1 */
            ifnull 88
            aload 7 /* site1 */
            astore 3 /* site */
        end local 7 // com.sun.tools.javac.code.Type site1
        88: .line 4159
      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 4160
            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 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
            iload 5 /* selectSuperPrev */
            putfield com.sun.tools.javac.comp.AttrContext.selectSuper:Z
        91: .line 4164
            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 4165
            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 4179
            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 4180
            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 4181
            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 4183
      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 4184
            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 4185
            aload 6 /* pos */
            aload 2 /* location */
            aload 3 /* site */
            aload 7 /* name */
            iconst_1
         6: .line 4183
            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 4188
      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 4189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
         9: .line 4190
            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 4189
            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 4191
      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 4192
      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 4193
      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 4196
            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 4199
      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 4200
            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 4201
            aload 8 /* sym */
            areturn
        end local 8 // com.sun.tools.javac.code.Symbol sym
        18: .line 4204
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 1 /* tree */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        19: .line 4212
      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 4213
            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 4214
      StackMap locals:
      StackMap stack:
            aconst_null
        22: .line 4212
      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 4215
            aload 8 /* sym */
            ifnonnull 26
        24: .line 4216
            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 4217
            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 4219
      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 4220
            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 4221
      StackMap locals:
      StackMap stack:
            aload 8 /* sym */
        29: .line 4219
      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 4222
            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 4223
            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 4227
      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 4231
      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 4234
            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 4236
      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 4237
            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 4270
            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 4271
      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 4272
      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 4270
      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=8, 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 4280
            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 5
         1: .line 4281
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            new com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap
            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.SPECULATIVE:Lcom/sun/tools/javac/comp/DeferredAttr$AttrMode;
            aload 3 /* 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$RecoveryDeferredTypeMap.<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
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;)Lcom/sun/tools/javac/code/Type;
            astore 6 /* pt */
        start local 6 // com.sun.tools.javac.code.Type pt
         2: .line 4282
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* site */
            aload 3 /* sym */
            aload 6 /* pt */
            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;
            astore 7 /* owntype */
        start local 7 // com.sun.tools.javac.code.Type owntype
         3: .line 4283
            aload 5 /* resultInfo */
            getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
            new com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap
            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 3 /* 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$RecoveryDeferredTypeMap.<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
            invokevirtual com.sun.tools.javac.code.Type.map:(Lcom/sun/tools/javac/code/Types$TypeMapping;)Lcom/sun/tools/javac/code/Type;
            pop
         4: .line 4284
            aload 7 /* owntype */
            areturn
        end local 7 // com.sun.tools.javac.code.Type owntype
        end local 6 // com.sun.tools.javac.code.Type pt
         5: .line 4286
      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    6     0        this  Lcom/sun/tools/javac/comp/Attr;
            0    6     1        tree  Lcom/sun/tools/javac/tree/JCTree;
            0    6     2        site  Lcom/sun/tools/javac/code/Type;
            0    6     3         sym  Lcom/sun/tools/javac/code/Symbol;
            0    6     4         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    6     5  resultInfo  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
            2    5     6          pt  Lcom/sun/tools/javac/code/Type;
            3    5     7     owntype  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/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 4296
            aload 4 /* pt */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 2
         1: .line 4297
            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 4300
      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 4304
      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 4305
            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 4306
            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 4307
            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 4312
            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 4313
            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 4314
            goto 57
        10: .line 4326
      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 4327
            aload 2 /* site */
            astore 9 /* normOuter */
        start local 9 // com.sun.tools.javac.code.Type normOuter
        12: .line 4328
            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 4329
            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 4331
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 9 /* normOuter */
            ifnonnull 16
        15: .line 4332
            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 4333
      StackMap locals:
      StackMap stack:
            aload 9 /* normOuter */
            aload 8 /* ownOuter */
            if_acmpeq 57
        17: .line 4334
            new com.sun.tools.javac.code.Type$ClassType
            dup
        18: .line 4335
            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 4336
            aload 7 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        20: .line 4334
            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 4339
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        22: .line 4341
      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 4343
            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 4344
            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 4346
            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 4347
            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 4353
      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 4354
            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 4355
            aload 8 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 36
        30: .line 4356
            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 4357
      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 4358
            aload 9 /* s */
            ifnull 36
        33: .line 4359
            aload 9 /* s */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 36
        34: .line 4360
            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 4361
            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 4366
      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 4367
            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 4368
            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 4369
      StackMap locals:
      StackMap stack:
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
        40: .line 4366
      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 4373
            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 4374
            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 4376
      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 4377
            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 4379
            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 4381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* site */
            aload 3 /* sym */
        47: .line 4382
            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 4383
            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 4384
            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 4381
            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 4385
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        52: .line 4388
      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 4389
            goto 57
        end local 7 // com.sun.tools.javac.code.Type owntype
        54: .line 4391
      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 4392
            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 4391
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 7 // com.sun.tools.javac.code.Type owntype
        57: .line 4399
      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 4400
      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 4401
            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 4402
            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 4403
            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 4408
      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 4429
            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 4430
            aload 5 /* initEnv */
            ifnull 23
         2: .line 4431
            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 4432
      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 4433
            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 4434
            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 4435
            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 4436
            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 4437
      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 4438
      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 4439
            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 4438
      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 4440
            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 4441
            goto 23
      StackMap locals:
      StackMap stack:
        17: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.useBeforeDeclarationWarning:Z
            ifeq 23
        18: .line 4442
            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 4443
            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 4442
      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 4444
            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 4448
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            pop
        24: .line 4450
            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 4451
            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 4459
      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 4461
      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 4462
            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 4464
            aload 1 /* env */
            areturn
        end local 2 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
         4: .line 4468
      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 4470
            aload 1 /* env */
            areturn
         6: .line 4476
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 4477
      StackMap locals:
      StackMap stack:
            aload 1 /* env */
         8: .line 4478
            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 4479
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 1 /* env */
        10: .line 4458
            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 4505
            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 4506
            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 4508
            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 4509
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            return
         4: .line 4514
      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 4515
            return
         6: .line 4519
      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 4520
            return
         8: .line 4522
      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 4524
      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 4530
            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 4531
            aload 1 /* v */
            invokestatic com.sun.tools.javac.code.Flags.isStatic:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 5
         2: .line 4532
            aload 1 /* v */
            invokestatic com.sun.tools.javac.code.Flags.isConstant:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)Z
            ifne 5
         3: .line 4533
            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 4530
            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 4548
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifne 9
         1: .line 4549
            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 4550
      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 4551
            aload 8 /* s */
            ifnull 9
            aload 8 /* s */
            invokevirtual com.sun.tools.javac.code.Type.isRaw:()Z
            ifeq 9
         4: .line 4552
            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 4553
            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 4552
            invokevirtual com.sun.tools.javac.code.Types.isSameTypes:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Z
         7: .line 4553
            ifne 9
         8: .line 4554
            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 4558
      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 4559
            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 4560
            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 4561
            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 4563
      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 4562
            astore 10 /* icand_sup */
        start local 10 // com.sun.tools.javac.util.List icand_sup
        16: .line 4564
            aload 10 /* icand_sup */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 23
        17: .line 4565
            aload 10 /* icand_sup */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            aload 2 /* sym */
            if_acmpeq 23
        18: .line 4566
            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 4567
            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 4568
            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 4567
            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 4569
            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 4559
      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 4572
      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 4575
      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 4576
            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 4577
            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 4578
            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 4579
            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 4587
      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 4589
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.rs:Lcom/sun/tools/javac/comp/Resolve;
        32: .line 4590
            aload 4 /* env */
        33: .line 4591
            aload 1 /* site */
        34: .line 4592
            aload 2 /* sym */
        35: .line 4593
            aload 3 /* resultInfo */
        36: .line 4594
            aload 6 /* argtypes */
        37: .line 4595
            aload 7 /* typeargtypes */
        38: .line 4596
            aload 8 /* noteWarner */
        39: .line 4589
            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 4599
            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 4598
            astore 10 /* checkDeferredMap */
        start local 10 // com.sun.tools.javac.comp.DeferredAttr$DeferredTypeMap checkDeferredMap
        42: .line 4601
            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 4603
            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 4604
            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 4605
            aload 2 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
        46: .line 4606
            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 4607
            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 4608
            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 4609
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.location:()Lcom/sun/tools/javac/code/Symbol;
        50: .line 4604
            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 4610
            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 4611
            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 4612
            aload 9 /* owntype */
            invokevirtual com.sun.tools.javac.code.Type.isPartial:()Z
            ifne 59
        54: .line 4615
      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 4616
            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 4617
            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 4618
            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 4615
            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 4622
      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 4623
            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 4624
            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 4622
      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 4625
            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 4627
            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 4628
            aload 9 /* owntype */
            goto 70
        67: .line 4629
      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 4630
            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 4629
            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 4627
      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 4631
      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 4634
            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 4635
            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 4636
      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 4637
            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 4638
            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 4644
            aload 6 /* argtypes */
        78: .line 4645
            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 4644
            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 4646
            aload 11 /* errSym */
            getstatic com.sun.tools.javac.util.JCDiagnostic$DiagnosticType.ERROR:Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticType;
        81: .line 4647
            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 4646
            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 4648
            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 4649
            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 4654
            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 4655
            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 4654
            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 4656
            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 4661
            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 4665
            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 4666
            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 4669
            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 4670
            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 4671
            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 4672
            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 4679
            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 4682
            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 4685
            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 4687
            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 4688
            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 4689
            aload 4 /* actuals */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 7
         6: .line 4690
            aload 5 /* formals */
            astore 4 /* actuals */
         7: .line 4692
      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 4693
            aload 4 /* actuals */
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.util.List a
         9: .line 4694
            aload 5 /* formals */
            astore 7 /* f */
        start local 7 // com.sun.tools.javac.util.List f
        10: .line 4695
            goto 14
        11: .line 4696
      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 4697
            aload 6 /* a */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 6 /* a */
        13: .line 4698
            aload 7 /* f */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* f */
        14: .line 4695
      StackMap locals:
      StackMap stack:
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 11
        15: .line 4701
            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 4702
            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 4704
            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 4705
            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 4706
            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 4707
            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 4708
            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 4709
            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 4710
      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 4711
            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 4712
            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 4713
      StackMap locals:
      StackMap stack:
            aload 9 /* site */
            ifnonnull 30
        29: .line 4714
            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 4715
      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 4718
      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 4719
            aload 3 /* clazztype */
            invokevirtual com.sun.tools.javac.code.Type.getMetadata:()Lcom/sun/tools/javac/code/TypeMetadata;
        33: .line 4718
            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 4720
            goto 42
        35: .line 4721
      StackMap locals:
      StackMap stack:
            aload 5 /* formals */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifeq 40
        36: .line 4722
            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 4723
            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 4722
            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 4724
            goto 41
        40: .line 4725
      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 4727
      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 4730
      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 4731
            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 4734
            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 4735
            aconst_null
            astore 3 /* all_multicatchTypes */
        start local 3 // com.sun.tools.javac.util.ListBuffer all_multicatchTypes
         2: .line 4736
            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 4737
            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 4738
            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 4739
            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 4740
            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 4738
            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 4741
            aload 6 /* ctype */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifne 28
        10: .line 4744
            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 4745
            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 4746
            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 4747
            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 4748
            iload 9 /* sub */
            ifne 16
            iload 10 /* sup */
            ifeq 23
        16: .line 4750
      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 4751
            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 4752
            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 4745
      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 4756
      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 4757
            aload 3 /* all_multicatchTypes */
            ifnull 32
        26: .line 4758
            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 4759
            goto 32
        28: .line 4760
      StackMap locals:
      StackMap stack:
            aload 3 /* all_multicatchTypes */
            ifnonnull 31
        29: .line 4761
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* all_multicatchTypes */
        30: .line 4762
            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 4764
      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 4736
      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 4767
            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 4768
            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 4767
            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 4769
            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 4771
            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 4770
            astore 5 /* alternatives */
        start local 5 // com.sun.tools.javac.util.List alternatives
        41: .line 4772
            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 4774
      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 4775
            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 4778
            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 4779
            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 4780
            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 4783
            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 4785
            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 4786
            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 4789
      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 4791
            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 4793
      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 4796
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* boundSet */
        start local 3 // java.util.Set boundSet
         1: .line 4797
            aload 2 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 21
         2: .line 4799
            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 4800
            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 4801
            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 4802
            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 4804
      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 4806
            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 4807
            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 4808
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.TypeVarMayNotBeFollowedByOtherBounds:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        10: .line 4807
            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 4809
            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 4814
      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 4815
            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 4816
            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 4817
            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 4818
            goto 20
        18: .line 4819
      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 4820
            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 4814
      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 4826
      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 4827
            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 4828
      StackMap locals:
      StackMap stack:
            aload 2 /* bounds */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            iconst_1
            if_icmpne 25
        24: .line 4829
            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 4831
      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 4838
            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 4839
            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 4840
            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 4841
            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 4842
      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 4843
            aload 2 /* bounds */
            astore 6 /* implementing */
        start local 6 // com.sun.tools.javac.util.List implementing
        32: .line 4845
      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 4846
            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 4847
            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 4848
            aload 5 /* extending */
            aload 6 /* implementing */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        36: .line 4845
            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 4850
            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 4851
            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 4852
            aload 7 /* cd */
            aload 8 /* c */
            putfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
        42: .line 4853
            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 4856
            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 4857
            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 4858
            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 4859
            aload 0 /* this */
            aload 8 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        47: .line 4860
            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 4866
            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 4867
            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 4868
      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 4866
      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 4869
            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 4870
            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 4871
            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 4872
            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 4869
            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 4873
            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 4876
            ldc "should be handled in annotate"
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
         1: .line 4877
            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 4880
            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 4881
            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 4882
            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 4884
            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 4885
            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 4886
      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 4887
            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=4, 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 4890
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCErroneous.errs:Lcom/sun/tools/javac/util/List;
            ifnull 5
         1: .line 4891
            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 3
            goto 4
      StackMap locals: com.sun.tools.javac.comp.Attr com.sun.tools.javac.tree.JCTree$JCErroneous top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 2 /* err */
        start local 2 // com.sun.tools.javac.tree.JCTree err
         3: .line 4892
            aload 0 /* this */
            aload 2 /* err */
            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 */
            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 2 // com.sun.tools.javac.tree.JCTree err
         4: .line 4891
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 4893
      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;
         6: .line 4894
            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    7     0  this  Lcom/sun/tools/javac/comp/Attr;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCErroneous;
            3    4     2   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 4899
            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 4906
            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 4908
      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 4909
            goto 8
         3: .line 4911
      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 4912
            goto 8
         5: .line 4914
      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 4915
            goto 8
         7: .line 4917
      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 4919
      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 4926
            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 4928
            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 4929
            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 4930
            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 4932
      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 4936
            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 4937
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual com.sun.tools.javac.comp.Attr.attribPackage:(Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)V
         2: .line 4938
            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 4939
            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 4941
      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 4944
            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 4945
            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 4946
            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 4950
            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 4951
            aload 0 /* this */
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.comp.Attr.attribModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)V
         2: .line 4952
            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 4953
            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 4955
      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 4959
            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 4960
            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 4961
            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 4971
            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 4972
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.comp.Attr.attribClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
         2: .line 4973
            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 4974
            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 4976
      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=9, 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 4982
            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 4986
      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 4988
            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 4989
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifne 8
         4: .line 4991
            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 4992
            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 4995
      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 4996
            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 5002
      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 44
         9: .line 5003
            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 5006
            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 5013
            aload 3 /* env */
            astore 4 /* lintEnv */
        start local 4 // com.sun.tools.javac.comp.Env lintEnv
        12: .line 5014
            goto 14
        13: .line 5015
      StackMap locals: com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Env
      StackMap stack:
            aload 4 /* lintEnv */
            getfield com.sun.tools.javac.comp.Env.next:Lcom/sun/tools/javac/comp/Env;
            astore 4 /* lintEnv */
        14: .line 5014
      StackMap locals:
      StackMap stack:
            aload 4 /* 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 13
        15: .line 5018
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 4 /* 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;
        16: .line 5020
            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 5 /* prevLint */
        start local 5 // com.sun.tools.javac.code.Lint prevLint
        17: .line 5021
            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 6 /* prev */
        start local 6 // javax.tools.JavaFileObject prev
        18: .line 5022
            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 7 /* prevReturnRes */
        start local 7 // com.sun.tools.javac.comp.Attr$ResultInfo prevReturnRes
        19: .line 5025
            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
        20: .line 5026
            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;
        21: .line 5028
            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 24
        22: .line 5029
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16793600
            land
            lconst_0
            lcmp
            ifne 24
        23: .line 5030
            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
        24: .line 5033
      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 28
        25: .line 5034
            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 28
        26: .line 5035
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            ldc 16793600
            land
            lconst_0
            lcmp
            ifne 28
        27: .line 5036
            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
        28: .line 5039
      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 30
        29: .line 5040
            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
        30: .line 5043
      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
        31: .line 5045
            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
        32: .line 5046
            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
        33: .line 5047
            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
        34: .line 5048
            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
        35: .line 5049
            goto 41
      StackMap locals:
      StackMap stack: java.lang.Throwable
        36: astore 8
        37: .line 5050
            aload 3 /* env */
            getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.AttrContext
            aload 7 /* prevReturnRes */
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        38: .line 5051
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        39: .line 5052
            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
        40: .line 5053
            aload 8
            athrow
        41: .line 5050
      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 7 /* prevReturnRes */
            putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        42: .line 5051
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* prev */
            invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
            pop
        43: .line 5052
            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
        end local 7 // com.sun.tools.javac.comp.Attr$ResultInfo prevReturnRes
        end local 6 // javax.tools.JavaFileObject prev
        end local 5 // com.sun.tools.javac.code.Lint prevLint
        end local 4 // com.sun.tools.javac.comp.Env lintEnv
        end local 3 // com.sun.tools.javac.comp.Env env
        44: .line 5056
      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   45     0           this  Lcom/sun/tools/javac/comp/Attr;
            0   45     1              c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            3   45     2             st  Lcom/sun/tools/javac/code/Type;
           11   44     3            env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           12   44     4        lintEnv  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
           17   44     5       prevLint  Lcom/sun/tools/javac/code/Lint;
           18   44     6           prev  Ljavax/tools/JavaFileObject;
           19   44     7  prevReturnRes  Lcom/sun/tools/javac/comp/Attr$ResultInfo;
      Exception table:
        from    to  target  type
          19    36      36  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 5060
            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 5063
            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 5064
            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 5065
            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 5066
            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 5067
            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 5068
            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 5071
            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 5072
            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 5073
            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 5074
            aload 5
            athrow
        11: .line 5073
      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 5075
            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 5079
            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 5080
            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 5083
            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 5084
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isAnonymous:()Z
            ifne 9
         6: .line 5086
            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 5087
            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 5088
            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 5091
      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 5095
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 1536
            land
            lconst_0
            lcmp
            ifne 12
        11: .line 5096
            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 5099
      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 5100
            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 5101
            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 5102
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.CantExtendIntfAnnotation:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        16: .line 5101
            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 5103
      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 5104
            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 5105
            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 5104
            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 5109
      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 5111
            aload 4 /* repeatable */
            ifnull 30
        23: .line 5113
            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 5114
            aload 5 /* cbPos */
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        25: .line 5116
            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 5118
            goto 30
        27: .line 5122
      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 5123
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowDefaultMethods:Z
            ifeq 30
        29: .line 5124
            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 5130
      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 5132
            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 5134
            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 5135
            goto 36
        34: .line 5136
      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 5135
            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 5140
            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 5141
            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 5145
      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 5148
            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 5150
            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 54
        43: .line 5152
      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 5155
            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 53
        45: .line 5156
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 8
            land
            lconst_0
            lcmp
            ifeq 46
            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 53
        46: .line 5157
      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 53
        47: .line 5158
            aconst_null
            astore 5 /* sym */
        start local 5 // com.sun.tools.javac.code.Symbol sym
        48: .line 5159
            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 49
            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 */
        49: .line 5160
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 5 /* sym */
            ifnull 52
        50: .line 5161
            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 52
        51: .line 5162
            aload 5 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnonnull 53
        52: .line 5163
      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
        53: .line 5150
      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:
        54: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 43
        end local 4 // com.sun.tools.javac.util.List l
        55: .line 5168
            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
        56: .line 5171
            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
        57: .line 5174
            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 62
        58: .line 5175
            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 62
        59: .line 5176
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16896
            land
            lconst_0
            lcmp
            ifne 62
        60: .line 5177
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.isAnonymous:()Z
            ifne 62
        61: .line 5178
            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
        62: .line 5180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Attr.allowTypeAnnos:Z
            ifeq 65
        63: .line 5182
            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
        64: .line 5185
            aload 0 /* this */
            aload 3 /* tree */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Attr.validateTypeAnnotations:(Lcom/sun/tools/javac/tree/JCTree;Z)V
        65: .line 5187
      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   66     0        this  Lcom/sun/tools/javac/comp/Attr;
            0   66     1         env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   66     2           c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   66     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   55     4           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           48   53     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 5191
            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 5192
      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 5193
            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 5191
      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 5196
            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 5202
            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 5203
            goto 4
         2: .line 5204
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            pop
         3: .line 5205
            iconst_0
            ireturn
         4: .line 5207
      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 5214
            aconst_null
            astore 3 /* svuid */
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol svuid
         1: .line 5215
            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 5216
            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 5217
            aload 4 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 3 /* svuid */
         5: .line 5218
            goto 7
        end local 4 // com.sun.tools.javac.code.Symbol sym
         6: .line 5215
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 5222
      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 12
         8: .line 5223
            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;
         9: .line 5224
            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;
        10: .line 5223
            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
        11: .line 5225
            return
        12: .line 5229
      StackMap locals:
      StackMap stack:
            aload 3 /* svuid */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            ldc 24
            land
        13: .line 5230
            ldc 24
        14: .line 5229
            lcmp
            ifeq 19
        15: .line 5231
            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;
        16: .line 5232
            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;
        17: .line 5231
            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
        18: .line 5232
            goto 28
        19: .line 5235
      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 24
        20: .line 5236
            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;
        21: .line 5237
            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;
        22: .line 5236
            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
        23: .line 5237
            goto 28
        24: .line 5240
      StackMap locals:
      StackMap stack:
            aload 3 /* svuid */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnonnull 28
        25: .line 5241
            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;
        26: .line 5242
            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;
        27: .line 5241
            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
        28: .line 5243
      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   29     0   this  Lcom/sun/tools/javac/comp/Attr;
            0   29     1   tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            0   29     2      c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   29     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 5246
            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 5250
            aload 2 /* type */
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 3
         1: .line 5251
            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 5252
            goto 4
         3: .line 5253
      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 5255
      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 5258
            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 5259
            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 5494
            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 5495
            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 5643
            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 5656
            aload 1 /* pid */
            invokevirtual com.sun.tools.javac.comp.Attr$12.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 5657
            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 253
            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 252
            astore 7 /* pendingResult */
        start local 7 // com.sun.tools.javac.comp.Attr$ResultInfo pendingResult
         2: .line 254
            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 255
            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 1045
            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 1103
            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 1177
            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 1178
            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 1301
            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 1545
            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 1546
            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 1569
            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 1570
            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 1571
            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 1583
            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 1584
            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 1952
            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 1956
            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 1963
            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 1971
            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 1971
            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 1977
            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 1985
            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 1989
            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 1989
            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 1996
            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 2002
            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 void lambda$29(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 2676
            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 2677
            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$30(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 2725
            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 2726
            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 2727
            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 2729
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
         4: .line 2730
            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 2731
            aload 5
            aload 6
            aload 7
            aload 8
         6: .line 2730
            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 2732
            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 2733
            aload 0 /* this */
            aload 10 /* prevResult */
            putfield com.sun.tools.javac.comp.Attr.resultInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
        10: .line 2734
            aload 11
            athrow
        11: .line 2733
      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 2735
            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$31(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 3170
            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$32(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 3596
            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 3597
            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$33(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 3618
            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$34(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 3626
            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$35(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 3657
            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$36(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 3660
            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$37(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 3665
            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$38(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 3666
            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$39(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 3679
            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 3680
            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 3679
            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 3680
            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 void lambda$36(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 3658
            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 3659
            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 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 TypeMapping = com.sun.tools.javac.code.Types$TypeMapping 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
  public RecoveryDeferredTypeMap = com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap 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