public final class sun.tools.asm.Label extends sun.tools.asm.Instruction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.tools.asm.Label
  super_class: sun.tools.asm.Instruction
{
  static int labelCount;
    descriptor: I
    flags: (0x0008) ACC_STATIC

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

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

  sun.tools.java.MemberDefinition[] locals;
    descriptor: [Lsun/tools/java/MemberDefinition;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            iconst_0
            putstatic sun.tools.asm.Label.labelCount:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.tools.asm.Label this
         0: .line 50
            aload 0 /* this */
            lconst_0
            iconst_m1
            aconst_null
            invokespecial sun.tools.asm.Instruction.<init>:(JILjava/lang/Object;)V
         1: .line 51
            aload 0 /* this */
            getstatic sun.tools.asm.Label.labelCount:I
            iconst_1
            iadd
            dup
            putstatic sun.tools.asm.Label.labelCount:I
            putfield sun.tools.asm.Label.ID:I
         2: .line 52
            return
        end local 0 // sun.tools.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/asm/Label;

  sun.tools.asm.Label getDestination();
    descriptor: ()Lsun/tools/asm/Label;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.tools.asm.Label this
         0: .line 60
            aload 0 /* this */
            astore 1 /* lbl */
        start local 1 // sun.tools.asm.Label lbl
         1: .line 61
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            ifnull 30
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            aload 0 /* this */
            if_acmpeq 30
            aload 0 /* this */
            getfield sun.tools.asm.Label.depth:I
            ifne 30
         2: .line 62
            aload 0 /* this */
            iconst_1
            putfield sun.tools.asm.Label.depth:I
         3: .line 64
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 4
                   -1: 4
                   18: 8
                   19: 8
                  167: 6
              default: 29
          }
         4: .line 66
      StackMap locals: sun.tools.asm.Label
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
            astore 1 /* lbl */
         5: .line 67
            goto 29
         6: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
            astore 1 /* lbl */
         7: .line 71
            goto 29
         8: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            instanceof java.lang.Integer
            ifeq 29
         9: .line 76
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 2 /* inst */
        start local 2 // sun.tools.asm.Instruction inst
        10: .line 77
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            iconst_m1
            if_icmpne 12
        11: .line 78
            aload 2 /* inst */
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            astore 2 /* inst */
        12: .line 81
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            sipush 153
            if_icmpne 21
        13: .line 82
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ifne 16
        14: .line 83
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            astore 1 /* lbl */
        15: .line 84
            goto 19
        16: .line 85
      StackMap locals:
      StackMap stack:
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            astore 1 /* lbl */
        17: .line 86
            aload 1 /* lbl */
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            putfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
        18: .line 87
            aload 2 /* inst */
            aload 1 /* lbl */
            putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
        19: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* lbl */
            invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
            astore 1 /* lbl */
        20: .line 90
            goto 29
        21: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            sipush 154
            if_icmpne 29
        22: .line 93
            aload 0 /* this */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ifne 27
        23: .line 94
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            astore 1 /* lbl */
        24: .line 95
            aload 1 /* lbl */
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            putfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
        25: .line 96
            aload 2 /* inst */
            aload 1 /* lbl */
            putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
        26: .line 97
            goto 28
        27: .line 98
      StackMap locals:
      StackMap stack:
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            astore 1 /* lbl */
        28: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* lbl */
            invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
            astore 1 /* lbl */
        end local 2 // sun.tools.asm.Instruction inst
        29: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.tools.asm.Label.depth:I
        30: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* lbl */
            areturn
        end local 1 // sun.tools.asm.Label lbl
        end local 0 // sun.tools.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lsun/tools/asm/Label;
            1   31     1   lbl  Lsun/tools/asm/Label;
           10   29     2  inst  Lsun/tools/asm/Instruction;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.tools.asm.Label this
         0: .line 112
            new java.lang.StringBuilder
            dup
            ldc "$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.tools.asm.Label.ID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 113
            aload 0 /* this */
            getfield sun.tools.asm.Label.value:Ljava/lang/Object;
            ifnull 3
         2: .line 114
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " stack="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.tools.asm.Label.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
         3: .line 115
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // sun.tools.asm.Label this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/asm/Label;
            1    4     1     s  Ljava/lang/String;
}
SourceFile: "Label.java"