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 jdk.internal.org.objectweb.asm.tree.InsnList insnList;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/InsnList;
    flags: (0x0002) ACC_PRIVATE

  private int insnListSize;
    descriptor: I
    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[] inInstructionsToProcess;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

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

  private int numInstructionsToProcess;
    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 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            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 121
            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=18, 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 method
         0: .line 136
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.access:I
            sipush 1280
            iand
            ifeq 3
         1: .line 137
            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 138
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            areturn
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            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.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
         4: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList: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.insnListSize:I
         5: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            anewarray java.util.List
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
         6: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize: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 144
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize: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 145
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 4
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
         9: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            newarray 10
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
        10: .line 147
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess: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 /* method */
            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 /* tryCatchBlock */
        start local 4 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        14: .line 153
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            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 /* startIndex */
        start local 5 // int startIndex
        15: .line 154
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 4 /* tryCatchBlock */
            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 /* endIndex */
        start local 6 // int endIndex
        16: .line 155
            iload 5 /* startIndex */
            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 /* tryCatchBlock */
            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 /* endIndex */
            if_icmplt 18
        end local 7 // int j
        end local 6 // int endIndex
        end local 5 // int startIndex
        end local 4 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        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 /* method */
            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 167
            new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aconst_null
            aload 2 /* method */
            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 168
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* jsrInsns */
        start local 4 // java.util.List jsrInsns
        29: .line 169
            aload 0 /* this */
            iconst_0
            aload 3 /* main */
            aload 4 /* jsrInsns */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        30: .line 172
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* jsrSubroutines */
        start local 5 // java.util.Map jsrSubroutines
        31: .line 173
            goto 40
        32: .line 174
      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 /* jsrInsns */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 6 /* jsrInsn */
        start local 6 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jsrInsn
        33: .line 175
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            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 /* subroutine */
        start local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        34: .line 176
            aload 7 /* subroutine */
            ifnonnull 39
        35: .line 177
            new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 6 /* jsrInsn */
            getfield jdk.internal.org.objectweb.asm.tree.JumpInsnNode.label:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 6 /* jsrInsn */
            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 /* subroutine */
        36: .line 178
            aload 5 /* jsrSubroutines */
            aload 6 /* jsrInsn */
            getfield jdk.internal.org.objectweb.asm.tree.JumpInsnNode.label:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            aload 7 /* subroutine */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 179
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 6 /* jsrInsn */
            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 /* subroutine */
            aload 4 /* jsrInsns */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        38: .line 180
            goto 40
        39: .line 181
      StackMap locals: jdk.internal.org.objectweb.asm.tree.JumpInsnNode jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 7 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            aload 6 /* jsrInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 6 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jsrInsn
        40: .line 173
      StackMap locals:
      StackMap stack:
            aload 4 /* jsrInsns */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 32
        41: .line 186
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        42: goto 46
        43: .line 187
      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 188
            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 186
      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.insnListSize:I
            if_icmplt 43
        end local 6 // int i
        47: .line 193
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.computeInitialFrame:(Ljava/lang/String;Ljdk/internal/org/objectweb/asm/tree/MethodNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            astore 6 /* currentFrame */
        start local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Frame currentFrame
        48: .line 194
            aload 0 /* this */
            iconst_0
            aload 6 /* currentFrame */
            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
        49: .line 195
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* method */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.init:(Ljava/lang/String;Ljdk/internal/org/objectweb/asm/tree/MethodNode;)V
        50: .line 198
            goto 177
        51: .line 200
      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
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iconst_1
            isub
            dup_x1
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iaload
            istore 7 /* insnIndex */
        start local 7 // int insnIndex
        52: .line 201
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 7 /* insnIndex */
            aaload
            astore 8 /* oldFrame */
        start local 8 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        53: .line 202
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 7 /* insnIndex */
            aaload
            astore 9 /* subroutine */
        start local 9 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        54: .line 203
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 7 /* insnIndex */
            iconst_0
            bastore
        55: .line 206
            aconst_null
            astore 10 /* insnNode */
        start local 10 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        56: .line 208
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.instructions:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            iload 7 /* insnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.get:(I)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 10 /* insnNode */
        57: .line 209
            aload 10 /* insnNode */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            istore 11 /* insnOpcode */
        start local 11 // int insnOpcode
        58: .line 210
            aload 10 /* insnNode */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            istore 12 /* insnType */
        start local 12 // int insnType
        59: .line 212
            iload 12 /* insnType */
            bipush 8
            if_icmpeq 62
        60: .line 213
            iload 12 /* insnType */
            bipush 15
            if_icmpeq 62
        61: .line 214
            iload 12 /* insnType */
            bipush 14
            if_icmpne 65
        62: .line 215
      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 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 7 /* insnIndex */
            iconst_1
            iadd
            aload 8 /* oldFrame */
            aload 9 /* 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
        63: .line 216
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        64: .line 217
            goto 154
        65: .line 218
      StackMap locals:
      StackMap stack:
            aload 6 /* currentFrame */
            aload 8 /* oldFrame */
            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 10 /* 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
        66: .line 219
            aload 9 /* subroutine */
            ifnonnull 67
            aconst_null
            goto 68
      StackMap locals:
      StackMap stack:
        67: new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 9 /* subroutine */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.<init>:(Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)V
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
        68: astore 9 /* subroutine */
        69: .line 221
            aload 10 /* insnNode */
            instanceof jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            ifeq 87
        70: .line 222
            aload 10 /* insnNode */
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 13 /* jumpInsn */
        start local 13 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jumpInsn
        71: .line 223
            iload 11 /* insnOpcode */
            sipush 167
            if_icmpeq 75
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpeq 75
        72: .line 224
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
        73: .line 225
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* 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
        74: .line 226
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        75: .line 228
      StackMap locals: jdk.internal.org.objectweb.asm.tree.JumpInsnNode
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 13 /* jumpInsn */
            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 14 /* jumpInsnIndex */
        start local 14 // int jumpInsnIndex
        76: .line 229
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* jumpInsn */
            getfield jdk.internal.org.objectweb.asm.tree.JumpInsnNode.label:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
        77: .line 230
            iload 11 /* insnOpcode */
            sipush 168
            if_icmpne 84
        78: .line 231
            aload 0 /* this */
        79: .line 232
            iload 14 /* jumpInsnIndex */
        80: .line 233
            aload 6 /* currentFrame */
        81: .line 234
            new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 13 /* jumpInsn */
            getfield jdk.internal.org.objectweb.asm.tree.JumpInsnNode.label:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 13 /* jumpInsn */
            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
        82: .line 231
            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
        83: .line 235
            goto 85
        84: .line 236
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* jumpInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* 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
        85: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* jumpInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 14 // int jumpInsnIndex
        end local 13 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jumpInsn
        86: .line 239
            goto 154
      StackMap locals:
      StackMap stack:
        87: aload 10 /* insnNode */
            instanceof jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 103
        88: .line 240
            aload 10 /* insnNode */
            checkcast jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 13 /* lookupSwitchInsn */
        start local 13 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        89: .line 241
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 13 /* lookupSwitchInsn */
            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 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
        90: .line 242
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* lookupSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
        91: .line 243
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* 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
        92: .line 244
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        93: .line 245
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        94: goto 101
        95: .line 246
      StackMap locals: jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode int int
      StackMap stack:
            aload 13 /* lookupSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 16 /* label */
        start local 16 // jdk.internal.org.objectweb.asm.tree.LabelNode label
        96: .line 247
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 16 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
        97: .line 248
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 16 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
        98: .line 249
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* 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
        99: .line 250
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 16 // jdk.internal.org.objectweb.asm.tree.LabelNode label
       100: .line 245
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       101: iload 15 /* i */
            aload 13 /* lookupSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 95
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
       102: .line 252
            goto 154
      StackMap locals:
      StackMap stack:
       103: aload 10 /* insnNode */
            instanceof jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 119
       104: .line 253
            aload 10 /* insnNode */
            checkcast jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            astore 13 /* tableSwitchInsn */
        start local 13 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       105: .line 254
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 13 /* tableSwitchInsn */
            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 14 /* targetInsnIndex */
        start local 14 // int targetInsnIndex
       106: .line 255
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 13 /* tableSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
       107: .line 256
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* 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
       108: .line 257
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       109: .line 258
            iconst_0
            istore 15 /* i */
        start local 15 // int i
       110: goto 117
       111: .line 259
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode int int
      StackMap stack:
            aload 13 /* tableSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 16 /* label */
        start local 16 // jdk.internal.org.objectweb.asm.tree.LabelNode label
       112: .line 260
            aload 6 /* currentFrame */
            iload 11 /* insnOpcode */
            aload 16 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.initJumpTarget:(ILjdk/internal/org/objectweb/asm/tree/LabelNode;)V
       113: .line 261
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 16 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            istore 14 /* targetInsnIndex */
       114: .line 262
            aload 0 /* this */
            iload 14 /* targetInsnIndex */
            aload 6 /* currentFrame */
            aload 9 /* 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
       115: .line 263
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 14 /* targetInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 16 // jdk.internal.org.objectweb.asm.tree.LabelNode label
       116: .line 258
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
       117: iload 15 /* i */
            aload 13 /* tableSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 111
        end local 15 // int i
        end local 14 // int targetInsnIndex
        end local 13 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
       118: .line 265
            goto 154
      StackMap locals:
      StackMap stack:
       119: iload 11 /* insnOpcode */
            sipush 169
            if_icmpne 138
       120: .line 266
            aload 9 /* subroutine */
            ifnonnull 122
       121: .line 267
            new jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aload 10 /* insnNode */
            ldc "RET instruction outside of a sub routine"
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
       122: .line 269
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       123: goto 136
       124: .line 270
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            iload 13 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 14 /* caller */
        start local 14 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
       125: .line 271
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 14 /* caller */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            istore 15 /* jsrInsnIndex */
        start local 15 // int jsrInsnIndex
       126: .line 272
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
            ifnull 135
       127: .line 273
            aload 0 /* this */
       128: .line 274
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
       129: .line 275
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 15 /* jsrInsnIndex */
            aaload
       130: .line 276
            aload 6 /* currentFrame */
       131: .line 277
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 15 /* jsrInsnIndex */
            aaload
       132: .line 278
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
       133: .line 273
            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
       134: .line 279
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 15 /* jsrInsnIndex */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
        end local 15 // int jsrInsnIndex
        end local 14 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode caller
       135: .line 269
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
       136: iload 13 /* i */
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.callers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 124
        end local 13 // int i
       137: .line 282
            goto 154
      StackMap locals:
      StackMap stack:
       138: iload 11 /* insnOpcode */
            sipush 191
            if_icmpeq 154
            iload 11 /* insnOpcode */
            sipush 172
            if_icmplt 139
            iload 11 /* insnOpcode */
            sipush 177
            if_icmple 154
       139: .line 283
      StackMap locals:
      StackMap stack:
            aload 9 /* subroutine */
            ifnull 152
       140: .line 284
            aload 10 /* insnNode */
            instanceof jdk.internal.org.objectweb.asm.tree.VarInsnNode
            ifeq 149
       141: .line 285
            aload 10 /* insnNode */
            checkcast jdk.internal.org.objectweb.asm.tree.VarInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.VarInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       142: .line 286
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
       143: .line 287
            iload 11 /* insnOpcode */
            bipush 22
            if_icmpeq 147
       144: .line 288
            iload 11 /* insnOpcode */
            bipush 24
            if_icmpeq 147
       145: .line 289
            iload 11 /* insnOpcode */
            bipush 55
            if_icmpeq 147
       146: .line 290
            iload 11 /* insnOpcode */
            bipush 57
            if_icmpne 152
       147: .line 291
      StackMap locals: int
      StackMap stack:
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            iadd
            iconst_1
            bastore
        end local 13 // int var
       148: .line 293
            goto 152
      StackMap locals:
      StackMap stack:
       149: aload 10 /* insnNode */
            instanceof jdk.internal.org.objectweb.asm.tree.IincInsnNode
            ifeq 152
       150: .line 294
            aload 10 /* insnNode */
            checkcast jdk.internal.org.objectweb.asm.tree.IincInsnNode
            getfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.var:I
            istore 13 /* var */
        start local 13 // int var
       151: .line 295
            aload 9 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.localsUsed:[Z
            iload 13 /* var */
            iconst_1
            bastore
        end local 13 // int var
       152: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            aload 6 /* currentFrame */
            aload 9 /* 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
       153: .line 299
            aload 0 /* this */
            iload 7 /* insnIndex */
            iload 7 /* insnIndex */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowEdge:(II)V
       154: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 7 /* insnIndex */
            aaload
            astore 13 /* insnHandlers */
        start local 13 // java.util.List insnHandlers
       155: .line 304
            aload 13 /* insnHandlers */
            ifnull 177
       156: .line 305
            aload 13 /* insnHandlers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 15
            goto 167
      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 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 java.util.List top java.util.Iterator
      StackMap stack:
       157: aload 15
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode
            astore 14 /* tryCatchBlock */
        start local 14 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       158: .line 307
            aload 14 /* tryCatchBlock */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
            ifnonnull 161
       159: .line 308
            ldc "java/lang/Throwable"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            astore 16 /* catchType */
        start local 16 // jdk.internal.org.objectweb.asm.Type catchType
       160: .line 309
            goto 162
        end local 16 // jdk.internal.org.objectweb.asm.Type catchType
       161: .line 310
      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 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 java.util.List jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode java.util.Iterator
      StackMap stack:
            aload 14 /* tryCatchBlock */
            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 16 /* catchType */
        start local 16 // jdk.internal.org.objectweb.asm.Type catchType
       162: .line 312
      StackMap locals: jdk.internal.org.objectweb.asm.Type
      StackMap stack:
            aload 0 /* this */
            iload 7 /* insnIndex */
            aload 14 /* tryCatchBlock */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.newControlFlowExceptionEdge:(ILjdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;)Z
            ifeq 167
       163: .line 313
            aload 0 /* this */
            aload 8 /* oldFrame */
            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;
            astore 17 /* handler */
        start local 17 // jdk.internal.org.objectweb.asm.tree.analysis.Frame handler
       164: .line 314
            aload 17 /* handler */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.clearStack:()V
       165: .line 315
            aload 17 /* handler */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            aload 14 /* tryCatchBlock */
            aload 17 /* handler */
            aload 16 /* catchType */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newExceptionValue:(Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;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
       166: .line 316
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 14 /* tryCatchBlock */
            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 17 /* handler */
            aload 9 /* 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 17 // jdk.internal.org.objectweb.asm.tree.analysis.Frame handler
        end local 16 // jdk.internal.org.objectweb.asm.Type catchType
        end local 14 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
       167: .line 305
      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 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 java.util.List top java.util.Iterator
      StackMap stack:
            aload 15
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 157
        end local 13 // java.util.List insnHandlers
        end local 12 // int insnType
        end local 11 // int insnOpcode
       168: .line 320
            goto 177
      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 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
       169: astore 11 /* e */
        start local 11 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException e
       170: .line 321
            new jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       171: .line 322
            aload 11 /* 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
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* 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 11 /* e */
       172: .line 321
            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 11 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException e
       173: .line 323
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 11 /* e */
        start local 11 // java.lang.RuntimeException e
       174: .line 325
            new jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
            dup
       175: .line 326
            aload 10 /* insnNode */
            new java.lang.StringBuilder
            dup
            ldc "Error at instruction "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* insnIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 11 /* e */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 11 /* e */
       176: .line 325
            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 11 // java.lang.RuntimeException e
        end local 10 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 9 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 8 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 7 // int insnIndex
       177: .line 198
      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
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            ifgt 51
       178: .line 330
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Frame currentFrame
        end local 5 // java.util.Map jsrSubroutines
        end local 4 // java.util.List jsrInsns
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine main
        end local 2 // jdk.internal.org.objectweb.asm.tree.MethodNode method
        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  179     0              this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0  179     1             owner  Ljava/lang/String;
            0  179     2            method  Ljdk/internal/org/objectweb/asm/tree/MethodNode;
           12   27     3                 i  I
           14   25     4     tryCatchBlock  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
           15   25     5        startIndex  I
           16   25     6          endIndex  I
           17   25     7                 j  I
           19   23     8      insnHandlers  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;
           28  179     3              main  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
           29  179     4          jsrInsns  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
           31  179     5    jsrSubroutines  Ljava/util/Map<Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;>;
           33   40     6           jsrInsn  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
           34   40     7        subroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
           42   47     6                 i  I
           48  179     6      currentFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
           52  177     7         insnIndex  I
           53  177     8          oldFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
           54  177     9        subroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
           56  177    10          insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
           58  168    11        insnOpcode  I
           59  168    12          insnType  I
           71   86    13          jumpInsn  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
           76   86    14     jumpInsnIndex  I
           89  102    13  lookupSwitchInsn  Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
           90  102    14   targetInsnIndex  I
           94  102    15                 i  I
           96  100    16             label  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
          105  118    13   tableSwitchInsn  Ljdk/internal/org/objectweb/asm/tree/TableSwitchInsnNode;
          106  118    14   targetInsnIndex  I
          110  118    15                 i  I
          112  116    16             label  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
          123  137    13                 i  I
          125  135    14            caller  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
          126  135    15      jsrInsnIndex  I
          142  148    13               var  I
          151  152    13               var  I
          155  168    13      insnHandlers  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;
          158  167    14     tryCatchBlock  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
          160  161    16         catchType  Ljdk/internal/org/objectweb/asm/Type;
          162  167    16         catchType  Ljdk/internal/org/objectweb/asm/Type;
          164  167    17           handler  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
          170  173    11                 e  Ljdk/internal/org/objectweb/asm/tree/analysis/AnalyzerException;
          174  177    11                 e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
          56   168     169  Class jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
          56   168     173  Class java.lang.RuntimeException
    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
      method  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=5, locals=10, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
        start local 1 // int insnIndex
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        start local 3 // java.util.List jsrInsns
         0: .line 347
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* instructionIndicesToProcess */
        start local 4 // java.util.ArrayList instructionIndicesToProcess
         1: .line 348
            aload 4 /* instructionIndicesToProcess */
            iload 1 /* insnIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 349
            goto 46
         3: .line 351
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            aload 4 /* instructionIndicesToProcess */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         4: .line 350
            istore 5 /* currentInsnIndex */
        start local 5 // int currentInsnIndex
         5: .line 352
            iload 5 /* currentInsnIndex */
            iflt 6
            iload 5 /* currentInsnIndex */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnListSize:I
            if_icmplt 7
         6: .line 353
      StackMap locals: int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
            dup
            aconst_null
            ldc "Execution can fall off the end of the code"
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.<init>:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
            athrow
         7: .line 355
      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 5 /* currentInsnIndex */
            aaload
            ifnull 9
         8: .line 356
            goto 46
         9: .line 358
      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 5 /* currentInsnIndex */
            new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 2 /* subroutine */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.<init>:(Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
        10: .line 359
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            iload 5 /* currentInsnIndex */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.get:(I)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 6 /* currentInsn */
        start local 6 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        11: .line 362
            aload 6 /* currentInsn */
            instanceof jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            ifeq 18
        12: .line 363
            aload 6 /* currentInsn */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            sipush 168
            if_icmpne 15
        13: .line 365
            aload 3 /* jsrInsns */
            aload 6 /* currentInsn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 366
            goto 37
        15: .line 367
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 6 /* currentInsn */
            checkcast jdk.internal.org.objectweb.asm.tree.JumpInsnNode
            astore 7 /* jumpInsn */
        start local 7 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jumpInsn
        16: .line 368
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* jumpInsn */
            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
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // jdk.internal.org.objectweb.asm.tree.JumpInsnNode jumpInsn
        17: .line 370
            goto 37
      StackMap locals:
      StackMap stack:
        18: aload 6 /* currentInsn */
            instanceof jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            ifeq 28
        19: .line 371
            aload 6 /* currentInsn */
            checkcast jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode
            astore 7 /* tableSwitchInsn */
        start local 7 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        20: .line 372
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* tableSwitchInsn */
            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 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        21: .line 373
            aload 7 /* tableSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
        22: goto 26
        23: .line 374
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode int
      StackMap stack:
            aload 7 /* tableSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode.labels:Ljava/util/List;
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 9 /* labelNode */
        start local 9 // jdk.internal.org.objectweb.asm.tree.LabelNode labelNode
        24: .line 375
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 9 /* labelNode */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // jdk.internal.org.objectweb.asm.tree.LabelNode labelNode
        25: .line 373
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        26: iload 8 /* i */
            ifge 23
        end local 8 // int i
        end local 7 // jdk.internal.org.objectweb.asm.tree.TableSwitchInsnNode tableSwitchInsn
        27: .line 377
            goto 37
      StackMap locals:
      StackMap stack:
        28: aload 6 /* currentInsn */
            instanceof jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            ifeq 37
        29: .line 378
            aload 6 /* currentInsn */
            checkcast jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
            astore 7 /* lookupSwitchInsn */
        start local 7 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        30: .line 379
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 7 /* lookupSwitchInsn */
            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 /* subroutine */
            aload 3 /* jsrInsns */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.findSubroutine:(ILjdk/internal/org/objectweb/asm/tree/analysis/Subroutine;Ljava/util/List;)V
        31: .line 380
            aload 7 /* lookupSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 8 /* i */
        start local 8 // int i
        32: goto 36
        33: .line 381
      StackMap locals: jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode int
      StackMap stack:
            aload 7 /* lookupSwitchInsn */
            getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            astore 9 /* labelNode */
        start local 9 // jdk.internal.org.objectweb.asm.tree.LabelNode labelNode
        34: .line 382
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 9 /* labelNode */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.indexOf:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // jdk.internal.org.objectweb.asm.tree.LabelNode labelNode
        35: .line 380
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        36: iload 8 /* i */
            ifge 33
        end local 8 // int i
        end local 7 // jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode lookupSwitchInsn
        37: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 5 /* currentInsnIndex */
            aaload
            astore 7 /* insnHandlers */
        start local 7 // java.util.List insnHandlers
        38: .line 388
            aload 7 /* insnHandlers */
            ifnull 43
        39: .line 389
            aload 7 /* insnHandlers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 42
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.ArrayList int jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List top java.util.Iterator
      StackMap stack:
        40: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode
            astore 8 /* tryCatchBlock */
        start local 8 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        41: .line 390
            aload 4 /* instructionIndicesToProcess */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 8 /* tryCatchBlock */
            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
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
        42: .line 389
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 40
        43: .line 395
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Subroutine java.util.List java.util.ArrayList int jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List
      StackMap stack:
            aload 6 /* currentInsn */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
            tableswitch { // 167 - 191
                  167: 44
                  168: 45
                  169: 44
                  170: 44
                  171: 44
                  172: 44
                  173: 44
                  174: 44
                  175: 44
                  176: 44
                  177: 44
                  178: 45
                  179: 45
                  180: 45
                  181: 45
                  182: 45
                  183: 45
                  184: 45
                  185: 45
                  186: 45
                  187: 45
                  188: 45
                  189: 45
                  190: 45
                  191: 44
              default: 45
          }
        44: .line 407
      StackMap locals:
      StackMap stack:
            goto 46
        45: .line 409
      StackMap locals:
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            iload 5 /* currentInsnIndex */
            iconst_1
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.util.List insnHandlers
        end local 6 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 5 // int currentInsnIndex
        46: .line 349
      StackMap locals:
      StackMap stack:
            aload 4 /* instructionIndicesToProcess */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 3
        47: .line 413
            return
        end local 4 // java.util.ArrayList instructionIndicesToProcess
        end local 3 // java.util.List jsrInsns
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutine
        end local 1 // int insnIndex
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.Analyzer this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   48     0                         this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   48     1                    insnIndex  I
            0   48     2                   subroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0   48     3                     jsrInsns  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
            1   48     4  instructionIndicesToProcess  Ljava/util/ArrayList<Ljava/lang/Integer;>;
            5   46     5             currentInsnIndex  I
           11   46     6                  currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
           16   17     7                     jumpInsn  Ljdk/internal/org/objectweb/asm/tree/JumpInsnNode;
           20   27     7              tableSwitchInsn  Ljdk/internal/org/objectweb/asm/tree/TableSwitchInsnNode;
           22   27     8                            i  I
           24   25     9                    labelNode  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
           30   37     7             lookupSwitchInsn  Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
           32   37     8                            i  I
           34   35     9                    labelNode  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
           38   46     7                 insnHandlers  Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;
           41   42     8                tryCatchBlock  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
      insnIndex   final
      subroutine  final
      jsrInsns    final

  private jdk.internal.org.objectweb.asm.tree.analysis.Frame<V> computeInitialFrame(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: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, 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 method
         0: .line 423
            aload 0 /* this */
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.maxLocals:I
            aload 2 /* method */
            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 3 /* frame */
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frame
         1: .line 424
            iconst_0
            istore 4 /* currentLocal */
        start local 4 // int currentLocal
         2: .line 425
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.access:I
            bipush 8
            iand
            ifne 3
            iconst_1
            goto 4
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Frame int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* isInstanceMethod */
        start local 5 // boolean isInstanceMethod
         5: .line 426
            iload 5 /* isInstanceMethod */
            ifeq 11
         6: .line 427
            aload 1 /* owner */
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            astore 6 /* ownerType */
        start local 6 // jdk.internal.org.objectweb.asm.Type ownerType
         7: .line 428
            aload 3 /* frame */
         8: .line 429
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 6 /* ownerType */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILjdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
         9: .line 428
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.setLocal:(ILjdk/internal/org/objectweb/asm/tree/analysis/Value;)V
        10: .line 430
            iinc 4 /* currentLocal */ 1
        end local 6 // jdk.internal.org.objectweb.asm.Type ownerType
        11: .line 432
      StackMap locals: int
      StackMap stack:
            aload 2 /* method */
            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 6 /* argumentTypes */
        start local 6 // jdk.internal.org.objectweb.asm.Type[] argumentTypes
        12: .line 433
            aload 6 /* argumentTypes */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 23
      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.Frame int int jdk.internal.org.objectweb.asm.Type[] top int int jdk.internal.org.objectweb.asm.Type[]
      StackMap stack:
        13: aload 10
            iload 8
            aaload
            astore 7 /* argumentType */
        start local 7 // jdk.internal.org.objectweb.asm.Type argumentType
        14: .line 434
            aload 3 /* frame */
        15: .line 435
            iload 4 /* currentLocal */
        16: .line 436
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            iload 5 /* isInstanceMethod */
            iload 4 /* currentLocal */
            aload 7 /* argumentType */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newParameterValue:(ZILjdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
        17: .line 434
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.setLocal:(ILjdk/internal/org/objectweb/asm/tree/analysis/Value;)V
        18: .line 437
            iinc 4 /* currentLocal */ 1
        19: .line 438
            aload 7 /* argumentType */
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
            iconst_2
            if_icmpne 22
        20: .line 439
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)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
        21: .line 440
            iinc 4 /* currentLocal */ 1
        end local 7 // jdk.internal.org.objectweb.asm.Type argumentType
        22: .line 433
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        23: iload 8
            iload 9
            if_icmplt 13
        24: .line 443
            goto 27
        25: .line 444
      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.Frame int int jdk.internal.org.objectweb.asm.Type[]
      StackMap stack:
            aload 3 /* frame */
            iload 4 /* currentLocal */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            iload 4 /* currentLocal */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newEmptyValue:(I)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
        26: .line 445
            iinc 4 /* currentLocal */ 1
        27: .line 443
      StackMap locals:
      StackMap stack:
            iload 4 /* currentLocal */
            aload 2 /* method */
            getfield jdk.internal.org.objectweb.asm.tree.MethodNode.maxLocals:I
            if_icmplt 25
        28: .line 447
            aload 3 /* frame */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.interpreter:Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter;
            aload 2 /* method */
            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.newReturnTypeValue:(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
        29: .line 448
            aload 3 /* frame */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.Type[] argumentTypes
        end local 5 // boolean isInstanceMethod
        end local 4 // int currentLocal
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frame
        end local 2 // jdk.internal.org.objectweb.asm.tree.MethodNode method
        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   30     0              this  Ljdk/internal/org/objectweb/asm/tree/analysis/Analyzer<TV;>;
            0   30     1             owner  Ljava/lang/String;
            0   30     2            method  Ljdk/internal/org/objectweb/asm/tree/MethodNode;
            1   30     3             frame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            2   30     4      currentLocal  I
            5   30     5  isInstanceMethod  Z
            7   11     6         ownerType  Ljdk/internal/org/objectweb/asm/Type;
           12   30     6     argumentTypes  [Ljdk/internal/org/objectweb/asm/Type;
           14   22     7      argumentType  Ljdk/internal/org/objectweb/asm/Type;
    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
      method  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 460
            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 insnIndex
         0: .line 470
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.handlers:[Ljava/util/List;
            iload 1 /* insnIndex */
            aaload
            areturn
        end local 1 // int insnIndex
        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  insnIndex  I
    Signature: (I)Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;>;
    MethodParameters:
           Name  Flags
      insnIndex  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 method
         0: .line 483
            return
        end local 2 // jdk.internal.org.objectweb.asm.tree.MethodNode method
        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  method  Ljdk/internal/org/objectweb/asm/tree/MethodNode;
    Exceptions:
      throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
    MethodParameters:
        Name  Flags
      owner   final
      method  final

  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 numLocals
        start local 2 // int numStack
         0: .line 493
            new jdk.internal.org.objectweb.asm.tree.analysis.Frame
            dup
            iload 1 /* numLocals */
            iload 2 /* numStack */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Frame.<init>:(II)V
            areturn
        end local 2 // int numStack
        end local 1 // int numLocals
        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  numLocals  I
            0    1     2   numStack  I
    Signature: (II)Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
    MethodParameters:
           Name  Flags
      numLocals  final
      numStack   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 frame
         0: .line 503
            new jdk.internal.org.objectweb.asm.tree.analysis.Frame
            dup
            aload 1 /* frame */
            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 frame
        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  frame  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
      frame  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 insnIndex
        start local 2 // int successorIndex
         0: .line 516
            return
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        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       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  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 insnIndex
        start local 2 // int successorIndex
         0: .line 531
            iconst_1
            ireturn
        end local 2 // int successorIndex
        end local 1 // int insnIndex
        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       insnIndex  I
            0    1     2  successorIndex  I
    MethodParameters:
                Name  Flags
      insnIndex       final
      successorIndex  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 insnIndex
        start local 2 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlock
         0: .line 548
            aload 0 /* this */
            iload 1 /* insnIndex */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.insnList:Ljdk/internal/org/objectweb/asm/tree/InsnList;
            aload 2 /* tryCatchBlock */
            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 tryCatchBlock
        end local 1 // int insnIndex
        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      insnIndex  I
            0    1     2  tryCatchBlock  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
    MethodParameters:
               Name  Flags
      insnIndex      final
      tryCatchBlock  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 insnIndex
        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 567
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 5 /* oldFrame */
        start local 5 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
         1: .line 568
            aload 5 /* oldFrame */
            ifnonnull 5
         2: .line 569
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            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
         3: .line 570
            iconst_1
            istore 4 /* changed */
        start local 4 // boolean changed
         4: .line 571
            goto 6
        end local 4 // boolean changed
         5: .line 572
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine top jdk.internal.org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 5 /* 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 4 /* changed */
        start local 4 // boolean changed
         6: .line 574
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine int jdk.internal.org.objectweb.asm.tree.analysis.Frame
      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 /* insnIndex */
            aaload
            astore 6 /* oldSubroutine */
        start local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         7: .line 575
            aload 6 /* oldSubroutine */
            ifnonnull 12
         8: .line 576
            aload 3 /* subroutine */
            ifnull 14
         9: .line 577
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.subroutines:[Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            iload 1 /* insnIndex */
            new jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
            dup
            aload 3 /* subroutine */
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Subroutine.<init>:(Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;)V
            aastore
        10: .line 578
            iconst_1
            istore 4 /* changed */
        11: .line 580
            goto 14
        12: .line 581
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            aload 3 /* subroutine */
            ifnull 14
        13: .line 582
            iload 4 /* changed */
            aload 6 /* 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 4 /* changed */
        14: .line 585
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            ifeq 17
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 17
        15: .line 586
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        16: .line 587
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        17: .line 589
      StackMap locals:
      StackMap stack:
            return
        end local 6 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 5 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 4 // boolean changed
        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 insnIndex
        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      insnIndex  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;
            4    5     4        changed  Z
            6   18     4        changed  Z
            1   18     5       oldFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            7   18     6  oldSubroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
    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
      insnIndex   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 insnIndex
        start local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        start local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frameAfterRet
        start local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        start local 5 // boolean[] localsUsed
         0: .line 615
            aload 3 /* frameAfterRet */
            aload 2 /* frameBeforeJsr */
            aload 5 /* localsUsed */
            invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Frame.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;[Z)Z
            pop
         1: .line 618
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aaload
            astore 7 /* oldFrame */
        start local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
         2: .line 619
            aload 7 /* oldFrame */
            ifnonnull 6
         3: .line 620
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.frames:[Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;
            iload 1 /* insnIndex */
            aload 0 /* this */
            aload 3 /* frameAfterRet */
            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 621
            iconst_1
            istore 6 /* changed */
        start local 6 // boolean changed
         5: .line 622
            goto 7
        end local 6 // boolean changed
         6: .line 623
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine boolean[] top jdk.internal.org.objectweb.asm.tree.analysis.Frame
      StackMap stack:
            aload 7 /* oldFrame */
            aload 3 /* frameAfterRet */
            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 /* changed */
        start local 6 // boolean changed
         7: .line 625
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Analyzer int jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Frame jdk.internal.org.objectweb.asm.tree.analysis.Subroutine boolean[] int jdk.internal.org.objectweb.asm.tree.analysis.Frame
      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 /* insnIndex */
            aaload
            astore 8 /* oldSubroutine */
        start local 8 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
         8: .line 626
            aload 8 /* oldSubroutine */
            ifnull 10
            aload 4 /* subroutineBeforeJsr */
            ifnull 10
         9: .line 627
            iload 6 /* changed */
            aload 8 /* 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 6 /* changed */
        10: .line 629
      StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.Subroutine
      StackMap stack:
            iload 6 /* changed */
            ifeq 13
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            baload
            ifne 13
        11: .line 630
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.inInstructionsToProcess:[Z
            iload 1 /* insnIndex */
            iconst_1
            bastore
        12: .line 631
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.instructionsToProcess:[I
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.analysis.Analyzer.numInstructionsToProcess:I
            iload 1 /* insnIndex */
            iastore
        13: .line 633
      StackMap locals:
      StackMap stack:
            return
        end local 8 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine oldSubroutine
        end local 7 // jdk.internal.org.objectweb.asm.tree.analysis.Frame oldFrame
        end local 6 // boolean changed
        end local 5 // boolean[] localsUsed
        end local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Subroutine subroutineBeforeJsr
        end local 3 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frameAfterRet
        end local 2 // jdk.internal.org.objectweb.asm.tree.analysis.Frame frameBeforeJsr
        end local 1 // int insnIndex
        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            insnIndex  I
            0   14     2       frameBeforeJsr  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     3        frameAfterRet  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            0   14     4  subroutineBeforeJsr  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
            0   14     5           localsUsed  [Z
            5    6     6              changed  Z
            7   14     6              changed  Z
            2   14     7             oldFrame  Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
            8   14     8        oldSubroutine  Ljdk/internal/org/objectweb/asm/tree/analysis/Subroutine;
    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
      insnIndex            final
      frameBeforeJsr       final
      frameAfterRet        final
      subroutineBeforeJsr  final
      localsUsed           final
}
Signature: <V::Ljdk/internal/org/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;Ljdk/internal/org/objectweb/asm/Opcodes;
SourceFile: "Analyzer.java"