class com.sun.tools.javac.comp.Flow$FlowAnalyzer extends com.sun.tools.javac.comp.Flow$BaseAnalyzer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Flow$FlowAnalyzer
  super_class: com.sun.tools.javac.comp.Flow$BaseAnalyzer
{
  java.util.HashMap<com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>> preciseRethrowTypes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0000) 
    Signature: Ljava/util/HashMap<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;>;

  com.sun.tools.javac.tree.JCTree$JCClassDecl classDef;
    descriptor: Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
    flags: (0x0000) 

  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> thrown;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;

  com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> caught;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;

  final com.sun.tools.javac.comp.Flow this$0;
    descriptor: Lcom/sun/tools/javac/comp/Flow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Flow);
    descriptor: (Lcom/sun/tools/javac/comp/Flow;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
         0: .line 892
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.comp.Flow$BaseAnalyzer.<init>:()V
            return
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
    MethodParameters:
        Name  Flags
      this$0  final

  void markDead();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
         0: .line 925
            return
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;

  void errorUncaught();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
         0: .line 932
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            astore 1 /* exit */
        start local 1 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
         1: .line 933
            goto 22
         2: .line 935
      StackMap locals: com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
      StackMap stack:
            aload 1 /* exit */
            instanceof com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 936
            aload 1 /* exit */
            checkcast com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
            astore 2 /* thrownExit */
        start local 2 // com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit thrownExit
         4: .line 937
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 10
         5: .line 938
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.pos:I
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            getfield com.sun.tools.javac.tree.JCTree.pos:I
            if_icmpne 10
         6: .line 939
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         7: .line 940
            aload 2 /* thrownExit */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit.thrown:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnreportedExceptionDefaultConstructor:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
         8: .line 939
            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 941
            goto 21
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
      StackMap stack:
        10: aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.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 18
        11: .line 942
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            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.Symbol$VarSymbol.isResourceVariable:()Z
            ifeq 18
        12: .line 943
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        13: .line 944
            aload 2 /* thrownExit */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit.thrown:Lcom/sun/tools/javac/code/Type;
        14: .line 945
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.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.name:Lcom/sun/tools/javac/util/Name;
        15: .line 944
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnreportedExceptionImplicitClose:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        16: .line 943
            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 946
            goto 21
        18: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        19: .line 948
            aload 2 /* thrownExit */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit.thrown:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnreportedExceptionNeedToCatchOrThrow:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        20: .line 947
            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 2 // com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit thrownExit
        21: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            astore 1 /* exit */
        22: .line 933
      StackMap locals:
      StackMap stack:
            aload 1 /* exit */
            ifnonnull 2
        end local 1 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
        23: .line 951
            return
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            1   23     1        exit  Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;
            4   21     2  thrownExit  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer$ThrownPendingExit;

  void markThrown(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;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.code.Type exc
         0: .line 957
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.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 2 /* exc */
            invokevirtual com.sun.tools.javac.comp.Check.isUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Z
            ifne 4
         1: .line 958
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* exc */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught: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
            ifne 3
         2: .line 959
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            new com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
            dup
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* exc */
            invokespecial com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit.<init>:(Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
         3: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* exc */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.incl:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
         4: .line 963
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Type exc
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            0    5     2   exc  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      tree  
      exc   

  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=4, locals=12, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
         0: .line 972
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            ifnonnull 1
            return
         1: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            astore 2 /* classDefPrev */
        start local 2 // com.sun.tools.javac.tree.JCTree$JCClassDecl classDefPrev
         2: .line 975
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            astore 3 /* thrownPrev */
        start local 3 // com.sun.tools.javac.util.List thrownPrev
         3: .line 976
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            astore 4 /* caughtPrev */
        start local 4 // com.sun.tools.javac.util.List caughtPrev
         4: .line 977
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 5 /* pendingExitsPrev */
        start local 5 // com.sun.tools.javac.util.ListBuffer pendingExitsPrev
         5: .line 978
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            astore 6 /* lintPrev */
        start local 6 // com.sun.tools.javac.code.Lint lintPrev
         6: .line 979
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            if_acmpne 7
            iconst_1
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Lint
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 7 /* anonymousClass */
        start local 7 // boolean anonymousClass
         9: .line 980
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        10: .line 981
            iload 7 /* anonymousClass */
            ifne 12
        11: .line 982
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        12: .line 984
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
        13: .line 985
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        14: .line 986
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            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.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        15: .line 990
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
        start local 8 // com.sun.tools.javac.util.List l
        16: goto 22
        17: .line 991
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 8 /* 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.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 21
        18: .line 992
            aload 8 /* 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 8
            land
            lconst_0
            lcmp
            ifeq 21
        19: .line 993
            aload 0 /* this */
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        20: .line 994
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.errorUncaught:()V
        21: .line 990
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
      StackMap locals:
      StackMap stack:
        22: aload 8 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 17
        end local 8 // com.sun.tools.javac.util.List l
        23: .line 1000
            iload 7 /* anonymousClass */
            ifne 37
        24: .line 1001
            iconst_1
            istore 8 /* firstConstructor */
        start local 8 // boolean firstConstructor
        25: .line 1002
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
        start local 9 // com.sun.tools.javac.util.List l
        26: goto 36
        27: .line 1003
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Lint int int com.sun.tools.javac.util.List
      StackMap stack:
            aload 9 /* 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.isInitialConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 35
        28: .line 1005
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodDecl
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
        29: .line 1004
            astore 10 /* mthrown */
        start local 10 // com.sun.tools.javac.util.List mthrown
        30: .line 1006
            iload 8 /* firstConstructor */
            ifeq 34
        31: .line 1007
            aload 0 /* this */
            aload 10 /* mthrown */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        32: .line 1008
            iconst_0
            istore 8 /* firstConstructor */
        33: .line 1009
            goto 35
        34: .line 1010
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 10 /* mthrown */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.intersect:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        end local 10 // com.sun.tools.javac.util.List mthrown
        35: .line 1002
      StackMap locals:
      StackMap stack:
            aload 9 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 9 /* l */
      StackMap locals:
      StackMap stack:
        36: aload 9 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 27
        end local 9 // com.sun.tools.javac.util.List l
        end local 8 // boolean firstConstructor
        37: .line 1017
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
        start local 8 // com.sun.tools.javac.util.List l
        38: goto 44
        39: .line 1018
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 8 /* 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.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 43
        40: .line 1019
            aload 8 /* 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 8
            land
            lconst_0
            lcmp
            ifne 43
        41: .line 1020
            aload 0 /* this */
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        42: .line 1021
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.errorUncaught:()V
        43: .line 1017
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
      StackMap locals:
      StackMap stack:
        44: aload 8 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 39
        end local 8 // com.sun.tools.javac.util.List l
        45: .line 1031
            iload 7 /* anonymousClass */
            ifeq 56
        46: .line 1032
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
        start local 8 // com.sun.tools.javac.util.List l
        47: goto 54
        48: .line 1033
      StackMap locals:
      StackMap stack:
            aload 8 /* 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.isConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 53
        49: .line 1034
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodDecl
            astore 9 /* mdef */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCMethodDecl mdef
        50: .line 1035
            aload 0 /* this */
            aload 9 /* mdef */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        51: .line 1036
            aload 9 /* mdef */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.tree.TreeMaker.Types:(Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.thrown:Lcom/sun/tools/javac/util/List;
        52: .line 1037
            aload 9 /* mdef */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 9 /* mdef */
            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;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.code.Types.createMethodTypeWithThrown:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
        end local 9 // com.sun.tools.javac.tree.JCTree$JCMethodDecl mdef
        53: .line 1032
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
      StackMap locals:
      StackMap stack:
        54: aload 8 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 48
        end local 8 // com.sun.tools.javac.util.List l
        55: .line 1040
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 3 /* thrownPrev */
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 3 /* thrownPrev */
        56: .line 1044
      StackMap locals:
      StackMap stack:
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
        start local 8 // com.sun.tools.javac.util.List l
        57: goto 64
        58: .line 1045
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            iload 7 /* anonymousClass */
            ifeq 60
            aload 8 /* 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.isConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 60
        59: .line 1046
            goto 63
        60: .line 1047
      StackMap locals:
      StackMap stack:
            aload 8 /* 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.METHODDEF:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 63
        61: .line 1048
            aload 0 /* this */
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        62: .line 1049
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.errorUncaught:()V
        63: .line 1044
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 8 /* l */
      StackMap locals:
      StackMap stack:
        64: aload 8 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 58
        end local 8 // com.sun.tools.javac.util.List l
        65: .line 1053
            aload 0 /* this */
            aload 3 /* thrownPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        66: .line 1054
            goto 73
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Lint int
      StackMap stack: java.lang.Throwable
        67: astore 11
        68: .line 1055
            aload 0 /* this */
            aload 5 /* pendingExitsPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        69: .line 1056
            aload 0 /* this */
            aload 4 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        70: .line 1057
            aload 0 /* this */
            aload 2 /* classDefPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
        71: .line 1058
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 6 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        72: .line 1059
            aload 11
            athrow
        73: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* pendingExitsPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        74: .line 1056
            aload 0 /* this */
            aload 4 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        75: .line 1057
            aload 0 /* this */
            aload 2 /* classDefPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
        76: .line 1058
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 6 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        77: .line 1060
            return
        end local 7 // boolean anonymousClass
        end local 6 // com.sun.tools.javac.code.Lint lintPrev
        end local 5 // com.sun.tools.javac.util.ListBuffer pendingExitsPrev
        end local 4 // com.sun.tools.javac.util.List caughtPrev
        end local 3 // com.sun.tools.javac.util.List thrownPrev
        end local 2 // com.sun.tools.javac.tree.JCTree$JCClassDecl classDefPrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   78     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   78     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            2   78     2      classDefPrev  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            3   78     3        thrownPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            4   78     4        caughtPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5   78     5  pendingExitsPrev  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            6   78     6          lintPrev  Lcom/sun/tools/javac/code/Lint;
            9   78     7    anonymousClass  Z
           16   23     8                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           25   37     8  firstConstructor  Z
           26   37     9                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           30   35    10           mthrown  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           38   45     8                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           47   55     8                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           50   53     9              mdef  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
           57   65     8                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
      Exception table:
        from    to  target  type
          15    67      67  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=4, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
         0: .line 1063
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnonnull 1
            return
         1: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            astore 2 /* caughtPrev */
        start local 2 // com.sun.tools.javac.util.List caughtPrev
         2: .line 1066
            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.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            astore 3 /* mthrown */
        start local 3 // com.sun.tools.javac.util.List mthrown
         3: .line 1067
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            astore 4 /* lintPrev */
        start local 4 // com.sun.tools.javac.code.Lint lintPrev
         4: .line 1069
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            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.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
         5: .line 1071
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.isEmpty:()Z
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         6: .line 1074
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.params:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         7: goto 11
         8: .line 1075
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Lint 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$JCVariableDecl
            astore 6 /* def */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCVariableDecl def
         9: .line 1076
            aload 0 /* this */
            aload 6 /* def */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        end local 6 // com.sun.tools.javac.tree.JCTree$JCVariableDecl def
        10: .line 1074
            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 1078
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.isInitialConstructor:(Lcom/sun/tools/javac/tree/JCTree;)Z
            ifeq 14
        13: .line 1079
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            aload 3 /* mthrown */
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            goto 16
        14: .line 1080
      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.flags:()J
            ldc 1048584
            land
            ldc 1048576
            lcmp
            ifeq 16
        15: .line 1081
            aload 0 /* this */
            aload 3 /* mthrown */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        16: .line 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        17: .line 1087
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 5 /* exits */
        start local 5 // com.sun.tools.javac.util.List exits
        18: .line 1088
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        19: .line 1089
            goto 29
        20: .line 1090
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 5 /* exits */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            astore 6 /* exit */
        start local 6 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
        21: .line 1091
            aload 5 /* exits */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* exits */
        22: .line 1092
            aload 6 /* exit */
            instanceof com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
            ifne 28
        23: .line 1093
            aload 6 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.RETURN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 25
        24: .line 1094
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.util.Log.hasErrorOn:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Z
            ifne 25
            iconst_0
            goto 26
      StackMap locals: com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
      StackMap stack:
        25: iconst_1
        26: .line 1093
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        27: .line 1095
            goto 29
        28: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 6 /* exit */
            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.comp.Flow$BaseAnalyzer$PendingExit exit
        29: .line 1089
      StackMap locals:
      StackMap stack:
            aload 5 /* exits */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 20
        end local 5 // com.sun.tools.javac.util.List exits
        30: .line 1100
            goto 35
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Lint
      StackMap stack: java.lang.Throwable
        31: astore 7
        32: .line 1101
            aload 0 /* this */
            aload 2 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        33: .line 1102
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 4 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        34: .line 1103
            aload 7
            athrow
        35: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        36: .line 1102
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 4 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        37: .line 1104
            return
        end local 4 // com.sun.tools.javac.code.Lint lintPrev
        end local 3 // com.sun.tools.javac.util.List mthrown
        end local 2 // com.sun.tools.javac.util.List caughtPrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   38     1        tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            2   38     2  caughtPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            3   38     3     mthrown  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            4   38     4    lintPrev  Lcom/sun/tools/javac/code/Lint;
            7   12     5           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;>;
            9   10     6         def  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           18   30     5       exits  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           21   29     6        exit  Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;
      Exception table:
        from    to  target  type
           6    31      31  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=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
         0: .line 1107
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 9
         1: .line 1108
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            astore 2 /* lintPrev */
        start local 2 // com.sun.tools.javac.code.Lint lintPrev
         2: .line 1109
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            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.Lint.augment:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Lint;
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
         3: .line 1111
            aload 0 /* this */
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1112
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.code.Lint
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1113
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 2 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
         7: .line 1114
            aload 3
            athrow
         8: .line 1113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 2 /* lintPrev */
            putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
        end local 2 // com.sun.tools.javac.code.Lint lintPrev
         9: .line 1116
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   10     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            2    9     2  lintPrev  Lcom/sun/tools/javac/code/Lint;
      Exception table:
        from    to  target  type
           3     5       5  any
    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=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
         0: .line 1119
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCBlock.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         1: .line 1120
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCBlock;
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
         0: .line 1123
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 1124
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 1125
            aload 0 /* this */
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1126
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         4: .line 1127
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 1128
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         6: .line 1129
            return
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    7     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;
            1    7     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
         0: .line 1132
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 1133
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 1134
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1135
            aload 0 /* this */
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1136
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         5: .line 1137
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         6: .line 1138
            return
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    7     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;
            1    7     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    MethodParameters:
      Name  Flags
      tree  

  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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
         0: .line 1141
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 1142
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.init:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         2: .line 1143
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         3: .line 1144
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 5
         4: .line 1145
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 1147
      StackMap locals: com.sun.tools.javac.util.ListBuffer
      StackMap stack:
            aload 0 /* this */
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 1148
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         7: .line 1149
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.step:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         8: .line 1150
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         9: .line 1151
            return
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   10     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCForLoop;
            1   10     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
         0: .line 1154
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.var:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitVarDef:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
         1: .line 1155
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         2: .line 1156
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1157
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         4: .line 1158
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 1159
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         6: .line 1160
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         7: .line 1161
            return
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    8     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            2    8     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
         0: .line 1164
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 1165
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 1166
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLabeledStatement.body:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1167
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         4: .line 1168
            return
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    5     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCLabeledStatement;
            1    5     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
         0: .line 1171
            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;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.handleSwitch:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)V
         1: .line 1172
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
         0: .line 1176
            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;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.handleSwitch:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)V
         1: .line 1177
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;
    MethodParameters:
      Name  Flags
      tree  

  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>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCExpression;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.tree.JCTree$JCExpression selector
        start local 3 // com.sun.tools.javac.util.List cases
         0: .line 1180
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 4 /* prevPendingExits */
        start local 4 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 1181
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 1182
            aload 0 /* this */
            aload 2 /* selector */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 1183
            aload 3 /* cases */
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         4: goto 9
         5: .line 1184
      StackMap locals: com.sun.tools.javac.util.ListBuffer 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$JCCase
            astore 6 /* c */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCCase c
         6: .line 1185
            aload 0 /* this */
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         7: .line 1186
            aload 0 /* this */
            aload 6 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
        end local 6 // com.sun.tools.javac.tree.JCTree$JCCase c
         8: .line 1183
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
         9: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 5
        end local 5 // com.sun.tools.javac.util.List l
        10: .line 1188
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SWITCH_EXPRESSION:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 13
        11: .line 1189
            aload 0 /* this */
            aload 1 /* tree */
            aload 4 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveYields:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
        12: .line 1190
            goto 14
        13: .line 1191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 4 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
        14: .line 1193
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        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 tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   15     1              tree  Lcom/sun/tools/javac/tree/JCTree;
            0   15     2          selector  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            0   15     3             cases  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
            1   15     4  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4   10     5                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
            6    8     6                 c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
    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;>;)V
    MethodParameters:
          Name  Flags
      tree      
      selector  
      cases     

  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=7, locals=15, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
         0: .line 1196
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            astore 2 /* caughtPrev */
        start local 2 // com.sun.tools.javac.util.List caughtPrev
         1: .line 1197
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            astore 3 /* thrownPrev */
        start local 3 // com.sun.tools.javac.util.List thrownPrev
         2: .line 1198
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
         3: .line 1199
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.catchers:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
         4: goto 14
         5: .line 1200
      StackMap locals: com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            invokestatic com.sun.tools.javac.tree.TreeInfo.isMultiCatch:(Lcom/sun/tools/javac/tree/JCTree$JCCatch;)Z
            ifeq 7
         6: .line 1201
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            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;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeUnion
            getfield com.sun.tools.javac.tree.JCTree$JCTypeUnion.alternatives:Lcom/sun/tools/javac/util/List;
            goto 8
         7: .line 1202
      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$JCCatch
            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;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
         8: .line 1200
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 5 /* subClauses */
        start local 5 // com.sun.tools.javac.util.List subClauses
         9: .line 1203
            aload 5 /* subClauses */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 12
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        10: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 6 /* ct */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression ct
        11: .line 1204
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 6 /* ct */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.incl:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression ct
        12: .line 1203
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 5 // com.sun.tools.javac.util.List subClauses
        13: .line 1199
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
        14: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 5
        end local 4 // com.sun.tools.javac.util.List l
        15: .line 1208
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 4 /* prevPendingExits */
        start local 4 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        16: .line 1209
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        17: .line 1210
            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 27
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
        18: 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
        19: .line 1211
            aload 5 /* resource */
            instanceof com.sun.tools.javac.tree.JCTree$JCVariableDecl
            ifeq 23
        20: .line 1212
            aload 5 /* resource */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 7 /* vdecl */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
        21: .line 1213
            aload 0 /* this */
            aload 7 /* vdecl */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitVarDef:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
        end local 7 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
        22: .line 1214
            goto 27
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator
      StackMap stack:
        23: aload 5 /* resource */
            instanceof com.sun.tools.javac.tree.JCTree$JCExpression
            ifeq 26
        24: .line 1215
            aload 0 /* this */
            aload 5 /* resource */
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        25: .line 1216
            goto 27
        26: .line 1217
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 1 /* tree */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // com.sun.tools.javac.tree.JCTree resource
        27: .line 1210
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry 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 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        28: .line 1220
            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 51
      StackMap locals:
      StackMap stack:
        29: 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
        30: .line 1221
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isCompound:()Z
            ifeq 32
        31: .line 1222
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.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.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.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;
            goto 33
        32: .line 1223
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator
      StackMap stack:
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        33: .line 1221
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 7 /* closeableSupertypes */
        start local 7 // com.sun.tools.javac.util.List closeableSupertypes
        34: .line 1224
            aload 7 /* closeableSupertypes */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 50
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        35: 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
        36: .line 1225
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* sup */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.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 50
        37: .line 1226
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.rs:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* tree */
        38: .line 1227
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.attrEnv:Lcom/sun/tools/javac/comp/Env;
        39: .line 1228
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 8 /* sup */
            iconst_0
            invokevirtual com.sun.tools.javac.code.Types.skipTypeVars:(Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/code/Type;
        40: .line 1229
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.close:Lcom/sun/tools/javac/util/Name;
        41: .line 1230
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        42: .line 1231
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
        43: .line 1226
            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 10 /* closeMethod */
        start local 10 // com.sun.tools.javac.code.Symbol closeMethod
        44: .line 1232
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* resource */
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            aload 10 /* closeMethod */
            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;
            astore 11 /* mt */
        start local 11 // com.sun.tools.javac.code.Type mt
        45: .line 1233
            aload 10 /* closeMethod */
            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 50
        46: .line 1234
            aload 11 /* mt */
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 49
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator com.sun.tools.javac.util.List com.sun.tools.javac.code.Type java.util.Iterator com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Type top java.util.Iterator
      StackMap stack:
        47: 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
        48: .line 1235
            aload 0 /* this */
            aload 5 /* resource */
            aload 12 /* t */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.markThrown:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
        end local 12 // com.sun.tools.javac.code.Type t
        49: .line 1234
      StackMap locals:
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 47
        end local 11 // com.sun.tools.javac.code.Type mt
        end local 10 // com.sun.tools.javac.code.Symbol closeMethod
        end local 8 // com.sun.tools.javac.code.Type sup
        50: .line 1224
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 35
        end local 7 // com.sun.tools.javac.util.List closeableSupertypes
        end local 5 // com.sun.tools.javac.tree.JCTree resource
        51: .line 1220
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry 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 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        52: .line 1241
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        53: .line 1242
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.runtimeExceptionType:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.errorType: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;
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 5 /* thrownInTry */
        start local 5 // com.sun.tools.javac.util.List thrownInTry
        54: .line 1243
            aload 0 /* this */
            aload 3 /* thrownPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        55: .line 1244
            aload 0 /* this */
            aload 2 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        56: .line 1246
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 6 /* caughtInTry */
        start local 6 // com.sun.tools.javac.util.List caughtInTry
        57: .line 1247
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.catchers:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        58: goto 81
        59: .line 1248
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.param:Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            astore 8 /* param */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        60: .line 1249
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            invokestatic com.sun.tools.javac.tree.TreeInfo.isMultiCatch:(Lcom/sun/tools/javac/tree/JCTree$JCCatch;)Z
            ifeq 62
        61: .line 1250
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            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;
            checkcast com.sun.tools.javac.tree.JCTree$JCTypeUnion
            getfield com.sun.tools.javac.tree.JCTree$JCTypeUnion.alternatives:Lcom/sun/tools/javac/util/List;
            goto 63
        62: .line 1251
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCVariableDecl
      StackMap stack:
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            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;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
        63: .line 1249
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.List
            astore 9 /* subClauses */
        start local 9 // com.sun.tools.javac.util.List subClauses
        64: .line 1252
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 10 /* ctypes */
        start local 10 // com.sun.tools.javac.util.List ctypes
        65: .line 1253
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* thrownInTry */
            aload 6 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.diff:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 11 /* rethrownTypes */
        start local 11 // com.sun.tools.javac.util.List rethrownTypes
        66: .line 1254
            aload 9 /* subClauses */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 13
            goto 75
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        67: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 12 /* ct */
        start local 12 // com.sun.tools.javac.tree.JCTree$JCExpression ct
        68: .line 1255
            aload 12 /* ct */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            astore 14 /* exc */
        start local 14 // com.sun.tools.javac.code.Type exc
        69: .line 1256
            aload 14 /* exc */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.unknownType:Lcom/sun/tools/javac/code/Type;
            if_acmpeq 75
        70: .line 1257
            aload 10 /* ctypes */
            aload 14 /* exc */
            invokevirtual com.sun.tools.javac.util.List.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 10 /* ctypes */
        71: .line 1258
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            aload 14 /* exc */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.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.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 73
        72: .line 1259
            goto 75
        73: .line 1260
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator com.sun.tools.javac.code.Type
      StackMap stack:
            aload 0 /* this */
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCatch.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            aload 14 /* exc */
            aload 5 /* thrownInTry */
            aload 6 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.checkCaughtType:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
        74: .line 1261
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 14 /* exc */
            aload 6 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.incl:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 6 /* caughtInTry */
        end local 14 // com.sun.tools.javac.code.Type exc
        end local 12 // com.sun.tools.javac.tree.JCTree$JCExpression ct
        75: .line 1254
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCVariableDecl 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 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 67
        76: .line 1264
            aload 0 /* this */
            aload 8 /* param */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        77: .line 1265
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.preciseRethrowTypes:Ljava/util/HashMap;
            aload 8 /* param */
            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.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 10 /* ctypes */
            aload 11 /* rethrownTypes */
            invokevirtual com.sun.tools.javac.comp.Check.intersect:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        78: .line 1266
            aload 0 /* this */
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCatch
            getfield com.sun.tools.javac.tree.JCTree$JCCatch.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        79: .line 1267
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.preciseRethrowTypes:Ljava/util/HashMap;
            aload 8 /* param */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // com.sun.tools.javac.util.List rethrownTypes
        end local 10 // com.sun.tools.javac.util.List ctypes
        end local 9 // com.sun.tools.javac.util.List subClauses
        end local 8 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        80: .line 1247
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
        81: aload 7 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 59
        end local 7 // com.sun.tools.javac.util.List l
        82: .line 1269
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 97
        83: .line 1270
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            astore 7 /* savedThrown */
        start local 7 // com.sun.tools.javac.util.List savedThrown
        84: .line 1271
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        85: .line 1272
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 8 /* exits */
        start local 8 // com.sun.tools.javac.util.ListBuffer exits
        86: .line 1273
            aload 0 /* this */
            aload 4 /* prevPendingExits */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        87: .line 1274
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        88: .line 1275
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finallyCanCompleteNormally:Z
            ifne 91
        89: .line 1277
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 3 /* thrownPrev */
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        90: .line 1278
            goto 103
        91: .line 1279
      StackMap locals: com.sun.tools.javac.util.ListBuffer
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* thrownInTry */
            aload 6 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.diff:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        92: .line 1280
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 7 /* savedThrown */
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        93: .line 1283
            goto 95
        94: .line 1284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 8 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        95: .line 1283
      StackMap locals:
      StackMap stack:
            aload 8 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.nonEmpty:()Z
            ifne 94
        end local 8 // com.sun.tools.javac.util.ListBuffer exits
        end local 7 // com.sun.tools.javac.util.List savedThrown
        96: .line 1287
            goto 103
        97: .line 1288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* thrownInTry */
            aload 6 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.diff:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.union:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        98: .line 1289
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 7 /* exits */
        start local 7 // com.sun.tools.javac.util.ListBuffer exits
        99: .line 1290
            aload 0 /* this */
            aload 4 /* prevPendingExits */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
       100: .line 1291
            goto 102
      StackMap locals: com.sun.tools.javac.util.ListBuffer
      StackMap stack:
       101: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 7 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
      StackMap locals:
      StackMap stack:
       102: aload 7 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.nonEmpty:()Z
            ifne 101
        end local 7 // com.sun.tools.javac.util.ListBuffer exits
       103: .line 1293
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.sun.tools.javac.util.List caughtInTry
        end local 5 // com.sun.tools.javac.util.List thrownInTry
        end local 4 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 3 // com.sun.tools.javac.util.List thrownPrev
        end local 2 // com.sun.tools.javac.util.List caughtPrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0  104     0                 this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0  104     1                 tree  Lcom/sun/tools/javac/tree/JCTree$JCTry;
            1  104     2           caughtPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            2  104     3           thrownPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            4   15     4                    l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCatch;>;
            9   13     5           subClauses  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
           11   12     6                   ct  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           16  104     4     prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           19   27     5             resource  Lcom/sun/tools/javac/tree/JCTree;
           21   22     7                vdecl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           30   51     5             resource  Lcom/sun/tools/javac/tree/JCTree;
           34   51     7  closeableSupertypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           36   50     8                  sup  Lcom/sun/tools/javac/code/Type;
           44   50    10          closeMethod  Lcom/sun/tools/javac/code/Symbol;
           45   50    11                   mt  Lcom/sun/tools/javac/code/Type;
           48   49    12                    t  Lcom/sun/tools/javac/code/Type;
           54  104     5          thrownInTry  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           57  104     6          caughtInTry  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           58   82     7                    l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCatch;>;
           60   80     8                param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           64   80     9           subClauses  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
           65   80    10               ctypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           66   80    11        rethrownTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           68   75    12                   ct  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           69   75    14                  exc  Lcom/sun/tools/javac/code/Type;
           84   96     7          savedThrown  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           86   96     8                exits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           99  103     7                exits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
    MethodParameters:
      Name  Flags
      tree  

  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=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
         0: .line 1297
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1298
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 1299
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 4
         3: .line 1300
            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.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 1302
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCIf;
    MethodParameters:
      Name  Flags
      tree  

  void checkCaughtType(com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition, 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/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        start local 2 // com.sun.tools.javac.code.Type exc
        start local 3 // com.sun.tools.javac.util.List thrownInTry
        start local 4 // com.sun.tools.javac.util.List caughtInTry
         0: .line 1305
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* exc */
            aload 4 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.subset:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Z
            ifeq 3
         1: .line 1306
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 2 /* exc */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ExceptAlreadyCaught:(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
         2: .line 1307
            goto 16
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* pos */
            aload 2 /* exc */
            invokevirtual com.sun.tools.javac.comp.Check.isUnchecked:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Type;)Z
            ifne 8
         4: .line 1308
            aload 0 /* this */
            aload 2 /* exc */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.isExceptionOrThrowable:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 8
         5: .line 1309
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* exc */
            aload 3 /* thrownInTry */
            invokevirtual com.sun.tools.javac.comp.Check.intersects:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Z
            ifne 8
         6: .line 1310
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 2 /* exc */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ExceptNeverThrownInTry:(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 1311
            goto 16
         8: .line 1312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 2 /* exc */
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            aload 3 /* thrownInTry */
            invokevirtual com.sun.tools.javac.comp.Check.intersect:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            astore 5 /* catchableThrownTypes */
        start local 5 // com.sun.tools.javac.util.List catchableThrownTypes
         9: .line 1317
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 5 /* catchableThrownTypes */
            aload 4 /* caughtInTry */
            invokevirtual com.sun.tools.javac.comp.Check.diff:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 16
        10: .line 1318
            aload 0 /* this */
            aload 2 /* exc */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.isExceptionOrThrowable:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 16
        11: .line 1319
            aload 5 /* catchableThrownTypes */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            iconst_1
            if_icmpne 13
        12: .line 1320
            aload 5 /* catchableThrownTypes */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UnreachableCatch:(Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
            goto 14
        13: .line 1321
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 5 /* catchableThrownTypes */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UnreachableCatch1:(Ljava/util/List;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        14: .line 1319
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.JCDiagnostic$Warning
            astore 6 /* key */
        start local 6 // com.sun.tools.javac.util.JCDiagnostic$Warning key
        15: .line 1322
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* pos */
            aload 6 /* key */
            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 key
        end local 5 // com.sun.tools.javac.util.List catchableThrownTypes
        16: .line 1325
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.sun.tools.javac.util.List caughtInTry
        end local 3 // com.sun.tools.javac.util.List thrownInTry
        end local 2 // com.sun.tools.javac.code.Type exc
        end local 1 // com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition pos
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   17     0                  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   17     1                   pos  Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            0   17     2                   exc  Lcom/sun/tools/javac/code/Type;
            0   17     3           thrownInTry  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0   17     4           caughtInTry  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            9   16     5  catchableThrownTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           15   16     6                   key  Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
    Signature: (Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;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;>;)V
    MethodParameters:
             Name  Flags
      pos          
      exc          
      thrownInTry  
      caughtInTry  

  private boolean isExceptionOrThrowable(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.code.Type exc
         0: .line 1328
            aload 1 /* exc */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.throwableType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpeq 3
         1: .line 1329
            aload 1 /* exc */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.exceptionType:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            if_acmpeq 3
         2: .line 1328
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // com.sun.tools.javac.code.Type exc
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    4     1   exc  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      exc   

  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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
         0: .line 1333
            aload 0 /* this */
            new com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            dup
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.<init>:(Lcom/sun/tools/javac/tree/JCTree;)V
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         1: .line 1334
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
         0: .line 1337
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCYield.value:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1338
            aload 0 /* this */
            new com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            dup
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.<init>:(Lcom/sun/tools/javac/tree/JCTree;)V
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         2: .line 1339
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    3     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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
         0: .line 1342
            aload 0 /* this */
            new com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            dup
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.<init>:(Lcom/sun/tools/javac/tree/JCTree;)V
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         1: .line 1343
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCContinue;
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
         0: .line 1346
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCReturn.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1347
            aload 0 /* this */
            new com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            dup
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.<init>:(Lcom/sun/tools/javac/tree/JCTree;)V
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         2: .line 1348
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    3     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=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
         0: .line 1351
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCThrow.expr:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1352
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCThrow.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 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         2: .line 1353
            aload 2 /* sym */
            ifnull 11
         3: .line 1354
            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 11
         4: .line 1355
            aload 2 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 2199023255568
            land
            lconst_0
            lcmp
            ifeq 11
         5: .line 1356
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.preciseRethrowTypes:Ljava/util/HashMap;
            aload 2 /* sym */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 11
         6: .line 1357
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.preciseRethrowTypes:Ljava/util/HashMap;
            aload 2 /* sym */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.List
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCThrow com.sun.tools.javac.code.Symbol top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            astore 3 /* t */
        start local 3 // com.sun.tools.javac.code.Type t
         8: .line 1358
            aload 0 /* this */
            aload 1 /* tree */
            aload 3 /* t */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.markThrown:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
        end local 3 // com.sun.tools.javac.code.Type t
         9: .line 1357
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 1360
            goto 12
        11: .line 1362
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCThrow com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCThrow.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.comp.Flow$FlowAnalyzer.markThrown:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
        12: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.markDead:()V
        13: .line 1365
            return
        end local 2 // com.sun.tools.javac.code.Symbol sym
        end local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   14     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCThrow;
            2   14     2   sym  Lcom/sun/tools/javac/code/Symbol;
            8    9     3     t  Lcom/sun/tools/javac/code/Type;
    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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
         0: .line 1368
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1369
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         2: .line 1370
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodInvocation.meth: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.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         3: goto 6
         4: .line 1371
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.markThrown:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
         5: .line 1370
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 4
        end local 2 // com.sun.tools.javac.util.List l
         7: .line 1372
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    8     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
            3    7     2     l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
    MethodParameters:
      Name  Flags
      tree  

  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=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
         0: .line 1375
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.encl:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 1376
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.args:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         2: .line 1378
            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.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         3: .line 1379
            goto 6
         4: .line 1381
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.markThrown:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Type;)V
         5: .line 1380
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
         6: .line 1379
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 4
        end local 2 // com.sun.tools.javac.util.List l
         7: .line 1383
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            astore 2 /* caughtPrev */
        start local 2 // com.sun.tools.javac.util.List caughtPrev
         8: .line 1393
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 14
         9: .line 1394
            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.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
        start local 3 // com.sun.tools.javac.util.List l
        10: .line 1395
            goto 13
        11: .line 1397
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Check.incl:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        12: .line 1396
            aload 3 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 3 /* l */
        13: .line 1395
      StackMap locals:
      StackMap stack:
            aload 3 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 11
        end local 3 // com.sun.tools.javac.util.List l
        14: .line 1399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        15: .line 1400
            goto 19
        16: .line 1401
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        17: .line 1402
            aload 0 /* this */
            aload 2 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        18: .line 1403
            aload 4
            athrow
        19: .line 1402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caughtPrev */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        20: .line 1404
            return
        end local 2 // com.sun.tools.javac.util.List caughtPrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   21     1        tree  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
            3    7     2           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            8   21     2  caughtPrev  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           10   14     3           l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
      Exception table:
        from    to  target  type
           8    16      16  any
    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=3, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
         0: .line 1408
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            ifnull 3
         1: .line 1409
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isErroneous:()Z
            ifeq 3
         2: .line 1410
            return
         3: .line 1412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            astore 2 /* prevCaught */
        start local 2 // com.sun.tools.javac.util.List prevCaught
         4: .line 1413
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
            astore 3 /* prevThrown */
        start local 3 // com.sun.tools.javac.util.List prevThrown
         5: .line 1414
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 4 /* prevPending */
        start local 4 // com.sun.tools.javac.util.ListBuffer prevPending
         6: .line 1416
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         7: .line 1417
            aload 0 /* this */
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCLambda.getDescriptorType:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
         8: .line 1418
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
         9: .line 1419
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.body:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 1420
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 5 /* exits */
        start local 5 // com.sun.tools.javac.util.List exits
        11: .line 1421
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        12: .line 1422
            goto 22
        13: .line 1423
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List
      StackMap stack:
            aload 5 /* exits */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            astore 6 /* exit */
        start local 6 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
        14: .line 1424
            aload 5 /* exits */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* exits */
        15: .line 1425
            aload 6 /* exit */
            instanceof com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit
            ifne 21
        16: .line 1426
            aload 6 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            getstatic com.sun.tools.javac.tree.JCTree$Tag.RETURN:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 18
        17: .line 1427
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 6 /* exit */
            getfield com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit.tree:Lcom/sun/tools/javac/tree/JCTree;
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            invokevirtual com.sun.tools.javac.util.Log.hasErrorOn:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;)Z
            ifne 18
            iconst_0
            goto 19
      StackMap locals: com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
      StackMap stack:
        18: iconst_1
        19: .line 1426
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        20: .line 1428
            goto 22
        21: .line 1430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 6 /* exit */
            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.comp.Flow$BaseAnalyzer$PendingExit exit
        22: .line 1422
      StackMap locals:
      StackMap stack:
            aload 5 /* exits */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 13
        23: .line 1434
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.errorUncaught:()V
        end local 5 // com.sun.tools.javac.util.List exits
        24: .line 1435
            goto 30
      StackMap locals: com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer
      StackMap stack: java.lang.Throwable
        25: astore 7
        26: .line 1436
            aload 0 /* this */
            aload 4 /* prevPending */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        27: .line 1437
            aload 0 /* this */
            aload 2 /* prevCaught */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        28: .line 1438
            aload 0 /* this */
            aload 3 /* prevThrown */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        29: .line 1439
            aload 7
            athrow
        30: .line 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* prevPending */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        31: .line 1437
            aload 0 /* this */
            aload 2 /* prevCaught */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
        32: .line 1438
            aload 0 /* this */
            aload 3 /* prevThrown */
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        33: .line 1440
            return
        end local 4 // com.sun.tools.javac.util.ListBuffer prevPending
        end local 3 // com.sun.tools.javac.util.List prevThrown
        end local 2 // com.sun.tools.javac.util.List prevCaught
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   34     1         tree  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            4   34     2   prevCaught  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            5   34     3   prevThrown  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            6   34     4  prevPending  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           11   24     5        exits  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           14   22     6         exit  Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;
      Exception table:
        from    to  target  type
           6    25      25  any
    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=0, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
         0: .line 1444
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCModuleDecl;
    MethodParameters:
      Name  Flags
      tree  

  public void analyzeTree(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.TreeMaker);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/TreeMaker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.TreeMaker make
         0: .line 1453
            aload 0 /* this */
            aload 1 /* env */
            aload 1 /* env */
            getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 2 /* make */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
         1: .line 1454
            return
        end local 2 // com.sun.tools.javac.tree.TreeMaker make
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0    2     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    2     2  make  Lcom/sun/tools/javac/tree/TreeMaker;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/TreeMaker;)V
    MethodParameters:
      Name  Flags
      env   
      make  

  public void analyzeTree(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.TreeMaker);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.JCTree tree
        start local 3 // com.sun.tools.javac.tree.TreeMaker make
         0: .line 1457
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 1 /* env */
            putfield com.sun.tools.javac.comp.Flow.attrEnv:Lcom/sun/tools/javac/comp/Env;
         1: .line 1458
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 3 /* make */
            putfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
         2: .line 1459
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         3: .line 1460
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.preciseRethrowTypes:Ljava/util/HashMap;
         4: .line 1461
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
         5: .line 1462
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
         6: .line 1463
            aload 0 /* this */
            aload 2 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         7: .line 1464
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
         9: .line 1465
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        10: .line 1466
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aconst_null
            putfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
        11: .line 1467
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        12: .line 1468
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
        13: .line 1469
            aload 4
            athrow
        14: .line 1465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        15: .line 1466
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aconst_null
            putfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
        16: .line 1467
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.caught:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.thrown:Lcom/sun/tools/javac/util/List;
        17: .line 1468
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$FlowAnalyzer.classDef:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
        18: .line 1470
            return
        end local 3 // com.sun.tools.javac.tree.TreeMaker make
        end local 2 // com.sun.tools.javac.tree.JCTree tree
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Flow$FlowAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lcom/sun/tools/javac/comp/Flow$FlowAnalyzer;
            0   19     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   19     2  tree  Lcom/sun/tools/javac/tree/JCTree;
            0   19     3  make  Lcom/sun/tools/javac/tree/TreeMaker;
      Exception table:
        from    to  target  type
           0     8       8  any
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
    MethodParameters:
      Name  Flags
      env   
      tree  
      make  
}
SourceFile: "Flow.java"
NestHost: com.sun.tools.javac.comp.Flow
InnerClasses:
  public final Kind = com.sun.tools.javac.code.Kinds$Kind of com.sun.tools.javac.code.Kinds
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public VarSymbol = com.sun.tools.javac.code.Symbol$VarSymbol of com.sun.tools.javac.code.Symbol
  abstract BaseAnalyzer = com.sun.tools.javac.comp.Flow$BaseAnalyzer of com.sun.tools.javac.comp.Flow
  PendingExit = com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit of com.sun.tools.javac.comp.Flow$BaseAnalyzer
  FlowAnalyzer = com.sun.tools.javac.comp.Flow$FlowAnalyzer of com.sun.tools.javac.comp.Flow
  ThrownPendingExit = com.sun.tools.javac.comp.Flow$FlowAnalyzer$ThrownPendingExit of com.sun.tools.javac.comp.Flow$FlowAnalyzer
  abstract Liveness = com.sun.tools.javac.comp.Flow$Liveness of com.sun.tools.javac.comp.Flow
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public Warnings = com.sun.tools.javac.resources.CompilerProperties$Warnings of com.sun.tools.javac.resources.CompilerProperties
  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 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 abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree
  public JCForLoop = com.sun.tools.javac.tree.JCTree$JCForLoop of com.sun.tools.javac.tree.JCTree
  public JCIf = com.sun.tools.javac.tree.JCTree$JCIf 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 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 JCModuleDecl = com.sun.tools.javac.tree.JCTree$JCModuleDecl of com.sun.tools.javac.tree.JCTree
  public JCNewClass = com.sun.tools.javac.tree.JCTree$JCNewClass of com.sun.tools.javac.tree.JCTree
  public JCReturn = com.sun.tools.javac.tree.JCTree$JCReturn 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 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 JCTypeUnion = com.sun.tools.javac.tree.JCTree$JCTypeUnion 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 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 abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition 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 final Warning = com.sun.tools.javac.util.JCDiagnostic$Warning of com.sun.tools.javac.util.JCDiagnostic