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: 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 0: aload 0
lconst_0
iconst_m1
aconst_null
invokespecial sun.tools.asm.Instruction.<init>:(JILjava/lang/Object;)V
1: aload 0
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: return
end local 0 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 0: aload 0
astore 1
start local 1 1: aload 0
getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
ifnull 30
aload 0
getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
aload 0
if_acmpeq 30
aload 0
getfield sun.tools.asm.Label.depth:I
ifne 30
2: aload 0
iconst_1
putfield sun.tools.asm.Label.depth:I
3: aload 0
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: StackMap locals: sun.tools.asm.Label
StackMap stack:
aload 0
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
5: goto 29
6: StackMap locals:
StackMap stack:
aload 0
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
7: goto 29
8: StackMap locals:
StackMap stack:
aload 0
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: aload 0
getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
astore 2
start local 2 10: aload 2
getfield sun.tools.asm.Instruction.opc:I
iconst_m1
if_icmpne 12
11: aload 2
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
12: StackMap locals: sun.tools.asm.Instruction
StackMap stack:
aload 2
getfield sun.tools.asm.Instruction.opc:I
sipush 153
if_icmpne 21
13: aload 0
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: aload 2
getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
checkcast sun.tools.asm.Label
astore 1
15: goto 19
16: StackMap locals:
StackMap stack:
new sun.tools.asm.Label
dup
invokespecial sun.tools.asm.Label.<init>:()V
astore 1
17: aload 1
aload 2
getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
putfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
18: aload 2
aload 1
putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
19: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
astore 1
20: goto 29
21: StackMap locals:
StackMap stack:
aload 2
getfield sun.tools.asm.Instruction.opc:I
sipush 154
if_icmpne 29
22: aload 0
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: new sun.tools.asm.Label
dup
invokespecial sun.tools.asm.Label.<init>:()V
astore 1
24: aload 1
aload 2
getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
putfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
25: aload 2
aload 1
putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
26: goto 28
27: StackMap locals:
StackMap stack:
aload 2
getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
checkcast sun.tools.asm.Label
astore 1
28: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.tools.asm.Label.getDestination:()Lsun/tools/asm/Label;
astore 1
end local 2 29: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.tools.asm.Label.depth:I
30: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 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 0: new java.lang.StringBuilder
dup
ldc "$"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
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
start local 1 1: aload 0
getfield sun.tools.asm.Label.value:Ljava/lang/Object;
ifnull 3
2: new java.lang.StringBuilder
dup
aload 1
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
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
3: StackMap locals: java.lang.String
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/tools/asm/Label;
1 4 1 s Ljava/lang/String;
}
SourceFile: "Label.java"