class sun.reflect.Label
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.Label
  super_class: java.lang.Object
{
  private java.util.List<sun.reflect.Label$PatchInfo> patches;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lsun/reflect/Label$PatchInfo;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.Label this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.reflect.Label.patches:Ljava/util/List;
         2: .line 58
            return
        end local 0 // sun.reflect.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/reflect/Label;

  void add(sun.reflect.ClassFileAssembler, short, short, int);
    descriptor: (Lsun/reflect/ClassFileAssembler;SSI)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.reflect.Label this
        start local 1 // sun.reflect.ClassFileAssembler asm
        start local 2 // short instrBCI
        start local 3 // short patchBCI
        start local 4 // int stackDepth
         0: .line 65
            aload 0 /* this */
            getfield sun.reflect.Label.patches:Ljava/util/List;
            new sun.reflect.Label$PatchInfo
            dup
            aload 1 /* asm */
            iload 2 /* instrBCI */
            iload 3 /* patchBCI */
            iload 4 /* stackDepth */
            invokespecial sun.reflect.Label$PatchInfo.<init>:(Lsun/reflect/ClassFileAssembler;SSI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 66
            return
        end local 4 // int stackDepth
        end local 3 // short patchBCI
        end local 2 // short instrBCI
        end local 1 // sun.reflect.ClassFileAssembler asm
        end local 0 // sun.reflect.Label this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/reflect/Label;
            0    2     1         asm  Lsun/reflect/ClassFileAssembler;
            0    2     2    instrBCI  S
            0    2     3    patchBCI  S
            0    2     4  stackDepth  I
    MethodParameters:
            Name  Flags
      asm         
      instrBCI    
      patchBCI    
      stackDepth  

  public void bind();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.reflect.Label this
         0: .line 69
            aload 0 /* this */
            getfield sun.reflect.Label.patches:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 6
      StackMap locals: sun.reflect.Label top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.reflect.Label$PatchInfo
            astore 1 /* patch */
        start local 1 // sun.reflect.Label$PatchInfo patch
         2: .line 70
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.asm:Lsun/reflect/ClassFileAssembler;
            invokevirtual sun.reflect.ClassFileAssembler.getLength:()S
            istore 3 /* curBCI */
        start local 3 // short curBCI
         3: .line 71
            iload 3 /* curBCI */
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.instrBCI:S
            isub
            i2s
            istore 4 /* offset */
        start local 4 // short offset
         4: .line 72
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.asm:Lsun/reflect/ClassFileAssembler;
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.patchBCI:S
            iload 4 /* offset */
            invokevirtual sun.reflect.ClassFileAssembler.emitShort:(SS)V
         5: .line 73
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.asm:Lsun/reflect/ClassFileAssembler;
            aload 1 /* patch */
            getfield sun.reflect.Label$PatchInfo.stackDepth:I
            invokevirtual sun.reflect.ClassFileAssembler.setStack:(I)V
        end local 4 // short offset
        end local 3 // short curBCI
        end local 1 // sun.reflect.Label$PatchInfo patch
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 75
            return
        end local 0 // sun.reflect.Label this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/reflect/Label;
            2    6     1   patch  Lsun/reflect/Label$PatchInfo;
            3    6     3  curBCI  S
            4    6     4  offset  S
}
SourceFile: "Label.java"
NestMembers:
  sun.reflect.Label$PatchInfo
InnerClasses:
  PatchInfo = sun.reflect.Label$PatchInfo of sun.reflect.Label