public class jdk.internal.org.objectweb.asm.tree.analysis.Analyzer<V extends jdk.internal.org.objectweb.asm.tree.analysis.Value> implements jdk.internal.org.objectweb.asm.Opcodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer
  super_class: java.lang.Object
{
  private final jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<V> interpreter;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;

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

  private jdk.internal.org.objectweb.asm.tree.InsnList insns;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/InsnList;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode>[] handlers;
    descriptor: [Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;

  private jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>[] frames;
    descriptor: [Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;

  private jdk.internal.org.objectweb.asm.tree.analysis.Subroutine[] subroutines;
    descriptor: [Ljdk/internal/org/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>(jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<V>);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter interpreter
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            aload 1 /* interpreter */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
         2: .line 117
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Interpreter interpreter
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    3     1  interpreter  Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
    Signature: (Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;)V
    MethodParameters:
             Name  Flags
      interpreter  final

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

  private void findSubroutine(int, jdk.internal.org.objectweb.asm.tree.analysis.Subroutine, java.util.List<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode>);
    descriptor: (ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine sub
        start local 3 // java.util.List calls
         0: .line 337
      StackMap locals:
      StackMap stack:
            iload 1 /* insn */
            iflt 1
            iload 1 /* insn */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.n:I
            if_icmplt 4
         1: .line 338
      StackMap locals:
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
         2: .line 339
            ldc "Execution can fall off end of the code"
         3: .line 338
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            ifnull 6
         5: .line 342
            return
         6: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aload 2 /* sub */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.copy:()Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            aastore
         7: .line 345
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            iload 1 /* insn */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.get:(I)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* node */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
         8: .line 348
            aload 4 /* node */
            instanceof jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            ifeq 15
         9: .line 349
            aload 4 /* node */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 12
        10: .line 351
            aload 3 /* calls */
            aload 4 /* node */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 352
            goto 34
        12: .line 353
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 4 /* node */
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 5 /* jnode */
        start local 5 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jnode
        13: .line 354
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 5 /* jnode */
            getfield jdk.internal.org.objectweb.asm.tree.JumpInsnNode.label:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 5 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jnode
        14: .line 356
            goto 34
      StackMap locals:
      StackMap stack:
        15: aload 4 /* node */
            instanceof jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 25
        16: .line 357
            aload 4 /* node */
            checkcast jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            astore 5 /* tsnode */
        start local 5 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tsnode
        17: .line 358
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 5 /* tsnode */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        18: .line 359
            aload 5 /* tsnode */
            getfield jdk.internal.org.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
        19: goto 23
        20: .line 360
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode int
      StackMap stack:
            aload 5 /* tsnode */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 7 /* l */
        start local 7 // jdk.internal.org.objectweb.asm.tree.LabelNode l
        21: .line 361
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* l */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // jdk.internal.org.objectweb.asm.tree.LabelNode l
        22: .line 359
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        23: iload 6 /* i */
            ifge 20
        end local 6 // int i
        end local 5 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tsnode
        24: .line 363
            goto 34
      StackMap locals:
      StackMap stack:
        25: aload 4 /* node */
            instanceof jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 34
        26: .line 364
            aload 4 /* node */
            checkcast jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 5 /* lsnode */
        start local 5 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        27: .line 365
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 5 /* lsnode */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        28: .line 366
            aload 5 /* lsnode */
            getfield jdk.internal.org.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
        29: goto 33
        30: .line 367
      StackMap locals: jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode int
      StackMap stack:
            aload 5 /* lsnode */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 7 /* l */
        start local 7 // jdk.internal.org.objectweb.asm.tree.LabelNode l
        31: .line 368
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* l */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // jdk.internal.org.objectweb.asm.tree.LabelNode l
        32: .line 366
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        33: iload 6 /* i */
            ifge 30
        end local 6 // int i
        end local 5 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lsnode
        34: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insn */
            aaload
            astore 5 /* insnHandlers */
        start local 5 // java.util.List insnHandlers
        35: .line 374
            aload 5 /* insnHandlers */
            ifnull 42
        36: .line 375
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        37: goto 41
        38: .line 376
      StackMap locals: java.util.List int
      StackMap stack:
            aload 5 /* insnHandlers */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode
            astore 7 /* tcb */
        start local 7 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tcb
        39: .line 377
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* tcb */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            aload 2 /* sub */
            aload 3 /* calls */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        end local 7 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tcb
        40: .line 375
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 6 /* i */
            aload 5 /* insnHandlers */
            invokeinterface java.util.List.size:()I
            if_icmplt 38
        end local 6 // int i
        42: .line 382
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 43
                  168: 44
                  169: 43
                  170: 43
                  171: 43
                  172: 43
                  173: 43
                  174: 43
                  175: 43
                  176: 43
                  177: 43
                  178: 44
                  179: 44
                  180: 44
                  181: 44
                  182: 44
                  183: 44
                  184: 44
                  185: 44
                  186: 44
                  187: 44
                  188: 44
                  189: 44
                  190: 44
                  191: 43
              default: 44
          }
        43: .line 394
      StackMap locals:
      StackMap stack:
            return
        44: .line 396
      StackMap locals:
      StackMap stack:
            iinc 1 /* insn */ 1
        end local 5 // java.util.List insnHandlers
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        45: .line 336
            goto 0
        end local 3 // java.util.List calls
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine sub
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   46     0          this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   46     1          insn  I
            0   46     2           sub  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0   46     3         calls  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
            8   45     4          node  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
           13   14     5         jnode  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
           17   24     5        tsnode  Ljdk/internal/org/objectweb/asm/tree/TableSwitchInsnNode;
           19   24     6             i  I
           21   22     7             l  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
           27   34     5        lsnode  Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
           29   34     6             i  I
           31   32     7             l  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
           35   45     5  insnHandlers  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;
           37   42     6             i  I
           39   40     7           tcb  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;)V
    MethodParameters:
       Name  Flags
      insn   
      sub    final
      calls  final

  public jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>[] getFrames();
    descriptor: ()[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
         0: .line 412
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
    Signature: ()[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;

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

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

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

  protected jdk.internal.org.objectweb.asm.tree.analysis.Frame<V> newFrame(jdk.internal.org.objectweb.asm.tree.analysis.Frame<? extends V>);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Frame src
         0: .line 463
            new jdk.internal.org.objectweb.asm.tree.analysis.Frame
            dup
            aload 1 /* src */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Frame.<init>:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;)V
            areturn
        end local 1 // jdk.internal.org.objectweb.asm.tree.analysis.Frame src
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1   src  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<+TV;>;
    Signature: (Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<+TV;>;)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
    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 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // int successor
         0: .line 478
            return
        end local 2 // int successor
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            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 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // int successor
         0: .line 497
            iconst_1
            ireturn
        end local 2 // int successor
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1       insn  I
            0    1     2  successor  I
    MethodParameters:
           Name  Flags
      insn       final
      successor  final

  protected boolean newControlFlowExceptionEdge(int, jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode);
    descriptor: (ILjdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tcb
         0: .line 521
            aload 0 /* this */
            iload 1 /* insn */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insns:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 2 /* tcb */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(II)Z
            ireturn
        end local 2 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tcb
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0    1     1  insn  I
            0    1     2   tcb  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
    MethodParameters:
      Name  Flags
      insn  final
      tcb   final

  private void merge(int, jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>, jdk.internal.org.objectweb.asm.tree.analysis.Subroutine);
    descriptor: (ILjdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frame
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
         0: .line 528
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aaload
            astore 4 /* oldFrame */
        start local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 529
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            astore 5 /* oldSubroutine */
        start local 5 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         2: .line 532
            aload 4 /* oldFrame */
            ifnonnull 6
         3: .line 533
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aload 0 /* this */
            aload 2 /* frame */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            aastore
         4: .line 534
            iconst_1
            istore 6 /* changes */
        start local 6 // boolean changes
         5: .line 535
            goto 7
        end local 6 // boolean changes
         6: .line 536
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 4 /* oldFrame */
            aload 2 /* frame */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 6 /* changes */
        start local 6 // boolean changes
         7: .line 539
      StackMap locals: int
      StackMap stack:
            aload 5 /* oldSubroutine */
            ifnonnull 12
         8: .line 540
            aload 3 /* subroutine */
            ifnull 14
         9: .line 541
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aload 3 /* subroutine */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.copy:()Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            aastore
        10: .line 542
            iconst_1
            istore 6 /* changes */
        11: .line 544
            goto 14
        12: .line 545
      StackMap locals:
      StackMap stack:
            aload 3 /* subroutine */
            ifnull 14
        13: .line 546
            iload 6 /* changes */
            aload 5 /* oldSubroutine */
            aload 3 /* subroutine */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 6 /* changes */
        14: .line 549
      StackMap locals:
      StackMap stack:
            iload 6 /* changes */
            ifeq 17
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            baload
            ifne 17
        15: .line 550
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            iconst_1
            bastore
        16: .line 551
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queue:[I
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.top:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.top:I
            iload 1 /* insn */
            iastore
        17: .line 553
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean changes
        end local 5 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frame
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   18     1           insn  I
            0   18     2          frame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0   18     3     subroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            1   18     4       oldFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            2   18     5  oldSubroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            5    6     6        changes  Z
            7   18     6        changes  Z
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILjdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)V
    MethodParameters:
            Name  Flags
      insn        final
      frame       final
      subroutine  final

  private void merge(int, jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>, jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>, jdk.internal.org.objectweb.asm.tree.analysis.Subroutine, );
    descriptor: (ILjdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;[Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insn
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame beforeJSR
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame afterRET
        start local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJSR
        start local 5 // boolean[] access
         0: .line 558
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aaload
            astore 6 /* oldFrame */
        start local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 559
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insn */
            aaload
            astore 7 /* oldSubroutine */
        start local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         2: .line 562
            aload 3 /* afterRET */
            aload 2 /* beforeJSR */
            aload 5 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;[Z)Z
            pop
         3: .line 564
            aload 6 /* oldFrame */
            ifnonnull 7
         4: .line 565
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insn */
            aload 0 /* this */
            aload 3 /* afterRET */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newFrame:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            aastore
         5: .line 566
            iconst_1
            istore 8 /* changes */
        start local 8 // boolean changes
         6: .line 567
            goto 8
        end local 8 // boolean changes
         7: .line 568
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 6 /* oldFrame */
            aload 3 /* afterRET */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;)Z
            istore 8 /* changes */
        start local 8 // boolean changes
         8: .line 571
      StackMap locals: int
      StackMap stack:
            aload 7 /* oldSubroutine */
            ifnull 10
            aload 4 /* subroutineBeforeJSR */
            ifnull 10
         9: .line 572
            iload 8 /* changes */
            aload 7 /* oldSubroutine */
            aload 4 /* subroutineBeforeJSR */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)Z
            ior
            istore 8 /* changes */
        10: .line 574
      StackMap locals:
      StackMap stack:
            iload 8 /* changes */
            ifeq 13
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            baload
            ifne 13
        11: .line 575
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queued:[Z
            iload 1 /* insn */
            iconst_1
            bastore
        12: .line 576
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.queue:[I
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.top:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.top:I
            iload 1 /* insn */
            iastore
        13: .line 578
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean changes
        end local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 5 // boolean[] access
        end local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJSR
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame afterRET
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame beforeJSR
        end local 1 // int insn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   14     1                 insn  I
            0   14     2            beforeJSR  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     3             afterRET  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     4  subroutineBeforeJSR  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0   14     5               access  [Z
            1   14     6             oldFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            2   14     7        oldSubroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            6    7     8              changes  Z
            8   14     8              changes  Z
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    Signature: (ILjdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;[Z)V
    MethodParameters:
                     Name  Flags
      insn                 final
      beforeJSR            final
      afterRET             final
      subroutineBeforeJSR  final
      access               final
}
Signature: <V::Ljdk/internal/org/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;Ljdk/internal/org/objectweb/asm/Opcodes;
SourceFile: "Analyzer.java"