public class org.springframework.asm.Label
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.asm.Label
  super_class: java.lang.Object
{
  static final int FLAG_DEBUG_ONLY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int FLAG_JUMP_TARGET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int FLAG_RESOLVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int FLAG_REACHABLE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int FLAG_SUBROUTINE_CALLER;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final int FLAG_SUBROUTINE_START;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  static final int FLAG_SUBROUTINE_END;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int LINE_NUMBERS_CAPACITY_INCREMENT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int FORWARD_REFERENCES_CAPACITY_INCREMENT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int FORWARD_REFERENCE_TYPE_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -268435456

  static final int FORWARD_REFERENCE_TYPE_SHORT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 268435456

  static final int FORWARD_REFERENCE_TYPE_WIDE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 536870912

  static final int FORWARD_REFERENCE_HANDLE_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 268435455

  static final org.springframework.asm.Label EMPTY_LIST;
    descriptor: Lorg/springframework/asm/Label;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  public java.lang.Object info;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  short flags;
    descriptor: S
    flags: (0x0000) 

  private short lineNumber;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

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

  int bytecodeOffset;
    descriptor: I
    flags: (0x0000) 

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

  short inputStackSize;
    descriptor: S
    flags: (0x0000) 

  short outputStackSize;
    descriptor: S
    flags: (0x0000) 

  short outputStackMax;
    descriptor: S
    flags: (0x0000) 

  short subroutineId;
    descriptor: S
    flags: (0x0000) 

  org.springframework.asm.Frame frame;
    descriptor: Lorg/springframework/asm/Frame;
    flags: (0x0000) 

  org.springframework.asm.Label nextBasicBlock;
    descriptor: Lorg/springframework/asm/Label;
    flags: (0x0000) 

  org.springframework.asm.Edge outgoingEdges;
    descriptor: Lorg/springframework/asm/Edge;
    flags: (0x0000) 

  org.springframework.asm.Label nextListElement;
    descriptor: Lorg/springframework/asm/Label;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 130
            new org.springframework.asm.Label
            dup
            invokespecial org.springframework.asm.Label.<init>:()V
            putstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.asm.Label this
         0: .line 288
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 290
            return
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/asm/Label;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.asm.Label this
         0: .line 301
            aload 0 /* this */
            getfield org.springframework.asm.Label.flags:S
            iconst_4
            iand
            ifne 2
         1: .line 302
            new java.lang.IllegalStateException
            dup
            ldc "Label offset position has not been resolved yet"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.bytecodeOffset:I
            ireturn
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/asm/Label;

  final org.springframework.asm.Label getCanonicalInstance();
    descriptor: ()Lorg/springframework/asm/Label;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.asm.Label this
         0: .line 321
            aload 0 /* this */
            getfield org.springframework.asm.Label.frame:Lorg/springframework/asm/Frame;
            ifnonnull 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.springframework.asm.Label.frame:Lorg/springframework/asm/Frame;
            getfield org.springframework.asm.Frame.owner:Lorg/springframework/asm/Label;
      StackMap locals:
      StackMap stack: org.springframework.asm.Label
         2: areturn
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/asm/Label;

  final void addLineNumber(int);
    descriptor: (I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.springframework.asm.Label this
        start local 1 // int lineNumber
         0: .line 334
            aload 0 /* this */
            getfield org.springframework.asm.Label.lineNumber:S
            ifne 3
         1: .line 335
            aload 0 /* this */
            iload 1 /* lineNumber */
            i2s
            putfield org.springframework.asm.Label.lineNumber:S
         2: .line 336
            goto 11
         3: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            ifnonnull 5
         4: .line 338
            aload 0 /* this */
            iconst_4
            newarray 10
            putfield org.springframework.asm.Label.otherLineNumbers:[I
         5: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            dup_x2
            iastore
            istore 2 /* otherLineNumberIndex */
        start local 2 // int otherLineNumberIndex
         6: .line 341
            iload 2 /* otherLineNumberIndex */
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            arraylength
            if_icmplt 10
         7: .line 342
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            arraylength
            iconst_4
            iadd
            newarray 10
            astore 3 /* newLineNumbers */
        start local 3 // int[] newLineNumbers
         8: .line 343
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            iconst_0
            aload 3 /* newLineNumbers */
            iconst_0
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 344
            aload 0 /* this */
            aload 3 /* newLineNumbers */
            putfield org.springframework.asm.Label.otherLineNumbers:[I
        end local 3 // int[] newLineNumbers
        10: .line 346
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            iload 2 /* otherLineNumberIndex */
            iload 1 /* lineNumber */
            iastore
        end local 2 // int otherLineNumberIndex
        11: .line 348
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int lineNumber
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lorg/springframework/asm/Label;
            0   12     1            lineNumber  I
            6   11     2  otherLineNumberIndex  I
            8   10     3        newLineNumbers  [I
    MethodParameters:
            Name  Flags
      lineNumber  final

  final void accept(org.springframework.asm.MethodVisitor, boolean);
    descriptor: (Lorg/springframework/asm/MethodVisitor;Z)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.asm.Label this
        start local 1 // org.springframework.asm.MethodVisitor methodVisitor
        start local 2 // boolean visitLineNumbers
         0: .line 357
            aload 1 /* methodVisitor */
            aload 0 /* this */
            invokevirtual org.springframework.asm.MethodVisitor.visitLabel:(Lorg/springframework/asm/Label;)V
         1: .line 358
            iload 2 /* visitLineNumbers */
            ifeq 9
            aload 0 /* this */
            getfield org.springframework.asm.Label.lineNumber:S
            ifeq 9
         2: .line 359
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.springframework.asm.Label.lineNumber:S
            ldc 65535
            iand
            aload 0 /* this */
            invokevirtual org.springframework.asm.MethodVisitor.visitLineNumber:(ILorg/springframework/asm/Label;)V
         3: .line 360
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            ifnull 9
         4: .line 361
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 362
      StackMap locals: int
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            invokevirtual org.springframework.asm.MethodVisitor.visitLineNumber:(ILorg/springframework/asm/Label;)V
         7: .line 361
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.springframework.asm.Label.otherLineNumbers:[I
            iconst_0
            iaload
            if_icmple 6
        end local 3 // int i
         9: .line 366
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean visitLineNumbers
        end local 1 // org.springframework.asm.MethodVisitor methodVisitor
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lorg/springframework/asm/Label;
            0   10     1     methodVisitor  Lorg/springframework/asm/MethodVisitor;
            0   10     2  visitLineNumbers  Z
            5    9     3                 i  I
    MethodParameters:
                  Name  Flags
      methodVisitor     final
      visitLineNumbers  final

  final void put(org.springframework.asm.ByteVector, int, boolean);
    descriptor: (Lorg/springframework/asm/ByteVector;IZ)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.asm.Label this
        start local 1 // org.springframework.asm.ByteVector code
        start local 2 // int sourceInsnBytecodeOffset
        start local 3 // boolean wideReference
         0: .line 385
            aload 0 /* this */
            getfield org.springframework.asm.Label.flags:S
            iconst_4
            iand
            ifne 8
         1: .line 386
            iload 3 /* wideReference */
            ifeq 5
         2: .line 387
            aload 0 /* this */
            iload 2 /* sourceInsnBytecodeOffset */
            ldc 536870912
            aload 1 /* code */
            getfield org.springframework.asm.ByteVector.length:I
            invokevirtual org.springframework.asm.Label.addForwardReference:(III)V
         3: .line 388
            aload 1 /* code */
            iconst_m1
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
            pop
         4: .line 389
            goto 12
         5: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sourceInsnBytecodeOffset */
            ldc 268435456
            aload 1 /* code */
            getfield org.springframework.asm.ByteVector.length:I
            invokevirtual org.springframework.asm.Label.addForwardReference:(III)V
         6: .line 391
            aload 1 /* code */
            iconst_m1
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
         7: .line 393
            goto 12
         8: .line 394
      StackMap locals:
      StackMap stack:
            iload 3 /* wideReference */
            ifeq 11
         9: .line 395
            aload 1 /* code */
            aload 0 /* this */
            getfield org.springframework.asm.Label.bytecodeOffset:I
            iload 2 /* sourceInsnBytecodeOffset */
            isub
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
            pop
        10: .line 396
            goto 12
        11: .line 397
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            aload 0 /* this */
            getfield org.springframework.asm.Label.bytecodeOffset:I
            iload 2 /* sourceInsnBytecodeOffset */
            isub
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
        12: .line 400
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean wideReference
        end local 2 // int sourceInsnBytecodeOffset
        end local 1 // org.springframework.asm.ByteVector code
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   13     0                      this  Lorg/springframework/asm/Label;
            0   13     1                      code  Lorg/springframework/asm/ByteVector;
            0   13     2  sourceInsnBytecodeOffset  I
            0   13     3             wideReference  Z
    MethodParameters:
                          Name  Flags
      code                      final
      sourceInsnBytecodeOffset  final
      wideReference             final

  private void addForwardReference(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.springframework.asm.Label this
        start local 1 // int sourceInsnBytecodeOffset
        start local 2 // int referenceType
        start local 3 // int referenceHandle
         0: .line 416
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            ifnonnull 2
         1: .line 417
            aload 0 /* this */
            bipush 6
            newarray 10
            putfield org.springframework.asm.Label.forwardReferences:[I
         2: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iconst_0
            iaload
            istore 4 /* lastElementIndex */
        start local 4 // int lastElementIndex
         3: .line 420
            iload 4 /* lastElementIndex */
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            arraylength
            if_icmplt 7
         4: .line 421
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            arraylength
            bipush 6
            iadd
            newarray 10
            astore 5 /* newValues */
        start local 5 // int[] newValues
         5: .line 422
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iconst_0
            aload 5 /* newValues */
            iconst_0
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 423
            aload 0 /* this */
            aload 5 /* newValues */
            putfield org.springframework.asm.Label.forwardReferences:[I
        end local 5 // int[] newValues
         7: .line 425
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iinc 4 /* lastElementIndex */ 1
            iload 4 /* lastElementIndex */
            iload 1 /* sourceInsnBytecodeOffset */
            iastore
         8: .line 426
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iinc 4 /* lastElementIndex */ 1
            iload 4 /* lastElementIndex */
            iload 2 /* referenceType */
            iload 3 /* referenceHandle */
            ior
            iastore
         9: .line 427
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iconst_0
            iload 4 /* lastElementIndex */
            iastore
        10: .line 428
            return
        end local 4 // int lastElementIndex
        end local 3 // int referenceHandle
        end local 2 // int referenceType
        end local 1 // int sourceInsnBytecodeOffset
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   11     0                      this  Lorg/springframework/asm/Label;
            0   11     1  sourceInsnBytecodeOffset  I
            0   11     2             referenceType  I
            0   11     3           referenceHandle  I
            3   11     4          lastElementIndex  I
            5    7     5                 newValues  [I
    MethodParameters:
                          Name  Flags
      sourceInsnBytecodeOffset  final
      referenceType             final
      referenceHandle           final

  final boolean resolve(byte[], int);
    descriptor: ([BI)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // org.springframework.asm.Label this
        start local 1 // byte[] code
        start local 2 // int bytecodeOffset
         0: .line 445
            aload 0 /* this */
            dup
            getfield org.springframework.asm.Label.flags:S
            iconst_4
            ior
            i2s
            putfield org.springframework.asm.Label.flags:S
         1: .line 446
            aload 0 /* this */
            iload 2 /* bytecodeOffset */
            putfield org.springframework.asm.Label.bytecodeOffset:I
         2: .line 447
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            ifnonnull 4
         3: .line 448
            iconst_0
            ireturn
         4: .line 450
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* hasAsmInstructions */
        start local 3 // boolean hasAsmInstructions
         5: .line 451
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iconst_0
            iaload
            istore 4 /* i */
        start local 4 // int i
         6: goto 27
         7: .line 452
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iload 4 /* i */
            iconst_1
            isub
            iaload
            istore 5 /* sourceInsnBytecodeOffset */
        start local 5 // int sourceInsnBytecodeOffset
         8: .line 453
            aload 0 /* this */
            getfield org.springframework.asm.Label.forwardReferences:[I
            iload 4 /* i */
            iaload
            istore 6 /* reference */
        start local 6 // int reference
         9: .line 454
            iload 2 /* bytecodeOffset */
            iload 5 /* sourceInsnBytecodeOffset */
            isub
            istore 7 /* relativeOffset */
        start local 7 // int relativeOffset
        10: .line 455
            iload 6 /* reference */
            ldc 268435455
            iand
            istore 8 /* handle */
        start local 8 // int handle
        11: .line 456
            iload 6 /* reference */
            ldc -268435456
            iand
            ldc 268435456
            if_icmpne 22
        12: .line 457
            iload 7 /* relativeOffset */
            sipush -32768
            if_icmplt 13
            iload 7 /* relativeOffset */
            sipush 32767
            if_icmple 19
        13: .line 462
      StackMap locals: org.springframework.asm.Label byte[] int int int int int int int
      StackMap stack:
            aload 1 /* code */
            iload 5 /* sourceInsnBytecodeOffset */
            baload
            sipush 255
            iand
            istore 9 /* opcode */
        start local 9 // int opcode
        14: .line 463
            iload 9 /* opcode */
            sipush 198
            if_icmpge 17
        15: .line 465
            aload 1 /* code */
            iload 5 /* sourceInsnBytecodeOffset */
            iload 9 /* opcode */
            bipush 49
            iadd
            i2b
            bastore
        16: .line 466
            goto 18
        17: .line 468
      StackMap locals: int
      StackMap stack:
            aload 1 /* code */
            iload 5 /* sourceInsnBytecodeOffset */
            iload 9 /* opcode */
            bipush 20
            iadd
            i2b
            bastore
        18: .line 470
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* hasAsmInstructions */
        end local 9 // int opcode
        19: .line 472
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            iload 8 /* handle */
            iinc 8 /* handle */ 1
            iload 7 /* relativeOffset */
            bipush 8
            iushr
            i2b
            bastore
        20: .line 473
            aload 1 /* code */
            iload 8 /* handle */
            iload 7 /* relativeOffset */
            i2b
            bastore
        21: .line 474
            goto 26
        22: .line 475
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            iload 8 /* handle */
            iinc 8 /* handle */ 1
            iload 7 /* relativeOffset */
            bipush 24
            iushr
            i2b
            bastore
        23: .line 476
            aload 1 /* code */
            iload 8 /* handle */
            iinc 8 /* handle */ 1
            iload 7 /* relativeOffset */
            bipush 16
            iushr
            i2b
            bastore
        24: .line 477
            aload 1 /* code */
            iload 8 /* handle */
            iinc 8 /* handle */ 1
            iload 7 /* relativeOffset */
            bipush 8
            iushr
            i2b
            bastore
        25: .line 478
            aload 1 /* code */
            iload 8 /* handle */
            iload 7 /* relativeOffset */
            i2b
            bastore
        end local 8 // int handle
        end local 7 // int relativeOffset
        end local 6 // int reference
        end local 5 // int sourceInsnBytecodeOffset
        26: .line 451
      StackMap locals: org.springframework.asm.Label byte[] int int int
      StackMap stack:
            iinc 4 /* i */ -2
      StackMap locals:
      StackMap stack:
        27: iload 4 /* i */
            ifgt 7
        end local 4 // int i
        28: .line 481
            iload 3 /* hasAsmInstructions */
            ireturn
        end local 3 // boolean hasAsmInstructions
        end local 2 // int bytecodeOffset
        end local 1 // byte[] code
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   29     0                      this  Lorg/springframework/asm/Label;
            0   29     1                      code  [B
            0   29     2            bytecodeOffset  I
            5   29     3        hasAsmInstructions  Z
            6   28     4                         i  I
            8   26     5  sourceInsnBytecodeOffset  I
            9   26     6                 reference  I
           10   26     7            relativeOffset  I
           11   26     8                    handle  I
           14   19     9                    opcode  I
    MethodParameters:
                Name  Flags
      code            final
      bytecodeOffset  final

  final void markSubroutine(short);
    descriptor: (S)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.asm.Label this
        start local 1 // short subroutineId
         0: .line 505
            aload 0 /* this */
            astore 2 /* listOfBlocksToProcess */
        start local 2 // org.springframework.asm.Label listOfBlocksToProcess
         1: .line 506
            aload 2 /* listOfBlocksToProcess */
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
         2: .line 507
            goto 9
         3: .line 509
      StackMap locals: org.springframework.asm.Label
      StackMap stack:
            aload 2 /* listOfBlocksToProcess */
            astore 3 /* basicBlock */
        start local 3 // org.springframework.asm.Label basicBlock
         4: .line 510
            aload 2 /* listOfBlocksToProcess */
            getfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
            astore 2 /* listOfBlocksToProcess */
         5: .line 511
            aload 3 /* basicBlock */
            aconst_null
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
         6: .line 515
            aload 3 /* basicBlock */
            getfield org.springframework.asm.Label.subroutineId:S
            ifne 9
         7: .line 516
            aload 3 /* basicBlock */
            iload 1 /* subroutineId */
            putfield org.springframework.asm.Label.subroutineId:S
         8: .line 517
            aload 3 /* basicBlock */
            aload 2 /* listOfBlocksToProcess */
            invokevirtual org.springframework.asm.Label.pushSuccessors:(Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 2 /* listOfBlocksToProcess */
        end local 3 // org.springframework.asm.Label basicBlock
         9: .line 507
      StackMap locals:
      StackMap stack:
            aload 2 /* listOfBlocksToProcess */
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            if_acmpne 3
        10: .line 520
            return
        end local 2 // org.springframework.asm.Label listOfBlocksToProcess
        end local 1 // short subroutineId
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lorg/springframework/asm/Label;
            0   11     1           subroutineId  S
            1   11     2  listOfBlocksToProcess  Lorg/springframework/asm/Label;
            4    9     3             basicBlock  Lorg/springframework/asm/Label;
    MethodParameters:
              Name  Flags
      subroutineId  final

  final void addSubroutineRetSuccessors(org.springframework.asm.Label);
    descriptor: (Lorg/springframework/asm/Label;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.springframework.asm.Label this
        start local 1 // org.springframework.asm.Label subroutineCaller
         0: .line 541
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            astore 2 /* listOfProcessedBlocks */
        start local 2 // org.springframework.asm.Label listOfProcessedBlocks
         1: .line 542
            aload 0 /* this */
            astore 3 /* listOfBlocksToProcess */
        start local 3 // org.springframework.asm.Label listOfBlocksToProcess
         2: .line 543
            aload 3 /* listOfBlocksToProcess */
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
         3: .line 544
            goto 18
         4: .line 546
      StackMap locals: org.springframework.asm.Label org.springframework.asm.Label
      StackMap stack:
            aload 3 /* listOfBlocksToProcess */
            astore 4 /* basicBlock */
        start local 4 // org.springframework.asm.Label basicBlock
         5: .line 547
            aload 4 /* basicBlock */
            getfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
            astore 3 /* listOfBlocksToProcess */
         6: .line 548
            aload 4 /* basicBlock */
            aload 2 /* listOfProcessedBlocks */
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
         7: .line 549
            aload 4 /* basicBlock */
            astore 2 /* listOfProcessedBlocks */
         8: .line 554
            aload 4 /* basicBlock */
            getfield org.springframework.asm.Label.flags:S
            bipush 64
            iand
            ifeq 17
         9: .line 555
            aload 4 /* basicBlock */
            getfield org.springframework.asm.Label.subroutineId:S
            aload 1 /* subroutineCaller */
            getfield org.springframework.asm.Label.subroutineId:S
            if_icmpeq 17
        10: .line 556
            aload 4 /* basicBlock */
        11: .line 557
            new org.springframework.asm.Edge
            dup
        12: .line 558
            aload 4 /* basicBlock */
            getfield org.springframework.asm.Label.outputStackSize:S
        13: .line 562
            aload 1 /* subroutineCaller */
            getfield org.springframework.asm.Label.outgoingEdges:Lorg/springframework/asm/Edge;
            getfield org.springframework.asm.Edge.successor:Lorg/springframework/asm/Label;
        14: .line 563
            aload 4 /* basicBlock */
            getfield org.springframework.asm.Label.outgoingEdges:Lorg/springframework/asm/Edge;
        15: .line 557
            invokespecial org.springframework.asm.Edge.<init>:(ILorg/springframework/asm/Label;Lorg/springframework/asm/Edge;)V
        16: .line 556
            putfield org.springframework.asm.Label.outgoingEdges:Lorg/springframework/asm/Edge;
        17: .line 569
      StackMap locals: org.springframework.asm.Label
      StackMap stack:
            aload 4 /* basicBlock */
            aload 3 /* listOfBlocksToProcess */
            invokevirtual org.springframework.asm.Label.pushSuccessors:(Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
            astore 3 /* listOfBlocksToProcess */
        end local 4 // org.springframework.asm.Label basicBlock
        18: .line 544
      StackMap locals:
      StackMap stack:
            aload 3 /* listOfBlocksToProcess */
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            if_acmpne 4
        19: .line 573
            goto 23
        20: .line 574
      StackMap locals:
      StackMap stack:
            aload 2 /* listOfProcessedBlocks */
            getfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
            astore 4 /* newListOfProcessedBlocks */
        start local 4 // org.springframework.asm.Label newListOfProcessedBlocks
        21: .line 575
            aload 2 /* listOfProcessedBlocks */
            aconst_null
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
        22: .line 576
            aload 4 /* newListOfProcessedBlocks */
            astore 2 /* listOfProcessedBlocks */
        end local 4 // org.springframework.asm.Label newListOfProcessedBlocks
        23: .line 573
      StackMap locals:
      StackMap stack:
            aload 2 /* listOfProcessedBlocks */
            getstatic org.springframework.asm.Label.EMPTY_LIST:Lorg/springframework/asm/Label;
            if_acmpne 20
        24: .line 578
            return
        end local 3 // org.springframework.asm.Label listOfBlocksToProcess
        end local 2 // org.springframework.asm.Label listOfProcessedBlocks
        end local 1 // org.springframework.asm.Label subroutineCaller
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   25     0                      this  Lorg/springframework/asm/Label;
            0   25     1          subroutineCaller  Lorg/springframework/asm/Label;
            1   25     2     listOfProcessedBlocks  Lorg/springframework/asm/Label;
            2   25     3     listOfBlocksToProcess  Lorg/springframework/asm/Label;
            5   18     4                basicBlock  Lorg/springframework/asm/Label;
           21   23     4  newListOfProcessedBlocks  Lorg/springframework/asm/Label;
    MethodParameters:
                  Name  Flags
      subroutineCaller  final

  private org.springframework.asm.Label pushSuccessors(org.springframework.asm.Label);
    descriptor: (Lorg/springframework/asm/Label;)Lorg/springframework/asm/Label;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.springframework.asm.Label this
        start local 1 // org.springframework.asm.Label listOfLabelsToProcess
         0: .line 590
            aload 1 /* listOfLabelsToProcess */
            astore 2 /* newListOfLabelsToProcess */
        start local 2 // org.springframework.asm.Label newListOfLabelsToProcess
         1: .line 591
            aload 0 /* this */
            getfield org.springframework.asm.Label.outgoingEdges:Lorg/springframework/asm/Edge;
            astore 3 /* outgoingEdge */
        start local 3 // org.springframework.asm.Edge outgoingEdge
         2: .line 592
            goto 11
         3: .line 596
      StackMap locals: org.springframework.asm.Label org.springframework.asm.Edge
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.Label.flags:S
            bipush 16
            iand
            ifeq 5
            aload 3 /* outgoingEdge */
            aload 0 /* this */
            getfield org.springframework.asm.Label.outgoingEdges:Lorg/springframework/asm/Edge;
            getfield org.springframework.asm.Edge.nextEdge:Lorg/springframework/asm/Edge;
            if_acmpne 5
         4: .line 595
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* isJsrTarget */
        start local 4 // boolean isJsrTarget
         7: .line 597
            iload 4 /* isJsrTarget */
            ifne 10
            aload 3 /* outgoingEdge */
            getfield org.springframework.asm.Edge.successor:Lorg/springframework/asm/Label;
            getfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
            ifnonnull 10
         8: .line 600
            aload 3 /* outgoingEdge */
            getfield org.springframework.asm.Edge.successor:Lorg/springframework/asm/Label;
            aload 2 /* newListOfLabelsToProcess */
            putfield org.springframework.asm.Label.nextListElement:Lorg/springframework/asm/Label;
         9: .line 601
            aload 3 /* outgoingEdge */
            getfield org.springframework.asm.Edge.successor:Lorg/springframework/asm/Label;
            astore 2 /* newListOfLabelsToProcess */
        10: .line 603
      StackMap locals: int
      StackMap stack:
            aload 3 /* outgoingEdge */
            getfield org.springframework.asm.Edge.nextEdge:Lorg/springframework/asm/Edge;
            astore 3 /* outgoingEdge */
        end local 4 // boolean isJsrTarget
        11: .line 592
      StackMap locals:
      StackMap stack:
            aload 3 /* outgoingEdge */
            ifnonnull 3
        12: .line 605
            aload 2 /* newListOfLabelsToProcess */
            areturn
        end local 3 // org.springframework.asm.Edge outgoingEdge
        end local 2 // org.springframework.asm.Label newListOfLabelsToProcess
        end local 1 // org.springframework.asm.Label listOfLabelsToProcess
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   13     0                      this  Lorg/springframework/asm/Label;
            0   13     1     listOfLabelsToProcess  Lorg/springframework/asm/Label;
            1   13     2  newListOfLabelsToProcess  Lorg/springframework/asm/Label;
            2   13     3              outgoingEdge  Lorg/springframework/asm/Edge;
            7   11     4               isJsrTarget  Z
    MethodParameters:
                       Name  Flags
      listOfLabelsToProcess  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.asm.Label this
         0: .line 619
            new java.lang.StringBuilder
            dup
            ldc "L"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/asm/Label;
}
SourceFile: "Label.java"