class sun.reflect.Label$PatchInfo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.Label$PatchInfo
super_class: java.lang.Object
{
sun.reflect.ClassFileAssembler asm;
descriptor: Lsun/reflect/ClassFileAssembler;
flags: (0x0000)
short instrBCI;
descriptor: S
flags: (0x0000)
short patchBCI;
descriptor: S
flags: (0x0000)
int stackDepth;
descriptor: I
flags: (0x0000)
void <init>(sun.reflect.ClassFileAssembler, short, short, int);
descriptor: (Lsun/reflect/ClassFileAssembler;SSI)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.Label$PatchInfo.asm:Lsun/reflect/ClassFileAssembler;
2: aload 0
iload 2
putfield sun.reflect.Label$PatchInfo.instrBCI:S
3: aload 0
iload 3
putfield sun.reflect.Label$PatchInfo.patchBCI:S
4: aload 0
iload 4
putfield sun.reflect.Label$PatchInfo.stackDepth:I
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/reflect/Label$PatchInfo;
0 6 1 asm Lsun/reflect/ClassFileAssembler;
0 6 2 instrBCI S
0 6 3 patchBCI S
0 6 4 stackDepth I
MethodParameters:
Name Flags
asm
instrBCI
patchBCI
stackDepth
}
SourceFile: "Label.java"
NestHost: sun.reflect.Label
InnerClasses:
PatchInfo = sun.reflect.Label$PatchInfo of sun.reflect.Label