class com.sun.tools.javac.comp.Flow$AliveAnalyzer 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$AliveAnalyzer
  super_class: com.sun.tools.javac.comp.Flow$BaseAnalyzer
{
  private com.sun.tools.javac.comp.Flow$Liveness alive;
    descriptor: Lcom/sun/tools/javac/comp/Flow$Liveness;
    flags: (0x0002) ACC_PRIVATE

  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$AliveAnalyzer this
         0: .line 467
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
    MethodParameters:
        Name  Flags
      this$0  final

  void markDead();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
         0: .line 476
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         1: .line 477
            return
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;

  void scanDef(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 486
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 487
            aload 1 /* tree */
            ifnull 5
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.BLOCK:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 5
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 5
         2: .line 488
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
         3: .line 489
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.InitializerMustBeAbleToCompleteNormally:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
         4: .line 488
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
         5: .line 491
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    6     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  void scanStat(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 496
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 3
            aload 1 /* tree */
            ifnull 3
         1: .line 497
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.tree.JCTree.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.UnreachableStmt: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 498
            aload 1 /* tree */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.SKIP:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifne 3
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.RECOVERY:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         3: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 501
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  void scanStats(com.sun.tools.javac.util.List<? extends com.sun.tools.javac.tree.JCTree$JCStatement>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.util.List trees
         0: .line 506
            aload 1 /* trees */
            ifnull 6
         1: .line 507
            aload 1 /* trees */
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         2: goto 5
         3: .line 508
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* 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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 507
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 3
        end local 2 // com.sun.tools.javac.util.List l
         6: .line 509
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.util.List trees
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    7     1  trees  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;
            2    6     2      l  Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;
    Signature: (Lcom/sun/tools/javac/util/List<+Lcom/sun/tools/javac/tree/JCTree$JCStatement;>;)V
    MethodParameters:
       Name  Flags
      trees  

  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=7, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
         0: .line 514
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.sym:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            ifnonnull 1
            return
         1: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 2 /* alivePrev */
        start local 2 // com.sun.tools.javac.comp.Flow$Liveness alivePrev
         2: .line 516
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 3 /* pendingExitsPrev */
        start local 3 // com.sun.tools.javac.util.ListBuffer pendingExitsPrev
         3: .line 517
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 519
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         5: .line 520
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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;
         6: .line 524
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
         7: goto 13
         8: .line 525
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.ListBuffer 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
            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 12
         9: .line 526
            aload 5 /* 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 12
        10: .line 527
            aload 0 /* this */
            aload 5 /* 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$AliveAnalyzer.scanDef:(Lcom/sun/tools/javac/tree/JCTree;)V
        11: .line 528
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.clearPendingExits:(Z)V
        12: .line 524
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        13: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 8
        end local 5 // com.sun.tools.javac.util.List l
        14: .line 533
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
        15: goto 21
        16: .line 534
      StackMap locals:
      StackMap stack:
            aload 5 /* 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 20
        17: .line 535
            aload 5 /* 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 20
        18: .line 536
            aload 0 /* this */
            aload 5 /* 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$AliveAnalyzer.scanDef:(Lcom/sun/tools/javac/tree/JCTree;)V
        19: .line 537
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.clearPendingExits:(Z)V
        20: .line 533
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        21: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 16
        end local 5 // com.sun.tools.javac.util.List l
        22: .line 542
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCClassDecl.defs:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
        23: goto 27
        24: .line 543
      StackMap locals:
      StackMap stack:
            aload 5 /* 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 26
        25: .line 544
            aload 0 /* this */
            aload 5 /* 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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        26: .line 542
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
      StackMap locals:
      StackMap stack:
        27: aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 24
        end local 5 // com.sun.tools.javac.util.List l
        28: .line 547
            goto 34
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCClassDecl com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Lint
      StackMap stack: java.lang.Throwable
        29: astore 6
        30: .line 548
            aload 0 /* this */
            aload 3 /* pendingExitsPrev */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        31: .line 549
            aload 0 /* this */
            aload 2 /* alivePrev */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        32: .line 550
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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;
        33: .line 551
            aload 6
            athrow
        34: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* pendingExitsPrev */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        35: .line 549
            aload 0 /* this */
            aload 2 /* alivePrev */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        36: .line 550
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 552
            return
        end local 4 // com.sun.tools.javac.code.Lint lintPrev
        end local 3 // com.sun.tools.javac.util.ListBuffer pendingExitsPrev
        end local 2 // com.sun.tools.javac.comp.Flow$Liveness alivePrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCClassDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   38     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   38     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            2   38     2         alivePrev  Lcom/sun/tools/javac/comp/Flow$Liveness;
            3   38     3  pendingExitsPrev  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4   38     4          lintPrev  Lcom/sun/tools/javac/code/Lint;
            7   14     5                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           15   22     5                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
           23   28     5                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
      Exception table:
        from    to  target  type
           6    29      29  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=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
         0: .line 555
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnonnull 1
            return
         1: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 558
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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;
         3: .line 560
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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
         4: .line 563
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         5: .line 564
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 565
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 7
            iconst_1
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Lint
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCMethodDecl
         7: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCMethodDecl com.sun.tools.javac.code.Lint
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCMethodDecl int
         8: putfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.completesNormally:Z
         9: .line 567
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 11
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.sym:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getReturnType:()Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifne 11
        10: .line 568
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCMethodDecl.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagEndPos:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.MissingRetStmt: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
        11: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.clearPendingExits:(Z)V
        12: .line 571
            goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
        14: .line 572
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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;
        15: .line 573
            aload 3
            athrow
        16: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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;
        17: .line 574
            return
        end local 2 // com.sun.tools.javac.code.Lint lintPrev
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   18     1      tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodDecl;
            2   18     2  lintPrev  Lcom/sun/tools/javac/code/Lint;
      Exception table:
        from    to  target  type
           4    13      13  any
    MethodParameters:
      Name  Flags
      tree  

  private void clearPendingExits(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // boolean inMethod
         0: .line 577
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 2 /* exits */
        start local 2 // com.sun.tools.javac.util.List exits
         1: .line 578
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 579
            goto 9
         3: .line 580
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 2 /* exits */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
            astore 3 /* exit */
        start local 3 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
         4: .line 581
            aload 2 /* exits */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* exits */
         5: .line 582
            iload 1 /* inMethod */
            ifeq 6
            aload 3 /* 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 7
         6: .line 583
      StackMap locals: com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 3 /* 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 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
         8: .line 582
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        end local 3 // com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit exit
         9: .line 579
      StackMap locals:
      StackMap stack:
            aload 2 /* exits */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 3
        10: .line 585
            return
        end local 2 // com.sun.tools.javac.util.List exits
        end local 1 // boolean inMethod
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   11     1  inMethod  Z
            1   11     2     exits  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4    9     3      exit  Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;
    MethodParameters:
          Name  Flags
      inMethod  

  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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCVariableDecl tree
         0: .line 588
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.init:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 9
         1: .line 589
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 590
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 592
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 593
            goto 8
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.tools.javac.code.Lint
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 594
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 595
            aload 3
            athrow
         8: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 597
      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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
         0: .line 600
            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$AliveAnalyzer.scanStats:(Lcom/sun/tools/javac/util/List;)V
         1: .line 601
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBlock tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCDoWhileLoop tree
         0: .line 604
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 605
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 606
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 607
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         4: .line 608
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 609
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCDoWhileLoop.cond: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.isTrue:()Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCDoWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness
         6: iconst_1
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCDoWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness int
         7: invokevirtual com.sun.tools.javac.comp.Flow$Liveness.and:(Z)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         8: .line 610
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         9: .line 611
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   10     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCDoWhileLoop;
            1   10     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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCWhileLoop tree
         0: .line 614
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 615
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 616
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 617
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond: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.isFalse:()Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer
         4: iconst_1
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer int
         5: invokestatic com.sun.tools.javac.comp.Flow$Liveness.from:(Z)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         6: .line 618
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         7: .line 619
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         8: .line 620
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
         9: .line 621
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCWhileLoop.cond: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.isTrue:()Z
            ifeq 10
            iconst_0
            goto 11
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness
        10: iconst_1
        11: .line 620
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCWhileLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness int
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Z)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        12: .line 622
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   13     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCWhileLoop;
            1   13     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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCForLoop tree
         0: .line 625
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 626
            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$AliveAnalyzer.scanStats:(Lcom/sun/tools/javac/util/List;)V
         2: .line 627
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         3: .line 628
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 9
         4: .line 629
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 630
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond: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.isFalse:()Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer
         6: iconst_1
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer int
         7: invokestatic com.sun.tools.javac.comp.Flow$Liveness.from:(Z)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         8: .line 631
            goto 10
         9: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        10: .line 634
      StackMap locals:
      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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        11: .line 635
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        12: .line 636
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
        13: .line 637
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
        14: .line 638
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            ifnull 15
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCForLoop.cond: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.isTrue:()Z
            ifne 15
            iconst_1
            goto 16
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness
        15: iconst_0
        16: .line 637
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCForLoop com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$Liveness int
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Z)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        17: .line 639
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   18     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCForLoop;
            1   18     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=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCEnhancedForLoop tree
         0: .line 642
            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$AliveAnalyzer.visitVarDef:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
         1: .line 643
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         2: .line 644
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 645
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         4: .line 646
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 647
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveContinues:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         6: .line 648
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            pop
         7: .line 649
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         8: .line 650
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    9     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCEnhancedForLoop;
            2    9     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=5, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLabeledStatement tree
         0: .line 653
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 654
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 655
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 656
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         4: .line 657
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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=5, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
         0: .line 660
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 661
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 662
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 663
            iconst_0
            istore 3 /* hasDefault */
        start local 3 // boolean hasDefault
         4: .line 664
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitch.cases:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.util.List l
         5: goto 29
         6: .line 665
      StackMap locals: com.sun.tools.javac.util.ListBuffer int com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         7: .line 666
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCase
            astore 5 /* c */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCCase c
         8: .line 667
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 10
         9: .line 668
            iconst_1
            istore 3 /* hasDefault */
            goto 14
        10: .line 670
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 13
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitch com.sun.tools.javac.util.ListBuffer int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase top java.util.Iterator
      StackMap stack:
        11: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 6 /* pat */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        12: .line 671
            aload 0 /* this */
            aload 6 /* pat */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        end local 6 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        13: .line 670
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 674
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitch com.sun.tools.javac.util.ListBuffer int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
            aload 0 /* this */
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scanStats:(Lcom/sun/tools/javac/util/List;)V
        15: .line 675
            aload 5 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCCase
        16: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitch com.sun.tools.javac.util.ListBuffer int com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCCase int
        17: putfield com.sun.tools.javac.tree.JCTree$JCCase.completesNormally:Z
        18: .line 676
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 21
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCCase.RULE:Lcom/sun/source/tree/CaseTree$CaseKind;
            if_acmpne 21
        19: .line 677
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scanSyntheticBreak:(Lcom/sun/tools/javac/tree/TreeMaker;Lcom/sun/tools/javac/tree/JCTree;)V
        20: .line 678
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        21: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 28
        22: .line 682
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.FALLTHROUGH:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 28
        23: .line 683
            aload 5 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 28
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 28
        24: .line 684
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.FALLTHROUGH:Lcom/sun/tools/javac/code/Lint$LintCategory;
        25: .line 685
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCase
            invokevirtual com.sun.tools.javac.tree.JCTree$JCCase.pos:()Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        26: .line 686
            getstatic com.sun.tools.javac.resources.CompilerProperties$Warnings.PossibleFallThroughIntoCase:Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        27: .line 684
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        end local 5 // com.sun.tools.javac.tree.JCTree$JCCase c
        28: .line 664
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals:
      StackMap stack:
        29: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
        end local 4 // com.sun.tools.javac.util.List l
        30: .line 688
            iload 3 /* hasDefault */
            ifne 32
        31: .line 689
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        32: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveBreaks:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        33: .line 692
            return
        end local 3 // boolean hasDefault
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitch tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   34     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   34     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitch;
            1   34     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4   34     3        hasDefault  Z
            5   30     4                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
            8   28     5                 c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
           12   13     6               pat  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
    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=5, locals=11, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
         0: .line 696
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 697
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 698
            aload 0 /* this */
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         3: .line 699
            aconst_null
            astore 3 /* constants */
        start local 3 // java.util.Set constants
         4: .line 700
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.selector:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            astore 4 /* selectorSym */
        start local 4 // com.sun.tools.javac.code.Symbol$TypeSymbol selectorSym
         5: .line 701
            aload 4 /* selectorSym */
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flags:()J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 13
         6: .line 702
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* constants */
         7: .line 704
            invokedynamic accepts()Lcom/sun/tools/javac/util/Filter;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/Flow$AliveAnalyzer.lambda$0(Lcom/sun/tools/javac/code/Symbol;)Z (6)
                  (Lcom/sun/tools/javac/code/Symbol;)Z
         8: .line 703
            astore 5 /* enumConstantFilter */
        start local 5 // com.sun.tools.javac.util.Filter enumConstantFilter
         9: .line 705
            aload 4 /* selectorSym */
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 5 /* enumConstantFilter */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbols:(Lcom/sun/tools/javac/util/Filter;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 7
            goto 12
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol com.sun.tools.javac.util.Filter top java.util.Iterator
      StackMap stack:
        10: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 6 /* s */
        start local 6 // com.sun.tools.javac.code.Symbol s
        11: .line 706
            aload 3 /* constants */
            aload 6 /* s */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // com.sun.tools.javac.code.Symbol s
        12: .line 705
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 5 // com.sun.tools.javac.util.Filter enumConstantFilter
        13: .line 709
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol
      StackMap stack:
            iconst_0
            istore 5 /* hasDefault */
        start local 5 // boolean hasDefault
        14: .line 710
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 6 /* prevAlive */
        start local 6 // com.sun.tools.javac.comp.Flow$Liveness prevAlive
        15: .line 711
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCSwitchExpression.cases:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        16: goto 45
        17: .line 712
      StackMap locals: int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        18: .line 713
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCCase
            astore 8 /* c */
        start local 8 // com.sun.tools.javac.tree.JCTree$JCCase c
        19: .line 714
            aload 8 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 21
        20: .line 715
            iconst_1
            istore 5 /* hasDefault */
            goto 30
        21: .line 717
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
            aload 8 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.pats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 29
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase top java.util.Iterator
      StackMap stack:
        22: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 9 /* pat */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        23: .line 718
            aload 0 /* this */
            aload 9 /* pat */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        24: .line 719
            aload 3 /* constants */
            ifnull 29
        25: .line 720
            aload 9 /* pat */
            getstatic com.sun.tools.javac.tree.JCTree$Tag.IDENT:Lcom/sun/tools/javac/tree/JCTree$Tag;
            invokevirtual com.sun.tools.javac.tree.JCTree$JCExpression.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
            ifeq 27
        26: .line 721
            aload 3 /* constants */
            aload 9 /* pat */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.name:Lcom/sun/tools/javac/util/Name;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        27: .line 722
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator
      StackMap stack:
            aload 9 /* pat */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            ifnull 29
        28: .line 723
            aload 3 /* constants */
            aload 9 /* pat */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.constValue:()Ljava/lang/Object;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        end local 9 // com.sun.tools.javac.tree.JCTree$JCExpression pat
        29: .line 717
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        30: .line 727
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack:
            aload 0 /* this */
            aload 8 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.stats:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scanStats:(Lcom/sun/tools/javac/util/List;)V
        31: .line 728
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 41
        32: .line 729
            aload 8 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.caseKind:Lcom/sun/source/tree/CaseTree$CaseKind;
            getstatic com.sun.tools.javac.tree.JCTree$JCCase.RULE:Lcom/sun/source/tree/CaseTree$CaseKind;
            if_acmpne 37
        33: .line 730
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 8 /* c */
            getfield com.sun.tools.javac.tree.JCTree$JCCase.body:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagEndPos:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        34: .line 731
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.RuleCompletesNormally:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        35: .line 730
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        36: .line 732
            goto 41
      StackMap locals:
      StackMap stack:
        37: aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 41
        38: .line 733
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagEndPos:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        39: .line 734
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.SwitchExpressionCompletesNormally:Lcom/sun/tools/javac/util/JCDiagnostic$Error;
        40: .line 733
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        41: .line 737
      StackMap locals:
      StackMap stack:
            aload 8 /* c */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 42
            iconst_1
            goto 43
      StackMap locals:
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCCase
        42: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCSwitchExpression com.sun.tools.javac.util.ListBuffer java.util.Set com.sun.tools.javac.code.Symbol$TypeSymbol int com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List com.sun.tools.javac.tree.JCTree$JCCase
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCCase int
        43: putfield com.sun.tools.javac.tree.JCTree$JCCase.completesNormally:Z
        end local 8 // com.sun.tools.javac.tree.JCTree$JCCase c
        44: .line 711
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
      StackMap locals:
      StackMap stack:
        45: aload 7 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 17
        end local 7 // com.sun.tools.javac.util.List l
        46: .line 739
            aload 3 /* constants */
            ifnull 47
            aload 3 /* constants */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 49
      StackMap locals:
      StackMap stack:
        47: iload 5 /* hasDefault */
            ifne 49
        48: .line 740
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* tree */
            getstatic com.sun.tools.javac.resources.CompilerProperties$Errors.NotExhaustive: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
        49: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* prevAlive */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        50: .line 743
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* prevPendingExits */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.resolveYields:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/ListBuffer;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        51: .line 744
            return
        end local 6 // com.sun.tools.javac.comp.Flow$Liveness prevAlive
        end local 5 // boolean hasDefault
        end local 4 // com.sun.tools.javac.code.Symbol$TypeSymbol selectorSym
        end local 3 // java.util.Set constants
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCSwitchExpression tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   52     0                this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   52     1                tree  Lcom/sun/tools/javac/tree/JCTree$JCSwitchExpression;
            1   52     2    prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4   52     3           constants  Ljava/util/Set<Ljava/lang/Object;>;
            5   52     4         selectorSym  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            9   13     5  enumConstantFilter  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
           11   12     6                   s  Lcom/sun/tools/javac/code/Symbol;
           14   52     5          hasDefault  Z
           15   52     6           prevAlive  Lcom/sun/tools/javac/comp/Flow$Liveness;
           16   46     7                   l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCase;>;
           19   44     8                   c  Lcom/sun/tools/javac/tree/JCTree$JCCase;
           23   29     9                 pat  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
    MethodParameters:
      Name  Flags
      tree  

  public void visitTry(com.sun.tools.javac.tree.JCTree$JCTry);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
         0: .line 747
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPendingExits */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
         1: .line 748
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 749
            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 4
            goto 12
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree
            astore 3 /* resource */
        start local 3 // com.sun.tools.javac.tree.JCTree resource
         4: .line 750
            aload 3 /* resource */
            instanceof com.sun.tools.javac.tree.JCTree$JCVariableDecl
            ifeq 8
         5: .line 751
            aload 3 /* resource */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 5 /* vdecl */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
         6: .line 752
            aload 0 /* this */
            aload 5 /* vdecl */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.visitVarDef:(Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;)V
        end local 5 // com.sun.tools.javac.tree.JCTree$JCVariableDecl vdecl
         7: .line 753
            goto 12
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.tree.JCTree java.util.Iterator
      StackMap stack:
         8: aload 3 /* resource */
            instanceof com.sun.tools.javac.tree.JCTree$JCExpression
            ifeq 11
         9: .line 754
            aload 0 /* this */
            aload 3 /* resource */
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        10: .line 755
            goto 12
        11: .line 756
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 1 /* tree */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // com.sun.tools.javac.tree.JCTree resource
        12: .line 749
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 760
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        14: .line 761
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 3 /* aliveEnd */
        start local 3 // com.sun.tools.javac.comp.Flow$Liveness aliveEnd
        15: .line 763
            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
        16: goto 23
        17: .line 764
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        18: .line 765
            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;
            astore 5 /* param */
        start local 5 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        19: .line 766
            aload 0 /* this */
            aload 5 /* param */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
        20: .line 767
            aload 0 /* this */
            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.body:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        21: .line 768
            aload 3 /* aliveEnd */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 3 /* aliveEnd */
        end local 5 // com.sun.tools.javac.tree.JCTree$JCVariableDecl param
        22: .line 763
            aload 4 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 4 /* l */
      StackMap locals:
      StackMap stack:
        23: aload 4 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 17
        end local 4 // com.sun.tools.javac.util.List l
        24: .line 770
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            ifnull 43
        25: .line 771
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 4 /* exits */
        start local 4 // com.sun.tools.javac.util.ListBuffer exits
        26: .line 772
            aload 0 /* this */
            aload 2 /* prevPendingExits */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        27: .line 773
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        28: .line 774
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
        29: .line 775
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 30
            iconst_1
            goto 31
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCTry
        30: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCTry com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.comp.Flow$Liveness com.sun.tools.javac.util.ListBuffer
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCTry int
        31: putfield com.sun.tools.javac.tree.JCTree$JCTry.finallyCanCompleteNormally:Z
        32: .line 776
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpne 40
        33: .line 777
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.FINALLY:Lcom/sun/tools/javac/code/Lint$LintCategory;
            invokevirtual com.sun.tools.javac.code.Lint.isEnabled:(Lcom/sun/tools/javac/code/Lint$LintCategory;)Z
            ifeq 49
        34: .line 778
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.FINALLY:Lcom/sun/tools/javac/code/Lint$LintCategory;
        35: .line 779
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCTry.finalizer:Lcom/sun/tools/javac/tree/JCTree$JCBlock;
            invokestatic com.sun.tools.javac.tree.TreeInfo.diagEndPos:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
        36: .line 780
            getstatic com.sun.tools.javac.resources.CompilerProperties$Warnings.FinallyCannotComplete:Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        37: .line 778
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        38: .line 782
            goto 49
        39: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 4 /* 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
        40: .line 783
      StackMap locals:
      StackMap stack:
            aload 4 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.nonEmpty:()Z
            ifne 39
        41: .line 786
            aload 0 /* this */
            aload 3 /* aliveEnd */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        end local 4 // com.sun.tools.javac.util.ListBuffer exits
        42: .line 788
            goto 49
        43: .line 789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* aliveEnd */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        44: .line 790
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 4 /* exits */
        start local 4 // com.sun.tools.javac.util.ListBuffer exits
        45: .line 791
            aload 0 /* this */
            aload 2 /* prevPendingExits */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        46: .line 792
            goto 48
      StackMap locals: com.sun.tools.javac.util.ListBuffer
      StackMap stack:
        47: aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            aload 4 /* 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:
        48: aload 4 /* exits */
            invokevirtual com.sun.tools.javac.util.ListBuffer.nonEmpty:()Z
            ifne 47
        end local 4 // com.sun.tools.javac.util.ListBuffer exits
        49: .line 794
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.comp.Flow$Liveness aliveEnd
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPendingExits
        end local 1 // com.sun.tools.javac.tree.JCTree$JCTry tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   50     0              this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   50     1              tree  Lcom/sun/tools/javac/tree/JCTree$JCTry;
            1   50     2  prevPendingExits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            4   12     3          resource  Lcom/sun/tools/javac/tree/JCTree;
            6    7     5             vdecl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           15   50     3          aliveEnd  Lcom/sun/tools/javac/comp/Flow$Liveness;
           16   24     4                 l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCCatch;>;
           19   22     5             param  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           26   42     4             exits  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
           45   49     4             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=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCIf tree
         0: .line 798
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 799
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         2: .line 800
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCIf.elsepart:Lcom/sun/tools/javac/tree/JCTree$JCStatement;
            ifnull 8
         3: .line 801
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 2 /* aliveAfterThen */
        start local 2 // com.sun.tools.javac.comp.Flow$Liveness aliveAfterThen
         4: .line 802
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         5: .line 803
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         6: .line 804
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            aload 2 /* aliveAfterThen */
            invokevirtual com.sun.tools.javac.comp.Flow$Liveness.or:(Lcom/sun/tools/javac/comp/Flow$Liveness;)Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        end local 2 // com.sun.tools.javac.comp.Flow$Liveness aliveAfterThen
         7: .line 805
            goto 9
         8: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         9: .line 808
      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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   10     1            tree  Lcom/sun/tools/javac/tree/JCTree$JCIf;
            4    7     2  aliveAfterThen  Lcom/sun/tools/javac/comp/Flow$Liveness;
    MethodParameters:
      Name  Flags
      tree  

  public void visitBreak(com.sun.tools.javac.tree.JCTree$JCBreak);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCBreak;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
         0: .line 811
            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$AliveAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         1: .line 812
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCBreak tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
         0: .line 816
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 817
            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$AliveAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         2: .line 818
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCYield tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
         0: .line 821
            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$AliveAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         1: .line 822
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCContinue tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
         0: .line 825
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 826
            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$AliveAnalyzer.recordExit:(Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;)V
         2: .line 827
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCReturn tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
         0: .line 830
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 831
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.markDead:()V
         2: .line 832
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCThrow tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCThrow;
    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=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
         0: .line 835
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 836
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         2: .line 837
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCMethodInvocation tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    3     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCMethodInvocation;
    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=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
         0: .line 840
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         1: .line 841
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/util/List;)V
         2: .line 842
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCNewClass.def:Lcom/sun/tools/javac/tree/JCTree$JCClassDecl;
            ifnull 4
         3: .line 843
            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$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         4: .line 845
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCNewClass tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0    5     1  tree  Lcom/sun/tools/javac/tree/JCTree$JCNewClass;
    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=5, args_size=2
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
         0: .line 849
            aload 1 /* tree */
            getfield com.sun.tools.javac.tree.JCTree$JCLambda.type:Lcom/sun/tools/javac/code/Type;
            ifnull 3
         1: .line 850
            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 851
            return
         3: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
            astore 2 /* prevPending */
        start local 2 // com.sun.tools.javac.util.ListBuffer prevPending
         4: .line 855
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            astore 3 /* prevAlive */
        start local 3 // com.sun.tools.javac.comp.Flow$Liveness prevAlive
         5: .line 857
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         6: .line 858
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         7: .line 859
            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$AliveAnalyzer.scanStat:(Lcom/sun/tools/javac/tree/JCTree;)V
         8: .line 860
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
            getstatic com.sun.tools.javac.comp.Flow$Liveness.DEAD:Lcom/sun/tools/javac/comp/Flow$Liveness;
            if_acmpeq 9
            iconst_1
            goto 10
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.comp.Flow$Liveness
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCLambda
         9: iconst_0
      StackMap locals: com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.comp.Flow$Liveness
      StackMap stack: com.sun.tools.javac.tree.JCTree$JCLambda int
        10: putfield com.sun.tools.javac.tree.JCTree$JCLambda.canCompleteNormally:Z
        11: .line 861
            goto 16
        12: .line 862
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        13: .line 863
            aload 0 /* this */
            aload 2 /* prevPending */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        14: .line 864
            aload 0 /* this */
            aload 3 /* prevAlive */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        15: .line 865
            aload 4
            athrow
        16: .line 863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* prevPending */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        17: .line 864
            aload 0 /* this */
            aload 3 /* prevAlive */
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
        18: .line 866
            return
        end local 3 // com.sun.tools.javac.comp.Flow$Liveness prevAlive
        end local 2 // com.sun.tools.javac.util.ListBuffer prevPending
        end local 1 // com.sun.tools.javac.tree.JCTree$JCLambda tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   19     1         tree  Lcom/sun/tools/javac/tree/JCTree$JCLambda;
            4   19     2  prevPending  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/comp/Flow$BaseAnalyzer$PendingExit;>;
            5   19     3    prevAlive  Lcom/sun/tools/javac/comp/Flow$Liveness;
      Exception table:
        from    to  target  type
           5    12      12  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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
         0: .line 870
            return
        end local 1 // com.sun.tools.javac.tree.JCTree$JCModuleDecl tree
        end local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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$AliveAnalyzer this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.tree.TreeMaker make
         0: .line 879
            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$AliveAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
         1: .line 880
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            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=3, locals=5, args_size=4
        start local 0 // com.sun.tools.javac.comp.Flow$AliveAnalyzer 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 883
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 884
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.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 885
            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$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         3: .line 886
            aload 0 /* this */
            getstatic com.sun.tools.javac.comp.Flow$Liveness.ALIVE:Lcom/sun/tools/javac/comp/Flow$Liveness;
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.alive:Lcom/sun/tools/javac/comp/Flow$Liveness;
         4: .line 887
            aload 0 /* this */
            aload 2 /* tree */
            invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 888
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 4
         7: .line 889
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
         8: .line 890
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aconst_null
            putfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
         9: .line 891
            aload 4
            athrow
        10: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.pendingExits:Lcom/sun/tools/javac/util/ListBuffer;
        11: .line 890
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Flow$AliveAnalyzer.this$0:Lcom/sun/tools/javac/comp/Flow;
            aconst_null
            putfield com.sun.tools.javac.comp.Flow.make:Lcom/sun/tools/javac/tree/TreeMaker;
        12: .line 892
            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$AliveAnalyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/comp/Flow$AliveAnalyzer;
            0   13     1   env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0   13     2  tree  Lcom/sun/tools/javac/tree/JCTree;
            0   13     3  make  Lcom/sun/tools/javac/tree/TreeMaker;
      Exception table:
        from    to  target  type
           0     6       6  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  

  private static boolean lambda$0(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol s
         0: .line 704
            aload 0 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 16384
            land
            lconst_0
            lcmp
            ifeq 1
            aload 0 /* s */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.code.Symbol s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     s  Lcom/sun/tools/javac/code/Symbol;
}
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 final LintCategory = com.sun.tools.javac.code.Lint$LintCategory of com.sun.tools.javac.code.Lint
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  AliveAnalyzer = com.sun.tools.javac.comp.Flow$AliveAnalyzer of com.sun.tools.javac.comp.Flow
  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
  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 JCIdent = com.sun.tools.javac.tree.JCTree$JCIdent of com.sun.tools.javac.tree.JCTree
  public JCIf = com.sun.tools.javac.tree.JCTree$JCIf of com.sun.tools.javac.tree.JCTree
  public 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 abstract JCStatement = com.sun.tools.javac.tree.JCTree$JCStatement of com.sun.tools.javac.tree.JCTree
  public JCSwitch = com.sun.tools.javac.tree.JCTree$JCSwitch of com.sun.tools.javac.tree.JCTree
  public JCSwitchExpression = com.sun.tools.javac.tree.JCTree$JCSwitchExpression of com.sun.tools.javac.tree.JCTree
  public 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 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
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles