public class org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer implements org.glassfish.pfl.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer
  super_class: java.lang.Object
{
  private final org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter;
    descriptor: Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int n;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.pfl.objectweb.asm.tree.InsnList insns;
    descriptor: Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List[] handlers;
    descriptor: [Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.pfl.objectweb.asm.tree.analysis.Frame[] frames;
    descriptor: [Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine[] subroutines;
    descriptor: [Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] queued;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private int[] queue;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int top;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* interpreter */
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
         2: .line 84
            return
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    3     1  interpreter  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
    MethodParameters:
             Name  Flags
      interpreter  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Frame[] analyze(java.lang.String, org.glassfish.pfl.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/glassfish/pfl/objectweb/asm/tree/MethodNode;)[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=21, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.MethodNode m
         0: .line 101
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.access:I
            sipush 1280
            iand
            ifeq 3
         1: .line 102
            aload 0 /* this */
            iconst_0
            anewarray org.glassfish.pfl.objectweb.asm.tree.analysis.Frame
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
         2: .line 103
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            areturn
         3: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.instructions:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.size:()I
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
         4: .line 106
            aload 0 /* this */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.instructions:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
         5: .line 107
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            anewarray java.util.List
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
         6: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            anewarray org.glassfish.pfl.objectweb.asm.tree.analysis.Frame
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
         7: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            anewarray org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
         8: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            newarray 4
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
         9: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queue:[I
        10: .line 112
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
        11: .line 115
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 26
        13: .line 116
      StackMap locals: int
      StackMap stack:
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode
            astore 4 /* tcb */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
        14: .line 117
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 4 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 5 /* begin */
        start local 5 // int begin
        15: .line 118
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 4 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 6 /* end */
        start local 6 // int end
        16: .line 119
            iload 5 /* begin */
            istore 7 /* j */
        start local 7 // int j
        17: goto 24
        18: .line 120
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode int org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aaload
            astore 8 /* insnHandlers */
        start local 8 // java.util.List insnHandlers
        19: .line 121
            aload 8 /* insnHandlers */
            ifnonnull 22
        20: .line 122
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* insnHandlers */
        21: .line 123
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* j */
            aload 8 /* insnHandlers */
            aastore
        22: .line 125
      StackMap locals: java.util.List
      StackMap stack:
            aload 8 /* insnHandlers */
            aload 4 /* tcb */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.util.List insnHandlers
        23: .line 119
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* j */
            iload 6 /* end */
            if_icmplt 18
        end local 7 // int j
        end local 6 // int end
        end local 5 // int begin
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
        25: .line 115
            iinc 3 /* i */ 1
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode int
      StackMap stack:
        26: iload 3 /* i */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.tryCatchBlocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 13
        end local 3 // int i
        27: .line 130
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            dup
            aconst_null
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
            aconst_null
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;ILorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;)V
            astore 3 /* main */
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine main
        28: .line 131
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* subroutineCalls */
        start local 4 // java.util.List subroutineCalls
        29: .line 132
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* subroutineHeads */
        start local 5 // java.util.Map subroutineHeads
        30: .line 133
            aload 0 /* this */
            iconst_0
            aload 3 /* main */
            aload 4 /* subroutineCalls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        31: .line 134
            goto 40
        32: .line 135
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map
      StackMap stack:
            aload 4 /* subroutineCalls */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jsr */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode jsr
        33: .line 136
            aload 5 /* subroutineHeads */
            aload 6 /* jsr */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            astore 7 /* sub */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine sub
        34: .line 137
            aload 7 /* sub */
            ifnonnull 39
        35: .line 138
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 6 /* jsr */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 6 /* jsr */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;ILorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;)V
            astore 7 /* sub */
        36: .line 139
            aload 5 /* subroutineHeads */
            aload 6 /* jsr */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            aload 7 /* sub */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 140
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 6 /* jsr */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 7 /* sub */
            aload 4 /* subroutineCalls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        38: .line 141
            goto 40
        39: .line 142
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 7 /* sub */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 6 /* jsr */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine sub
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode jsr
        40: .line 134
      StackMap locals:
      StackMap stack:
            aload 4 /* subroutineCalls */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 32
        41: .line 145
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        42: goto 46
        43: .line 146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            ifnull 45
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aaload
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.start:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            ifnonnull 45
        44: .line 147
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 6 /* i */
            aconst_null
            aastore
        45: .line 145
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 6 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            if_icmplt 43
        end local 6 // int i
        47: .line 152
            aload 0 /* this */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxStack:I
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newFrame:(II)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            astore 6 /* current */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame current
        48: .line 153
            aload 0 /* this */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxStack:I
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newFrame:(II)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            astore 7 /* handler */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame handler
        49: .line 154
            aload 6 /* current */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setReturn:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        50: .line 155
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.desc:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 8 /* args */
        start local 8 // org.glassfish.pfl.objectweb.asm.Type[] args
        51: .line 156
            iconst_0
            istore 9 /* local */
        start local 9 // int local
        52: .line 157
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.access:I
            bipush 8
            iand
            ifne 55
        53: .line 158
            aload 1 /* owner */
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 10 /* ctype */
        start local 10 // org.glassfish.pfl.objectweb.asm.Type ctype
        54: .line 159
            aload 6 /* current */
            iload 9 /* local */
            iinc 9 /* local */ 1
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aload 10 /* ctype */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        end local 10 // org.glassfish.pfl.objectweb.asm.Type ctype
        55: .line 161
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.Type[] int
      StackMap stack:
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        56: goto 61
        57: .line 162
      StackMap locals: int
      StackMap stack:
            aload 6 /* current */
            iload 9 /* local */
            iinc 9 /* local */ 1
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aload 8 /* args */
            iload 10 /* i */
            aaload
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        58: .line 163
            aload 8 /* args */
            iload 10 /* i */
            aaload
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 60
        59: .line 164
            aload 6 /* current */
            iload 9 /* local */
            iinc 9 /* local */ 1
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aconst_null
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        60: .line 161
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        61: iload 10 /* i */
            aload 8 /* args */
            arraylength
            if_icmplt 57
        end local 10 // int i
        62: .line 167
            goto 64
        63: .line 168
      StackMap locals:
      StackMap stack:
            aload 6 /* current */
            iload 9 /* local */
            iinc 9 /* local */ 1
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aconst_null
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.setLocal:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
        64: .line 167
      StackMap locals:
      StackMap stack:
            iload 9 /* local */
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
            if_icmplt 63
        65: .line 170
            aload 0 /* this */
            iconst_0
            aload 6 /* current */
            aconst_null
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        66: .line 172
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* m */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.init:(Ljava/lang/String;Lorg/glassfish/pfl/objectweb/asm/tree/MethodNode;)V
        67: .line 175
            goto 189
        68: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queue:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            iconst_1
            isub
            dup_x1
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            iaload
            istore 10 /* insn */
        start local 10 // int insn
        69: .line 177
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 10 /* insn */
            aaload
            astore 11 /* f */
        start local 11 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame f
        70: .line 178
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 10 /* insn */
            aaload
            astore 12 /* subroutine */
        start local 12 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
        71: .line 179
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 10 /* insn */
            iconst_0
            bastore
        72: .line 181
            aconst_null
            astore 13 /* insnNode */
        start local 13 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insnNode
        73: .line 183
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.instructions:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            iload 10 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.get:(I)Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            astore 13 /* insnNode */
        74: .line 184
            aload 13 /* insnNode */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 14 /* insnOpcode */
        start local 14 // int insnOpcode
        75: .line 185
            aload 13 /* insnNode */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getType:()I
            istore 15 /* insnType */
        start local 15 // int insnType
        76: .line 187
            iload 15 /* insnType */
            bipush 7
            if_icmpeq 79
        77: .line 188
            iload 15 /* insnType */
            bipush 14
            if_icmpeq 79
        78: .line 189
            iload 15 /* insnType */
            bipush 13
            if_icmpne 82
        79: .line 191
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.Type[] int int org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode int int
      StackMap stack:
            aload 0 /* this */
            iload 10 /* insn */
            iconst_1
            iadd
            aload 11 /* f */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        80: .line 192
            aload 0 /* this */
            iload 10 /* insn */
            iload 10 /* insn */
            iconst_1
            iadd
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        81: .line 193
            goto 163
        82: .line 194
      StackMap locals:
      StackMap stack:
            aload 6 /* current */
            aload 11 /* f */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.init:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            aload 13 /* insnNode */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.execute:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;)V
        83: .line 195
            aload 12 /* subroutine */
            ifnonnull 84
            aconst_null
            goto 85
      StackMap locals:
      StackMap stack:
        84: aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.copy:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
      StackMap locals:
      StackMap stack: org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
        85: astore 12 /* subroutine */
        86: .line 197
            aload 13 /* insnNode */
            instanceof org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
            ifeq 101
        87: .line 198
            aload 13 /* insnNode */
            checkcast org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
            astore 16 /* j */
        start local 16 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode j
        88: .line 199
            iload 14 /* insnOpcode */
            sipush 167
            if_icmpeq 91
            iload 14 /* insnOpcode */
            sipush 168
            if_icmpeq 91
        89: .line 200
            aload 0 /* this */
            iload 10 /* insn */
            iconst_1
            iadd
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        90: .line 201
            aload 0 /* this */
            iload 10 /* insn */
            iload 10 /* insn */
            iconst_1
            iadd
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        91: .line 203
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 16 /* j */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 17 /* jump */
        start local 17 // int jump
        92: .line 204
            iload 14 /* insnOpcode */
            sipush 168
            if_icmpne 98
        93: .line 205
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 16 /* j */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
        94: .line 206
            aload 2 /* m */
            getfield org.glassfish.pfl.objectweb.asm.tree.MethodNode.maxLocals:I
        95: .line 207
            aload 16 /* j */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;ILorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;)V
        96: .line 205
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        97: .line 208
            goto 99
        98: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        99: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 10 /* insn */
            iload 17 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 17 // int jump
        end local 16 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode j
       100: .line 212
            goto 163
      StackMap locals:
      StackMap stack:
       101: aload 13 /* insnNode */
            instanceof org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 115
       102: .line 213
            aload 13 /* insnNode */
            checkcast org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode
            astore 16 /* lsi */
        start local 16 // org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode lsi
       103: .line 214
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 16 /* lsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 17 /* jump */
        start local 17 // int jump
       104: .line 215
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
       105: .line 216
            aload 0 /* this */
            iload 10 /* insn */
            iload 17 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       106: .line 217
            iconst_0
            istore 18 /* j */
        start local 18 // int j
       107: goto 113
       108: .line 218
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode int int
      StackMap stack:
            aload 16 /* lsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 18 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.LabelNode
            astore 19 /* label */
        start local 19 // org.glassfish.pfl.objectweb.asm.tree.LabelNode label
       109: .line 219
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 19 /* label */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 17 /* jump */
       110: .line 220
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
       111: .line 221
            aload 0 /* this */
            iload 10 /* insn */
            iload 17 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 19 // org.glassfish.pfl.objectweb.asm.tree.LabelNode label
       112: .line 217
            iinc 18 /* j */ 1
      StackMap locals:
      StackMap stack:
       113: iload 18 /* j */
            aload 16 /* lsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 108
        end local 18 // int j
        end local 17 // int jump
        end local 16 // org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode lsi
       114: .line 223
            goto 163
      StackMap locals:
      StackMap stack:
       115: aload 13 /* insnNode */
            instanceof org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 129
       116: .line 224
            aload 13 /* insnNode */
            checkcast org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode
            astore 16 /* tsi */
        start local 16 // org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode tsi
       117: .line 225
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 16 /* tsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 17 /* jump */
        start local 17 // int jump
       118: .line 226
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
       119: .line 227
            aload 0 /* this */
            iload 10 /* insn */
            iload 17 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       120: .line 228
            iconst_0
            istore 18 /* j */
        start local 18 // int j
       121: goto 127
       122: .line 229
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode int int
      StackMap stack:
            aload 16 /* tsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 18 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.LabelNode
            astore 19 /* label */
        start local 19 // org.glassfish.pfl.objectweb.asm.tree.LabelNode label
       123: .line 230
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 19 /* label */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 17 /* jump */
       124: .line 231
            aload 0 /* this */
            iload 17 /* jump */
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
       125: .line 232
            aload 0 /* this */
            iload 10 /* insn */
            iload 17 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 19 // org.glassfish.pfl.objectweb.asm.tree.LabelNode label
       126: .line 228
            iinc 18 /* j */ 1
      StackMap locals:
      StackMap stack:
       127: iload 18 /* j */
            aload 16 /* tsi */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 122
        end local 18 // int j
        end local 17 // int jump
        end local 16 // org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode tsi
       128: .line 234
            goto 163
      StackMap locals:
      StackMap stack:
       129: iload 14 /* insnOpcode */
            sipush 169
            if_icmpne 147
       130: .line 235
            aload 12 /* subroutine */
            ifnonnull 132
       131: .line 236
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 13 /* insnNode */
            ldc "RET instruction outside of a sub routine"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       132: .line 238
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 16 /* i */
        start local 16 // int i
       133: goto 145
       134: .line 239
      StackMap locals: int
      StackMap stack:
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 16 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 17 /* caller */
        start local 17 // java.lang.Object caller
       135: .line 240
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 17 /* caller */
            checkcast org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 18 /* call */
        start local 18 // int call
       136: .line 241
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 18 /* call */
            aaload
            ifnull 144
       137: .line 242
            aload 0 /* this */
            iload 18 /* call */
            iconst_1
            iadd
       138: .line 243
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 18 /* call */
            aaload
       139: .line 244
            aload 6 /* current */
       140: .line 245
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 18 /* call */
            aaload
       141: .line 246
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
       142: .line 242
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;[Z)V
       143: .line 247
            aload 0 /* this */
            iload 10 /* insn */
            iload 18 /* call */
            iconst_1
            iadd
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 18 // int call
        end local 17 // java.lang.Object caller
       144: .line 238
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
       145: iload 16 /* i */
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 134
        end local 16 // int i
       146: .line 250
            goto 163
      StackMap locals:
      StackMap stack:
       147: iload 14 /* insnOpcode */
            sipush 191
            if_icmpeq 163
       148: .line 251
            iload 14 /* insnOpcode */
            sipush 172
            if_icmplt 149
            iload 14 /* insnOpcode */
            sipush 177
            if_icmple 163
       149: .line 253
      StackMap locals:
      StackMap stack:
            aload 12 /* subroutine */
            ifnull 161
       150: .line 254
            aload 13 /* insnNode */
            instanceof org.glassfish.pfl.objectweb.asm.tree.VarInsnNode
            ifeq 158
       151: .line 255
            aload 13 /* insnNode */
            checkcast org.glassfish.pfl.objectweb.asm.tree.VarInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.VarInsnNode.var:I
            istore 16 /* var */
        start local 16 // int var
       152: .line 256
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 16 /* var */
            iconst_1
            bastore
       153: .line 257
            iload 14 /* insnOpcode */
            bipush 22
            if_icmpeq 156
            iload 14 /* insnOpcode */
            bipush 24
            if_icmpeq 156
       154: .line 258
            iload 14 /* insnOpcode */
            bipush 55
            if_icmpeq 156
       155: .line 259
            iload 14 /* insnOpcode */
            bipush 57
            if_icmpne 161
       156: .line 261
      StackMap locals: int
      StackMap stack:
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 16 /* var */
            iconst_1
            iadd
            iconst_1
            bastore
        end local 16 // int var
       157: .line 263
            goto 161
      StackMap locals:
      StackMap stack:
       158: aload 13 /* insnNode */
            instanceof org.glassfish.pfl.objectweb.asm.tree.IincInsnNode
            ifeq 161
       159: .line 264
            aload 13 /* insnNode */
            checkcast org.glassfish.pfl.objectweb.asm.tree.IincInsnNode
            getfield org.glassfish.pfl.objectweb.asm.tree.IincInsnNode.var:I
            istore 16 /* var */
        start local 16 // int var
       160: .line 265
            aload 12 /* subroutine */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.access:[Z
            iload 16 /* var */
            iconst_1
            bastore
        end local 16 // int var
       161: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 10 /* insn */
            iconst_1
            iadd
            aload 6 /* current */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
       162: .line 269
            aload 0 /* this */
            iload 10 /* insn */
            iload 10 /* insn */
            iconst_1
            iadd
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       163: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 10 /* insn */
            aaload
            astore 16 /* insnHandlers */
        start local 16 // java.util.List insnHandlers
       164: .line 274
            aload 16 /* insnHandlers */
            ifnull 189
       165: .line 275
            iconst_0
            istore 17 /* i */
        start local 17 // int i
       166: goto 179
       167: .line 276
      StackMap locals: java.util.List int
      StackMap stack:
            aload 16 /* insnHandlers */
            iload 17 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode
            astore 18 /* tcb */
        start local 18 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
       168: .line 278
            aload 18 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            ifnonnull 171
       169: .line 279
            ldc "java/lang/Throwable"
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 19 /* type */
        start local 19 // org.glassfish.pfl.objectweb.asm.Type type
       170: .line 280
            goto 172
        end local 19 // org.glassfish.pfl.objectweb.asm.Type type
       171: .line 281
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode
      StackMap stack:
            aload 18 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/glassfish/pfl/objectweb/asm/Type;
            astore 19 /* type */
        start local 19 // org.glassfish.pfl.objectweb.asm.Type type
       172: .line 283
      StackMap locals: org.glassfish.pfl.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 18 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            istore 20 /* jump */
        start local 20 // int jump
       173: .line 284
            aload 0 /* this */
            iload 10 /* insn */
            iload 20 /* jump */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(II)Z
            ifeq 178
       174: .line 285
            aload 7 /* handler */
            aload 11 /* f */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.init:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            pop
       175: .line 286
            aload 7 /* handler */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.clearStack:()V
       176: .line 287
            aload 7 /* handler */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            aload 19 /* type */
            invokeinterface org.glassfish.pfl.objectweb.asm.tree.analysis.Interpreter.newValue:(Lorg/glassfish/pfl/objectweb/asm/Type;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;)V
       177: .line 288
            aload 0 /* this */
            iload 20 /* jump */
            aload 7 /* handler */
            aload 12 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.merge:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
        end local 20 // int jump
        end local 19 // org.glassfish.pfl.objectweb.asm.Type type
        end local 18 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
       178: .line 275
      StackMap locals:
      StackMap stack:
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
       179: iload 17 /* i */
            aload 16 /* insnHandlers */
            invokeinterface java.util.List.size:()I
            if_icmplt 167
        end local 17 // int i
        end local 16 // java.util.List insnHandlers
        end local 15 // int insnType
        end local 14 // int insnOpcode
       180: .line 292
            goto 189
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.Type[] int int org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
      StackMap stack: org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
       181: astore 14 /* e */
        start local 14 // org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException e
       182: .line 293
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 14 /* e */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.node:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 10 /* insn */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
       183: .line 294
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 14 /* e */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 14 /* e */
       184: .line 293
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 14 // org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException e
       185: .line 295
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 14 /* e */
        start local 14 // java.lang.Exception e
       186: .line 296
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 13 /* insnNode */
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 10 /* insn */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
       187: .line 297
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 14 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 14 /* e */
       188: .line 296
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 14 // java.lang.Exception e
        end local 13 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 12 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 11 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame f
        end local 10 // int insn
       189: .line 175
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer java.lang.String org.glassfish.pfl.objectweb.asm.tree.MethodNode org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.Map org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.Type[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            ifgt 68
       190: .line 301
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 9 // int local
        end local 8 // org.glassfish.pfl.objectweb.asm.Type[] args
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame handler
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame current
        end local 5 // java.util.Map subroutineHeads
        end local 4 // java.util.List subroutineCalls
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine main
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.MethodNode m
        end local 1 // java.lang.String owner
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  191     0             this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0  191     1            owner  Ljava/lang/String;
            0  191     2                m  Lorg/glassfish/pfl/objectweb/asm/tree/MethodNode;
           12   27     3                i  I
           14   25     4              tcb  Lorg/glassfish/pfl/objectweb/asm/tree/TryCatchBlockNode;
           15   25     5            begin  I
           16   25     6              end  I
           17   25     7                j  I
           19   23     8     insnHandlers  Ljava/util/List;
           28  191     3             main  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
           29  191     4  subroutineCalls  Ljava/util/List;
           30  191     5  subroutineHeads  Ljava/util/Map;
           33   40     6              jsr  Lorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;
           34   40     7              sub  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
           42   47     6                i  I
           48  191     6          current  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
           49  191     7          handler  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
           51  191     8             args  [Lorg/glassfish/pfl/objectweb/asm/Type;
           52  191     9            local  I
           54   55    10            ctype  Lorg/glassfish/pfl/objectweb/asm/Type;
           56   62    10                i  I
           69  189    10             insn  I
           70  189    11                f  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
           71  189    12       subroutine  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
           73  189    13         insnNode  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
           75  180    14       insnOpcode  I
           76  180    15         insnType  I
           88  100    16                j  Lorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;
           92  100    17             jump  I
          103  114    16              lsi  Lorg/glassfish/pfl/objectweb/asm/tree/LookupSwitchInsnNode;
          104  114    17             jump  I
          107  114    18                j  I
          109  112    19            label  Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
          117  128    16              tsi  Lorg/glassfish/pfl/objectweb/asm/tree/TableSwitchInsnNode;
          118  128    17             jump  I
          121  128    18                j  I
          123  126    19            label  Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
          133  146    16                i  I
          135  144    17           caller  Ljava/lang/Object;
          136  144    18             call  I
          152  157    16              var  I
          160  161    16              var  I
          164  180    16     insnHandlers  Ljava/util/List;
          166  180    17                i  I
          168  178    18              tcb  Lorg/glassfish/pfl/objectweb/asm/tree/TryCatchBlockNode;
          170  171    19             type  Lorg/glassfish/pfl/objectweb/asm/Type;
          172  178    19             type  Lorg/glassfish/pfl/objectweb/asm/Type;
          173  178    20             jump  I
          182  185    14                e  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/AnalyzerException;
          186  189    14                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          73   180     181  Class org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
          73   180     185  Class java.lang.Exception
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      owner  final
      m      final

  private void findSubroutine(int, org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine, java.util.List);
    descriptor: (ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine sub
        start local 3 // java.util.List calls
         0: .line 308
      StackMap locals:
      StackMap stack:
            iload 1 /* insn */
            iflt 1
            iload 1 /* insn */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.n:I
            if_icmplt 2
         1: .line 309
      StackMap locals:
      StackMap stack:
            new org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Execution can fall off end of the code"
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         2: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            ifnull 4
         3: .line 312
            return
         4: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aload 2 /* sub */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.copy:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            aastore
         5: .line 315
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            iload 1 /* insn */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.get:(I)Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* node */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode node
         6: .line 318
            aload 4 /* node */
            instanceof org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
            ifeq 13
         7: .line 319
            aload 4 /* node */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 10
         8: .line 321
            aload 3 /* calls */
            aload 4 /* node */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 322
            goto 32
        10: .line 323
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 4 /* node */
            checkcast org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode
            astore 5 /* jnode */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode jnode
        11: .line 324
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 5 /* jnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode.label:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.JumpInsnNode jnode
        12: .line 326
            goto 32
      StackMap locals:
      StackMap stack:
        13: aload 4 /* node */
            instanceof org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 23
        14: .line 327
            aload 4 /* node */
            checkcast org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode
            astore 5 /* tsnode */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode tsnode
        15: .line 328
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 5 /* tsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.dflt:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        16: .line 329
            aload 5 /* tsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
        17: goto 21
        18: .line 330
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode int
      StackMap stack:
            aload 5 /* tsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.LabelNode
            astore 7 /* l */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.LabelNode l
        19: .line 331
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 7 /* l */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.LabelNode l
        20: .line 329
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            ifge 18
        end local 6 // int i
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.TableSwitchInsnNode tsnode
        22: .line 333
            goto 32
      StackMap locals:
      StackMap stack:
        23: aload 4 /* node */
            instanceof org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 32
        24: .line 334
            aload 4 /* node */
            checkcast org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode
            astore 5 /* lsnode */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        25: .line 335
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 5 /* lsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        26: .line 336
            aload 5 /* lsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
        27: goto 31
        28: .line 337
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode int
      StackMap stack:
            aload 5 /* lsnode */
            getfield org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.LabelNode
            astore 7 /* l */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.LabelNode l
        29: .line 338
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 7 /* l */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.LabelNode l
        30: .line 336
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        31: iload 6 /* i */
            ifge 28
        end local 6 // int i
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        32: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insn */
            aaload
            astore 5 /* insnHandlers */
        start local 5 // java.util.List insnHandlers
        33: .line 344
            aload 5 /* insnHandlers */
            ifnull 40
        34: .line 345
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        35: goto 39
        36: .line 346
      StackMap locals: java.util.List int
      StackMap stack:
            aload 5 /* insnHandlers */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode
            astore 7 /* tcb */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
        37: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.insns:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 7 /* tcb */
            getfield org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.indexOf:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.TryCatchBlockNode tcb
        38: .line 345
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 6 /* i */
            aload 5 /* insnHandlers */
            invokeinterface java.util.List.size:()I
            if_icmplt 36
        end local 6 // int i
        40: .line 352
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 41
                  168: 42
                  169: 41
                  170: 41
                  171: 41
                  172: 41
                  173: 41
                  174: 41
                  175: 41
                  176: 41
                  177: 41
                  178: 42
                  179: 42
                  180: 42
                  181: 42
                  182: 42
                  183: 42
                  184: 42
                  185: 42
                  186: 42
                  187: 42
                  188: 42
                  189: 42
                  190: 42
                  191: 41
              default: 42
          }
        41: .line 364
      StackMap locals:
      StackMap stack:
            return
        42: .line 366
      StackMap locals:
      StackMap stack:
            iinc 1 /* insn */ 1
        end local 5 // java.util.List insnHandlers
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode node
        43: .line 307
            goto 0
        end local 3 // java.util.List calls
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine sub
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   44     0          this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0   44     1          insn  I
            0   44     2           sub  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            0   44     3         calls  Ljava/util/List;
            6   43     4          node  Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
           11   12     5         jnode  Lorg/glassfish/pfl/objectweb/asm/tree/JumpInsnNode;
           15   22     5        tsnode  Lorg/glassfish/pfl/objectweb/asm/tree/TableSwitchInsnNode;
           17   22     6             i  I
           19   20     7             l  Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
           25   32     5        lsnode  Lorg/glassfish/pfl/objectweb/asm/tree/LookupSwitchInsnNode;
           27   32     6             i  I
           29   30     7             l  Lorg/glassfish/pfl/objectweb/asm/tree/LabelNode;
           33   43     5  insnHandlers  Ljava/util/List;
           35   40     6             i  I
           37   38     7           tcb  Lorg/glassfish/pfl/objectweb/asm/tree/TryCatchBlockNode;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      insn   
      sub    final
      calls  final

  public org.glassfish.pfl.objectweb.asm.tree.analysis.Frame[] getFrames();
    descriptor: ()[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
         0: .line 382
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;

  public java.util.List getHandlers(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
         0: .line 393
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insn */
            aaload
            areturn
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1  insn  I
    MethodParameters:
      Name  Flags
      insn  final

  protected void init(java.lang.String, org.glassfish.pfl.objectweb.asm.tree.MethodNode);
    descriptor: (Ljava/lang/String;Lorg/glassfish/pfl/objectweb/asm/tree/MethodNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // java.lang.String owner
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.MethodNode m
         0: .line 406
            return
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.MethodNode m
        end local 1 // java.lang.String owner
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1  owner  Ljava/lang/String;
            0    1     2      m  Lorg/glassfish/pfl/objectweb/asm/tree/MethodNode;
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
       Name  Flags
      owner  
      m      

  protected org.glassfish.pfl.objectweb.asm.tree.analysis.Frame newFrame(int, int);
    descriptor: (II)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int nLocals
        start local 2 // int nStack
         0: .line 416
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Frame
            dup
            iload 1 /* nLocals */
            iload 2 /* nStack */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.<init>:(II)V
            areturn
        end local 2 // int nStack
        end local 1 // int nLocals
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1  nLocals  I
            0    1     2   nStack  I
    MethodParameters:
         Name  Flags
      nLocals  final
      nStack   final

  protected org.glassfish.pfl.objectweb.asm.tree.analysis.Frame newFrame(org.glassfish.pfl.objectweb.asm.tree.analysis.Frame);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame src
         0: .line 426
            new org.glassfish.pfl.objectweb.asm.tree.analysis.Frame
            dup
            aload 1 /* src */
            invokespecial org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.<init>:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)V
            areturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame src
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1   src  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
    MethodParameters:
      Name  Flags
      src   final

  protected void newControlFlowEdge(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // int successor
         0: .line 439
            return
        end local 2 // int successor
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1       insn  I
            0    1     2  successor  I
    MethodParameters:
           Name  Flags
      insn       final
      successor  final

  protected boolean newControlFlowExceptionEdge(int, int);
    descriptor: (II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // int successor
         0: .line 458
            iconst_1
            ireturn
        end local 2 // int successor
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0    1     1       insn  I
            0    1     2  successor  I
    MethodParameters:
           Name  Flags
      insn       final
      successor  final

  private void merge(int, org.glassfish.pfl.objectweb.asm.tree.analysis.Frame, org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 468
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aaload
            astore 4 /* oldFrame */
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 469
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            astore 5 /* oldSubroutine */
        start local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         2: .line 472
            aload 4 /* oldFrame */
            ifnonnull 6
         3: .line 473
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aload 0 /* this */
            aload 2 /* frame */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            aastore
         4: .line 474
            iconst_1
            istore 6 /* changes */
        start local 6 // boolean changes
         5: .line 475
            goto 7
        end local 6 // boolean changes
         6: .line 476
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 4 /* oldFrame */
            aload 2 /* frame */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.interpreter:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 6 /* changes */
        start local 6 // boolean changes
         7: .line 479
      StackMap locals: int
      StackMap stack:
            aload 5 /* oldSubroutine */
            ifnonnull 12
         8: .line 480
            aload 3 /* subroutine */
            ifnull 14
         9: .line 481
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aload 3 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.copy:()Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            aastore
        10: .line 482
            iconst_1
            istore 6 /* changes */
        11: .line 484
            goto 14
        12: .line 485
      StackMap locals:
      StackMap stack:
            aload 3 /* subroutine */
            ifnull 14
        13: .line 486
            iload 6 /* changes */
            aload 5 /* oldSubroutine */
            aload 3 /* subroutine */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 6 /* changes */
        14: .line 489
      StackMap locals:
      StackMap stack:
            iload 6 /* changes */
            ifeq 17
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            baload
            ifne 17
        15: .line 490
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            iconst_1
            bastore
        16: .line 491
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queue:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            iload 1 /* insn */
            iastore
        17: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean changes
        end local 5 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame oldFrame
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame frame
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0   18     1           insn  I
            0   18     2          frame  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0   18     3     subroutine  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            1   18     4       oldFrame  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            2   18     5  oldSubroutine  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            5    6     6        changes  Z
            7   18     6        changes  Z
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
            Name  Flags
      insn        final
      frame       final
      subroutine  final

  private void merge(int, org.glassfish.pfl.objectweb.asm.tree.analysis.Frame, org.glassfish.pfl.objectweb.asm.tree.analysis.Frame, org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine, boolean[]);
    descriptor: (ILorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;[Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame beforeJSR
        start local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame afterRET
        start local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJSR
        start local 5 // boolean[] access
         0: .line 502
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aaload
            astore 6 /* oldFrame */
        start local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 503
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.subroutines:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            astore 7 /* oldSubroutine */
        start local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         2: .line 506
            aload 3 /* afterRET */
            aload 2 /* beforeJSR */
            aload 5 /* access */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;[Z)Z
            pop
         3: .line 508
            aload 6 /* oldFrame */
            ifnonnull 7
         4: .line 509
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.frames:[Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aload 0 /* this */
            aload 3 /* afterRET */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.newFrame:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;)Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            aastore
         5: .line 510
            iconst_1
            istore 8 /* changes */
        start local 8 // boolean changes
         6: .line 511
            goto 8
        end local 8 // boolean changes
         7: .line 512
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.analysis.Frame org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 6 /* oldFrame */
            aload 3 /* afterRET */
            aload 5 /* access */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;[Z)Z
            istore 8 /* changes */
        start local 8 // boolean changes
         8: .line 515
      StackMap locals: int
      StackMap stack:
            aload 7 /* oldSubroutine */
            ifnull 10
            aload 4 /* subroutineBeforeJSR */
            ifnull 10
         9: .line 516
            iload 8 /* changes */
            aload 7 /* oldSubroutine */
            aload 4 /* subroutineBeforeJSR */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine.merge:(Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 8 /* changes */
        10: .line 518
      StackMap locals:
      StackMap stack:
            iload 8 /* changes */
            ifeq 13
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            baload
            ifne 13
        11: .line 519
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            iconst_1
            bastore
        12: .line 520
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.queue:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer.top:I
            iload 1 /* insn */
            iastore
        13: .line 522
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean changes
        end local 7 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 6 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame oldFrame
        end local 5 // boolean[] access
        end local 4 // org.glassfish.pfl.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJSR
        end local 3 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame afterRET
        end local 2 // org.glassfish.pfl.objectweb.asm.tree.analysis.Frame beforeJSR
        end local 1 // int insn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Analyzer;
            0   14     1                 insn  I
            0   14     2            beforeJSR  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0   14     3             afterRET  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            0   14     4  subroutineBeforeJSR  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            0   14     5               access  [Z
            1   14     6             oldFrame  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Frame;
            2   14     7        oldSubroutine  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Subroutine;
            6    7     8              changes  Z
            8   14     8              changes  Z
    Exceptions:
      throws org.glassfish.pfl.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
                     Name  Flags
      insn                 final
      beforeJSR            final
      afterRET             final
      subroutineBeforeJSR  final
      access               final
}
SourceFile: "Analyzer.java"