public class jdk.internal.org.objectweb.asm.Attribute
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.Attribute
super_class: java.lang.Object
{
public final java.lang.String type;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
private byte[] content;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
jdk.internal.org.objectweb.asm.Attribute nextAttribute;
descriptor: Ljdk/internal/org/objectweb/asm/Attribute;
flags: (0x0000)
protected void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 3 1 type Ljava/lang/String;
MethodParameters:
Name Flags
type final
public boolean isUnknown();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/Attribute;
public boolean isCodeAttribute();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/Attribute;
protected jdk.internal.org.objectweb.asm.Label[] getLabels();
descriptor: ()[Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
anewarray jdk.internal.org.objectweb.asm.Label
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/Attribute;
protected jdk.internal.org.objectweb.asm.Attribute read(jdk.internal.org.objectweb.asm.ClassReader, int, int, char[], int, jdk.internal.org.objectweb.asm.Label[]);
descriptor: (Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: new jdk.internal.org.objectweb.asm.Attribute
dup
aload 0
getfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
invokespecial jdk.internal.org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
astore 7
start local 7 1: aload 7
iload 3
newarray 8
putfield jdk.internal.org.objectweb.asm.Attribute.content:[B
2: aload 1
getfield jdk.internal.org.objectweb.asm.ClassReader.classFileBuffer:[B
iload 2
aload 7
getfield jdk.internal.org.objectweb.asm.Attribute.content:[B
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 7
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 4 1 classReader Ljdk/internal/org/objectweb/asm/ClassReader;
0 4 2 offset I
0 4 3 length I
0 4 4 charBuffer [C
0 4 5 codeAttributeOffset I
0 4 6 labels [Ljdk/internal/org/objectweb/asm/Label;
1 4 7 attribute Ljdk/internal/org/objectweb/asm/Attribute;
MethodParameters:
Name Flags
classReader final
offset final
length final
charBuffer final
codeAttributeOffset final
labels final
protected jdk.internal.org.objectweb.asm.ByteVector write(jdk.internal.org.objectweb.asm.ClassWriter, byte[], int, int, int);
descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
aload 0
getfield jdk.internal.org.objectweb.asm.Attribute.content:[B
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:([B)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 1 1 classWriter Ljdk/internal/org/objectweb/asm/ClassWriter;
0 1 2 code [B
0 1 3 codeLength I
0 1 4 maxStack I
0 1 5 maxLocals I
MethodParameters:
Name Flags
classWriter final
code final
codeLength final
maxStack final
maxLocals final
final int getAttributeCount();
descriptor: ()I
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
astore 2
start local 2 2: goto 5
3: StackMap locals: int jdk.internal.org.objectweb.asm.Attribute
StackMap stack:
iinc 1 1
4: aload 2
getfield jdk.internal.org.objectweb.asm.Attribute.nextAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
astore 2
5: StackMap locals:
StackMap stack:
aload 2
ifnonnull 3
6: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/internal/org/objectweb/asm/Attribute;
1 7 1 count I
2 7 2 attribute Ljdk/internal/org/objectweb/asm/Attribute;
final int computeAttributesSize(jdk.internal.org.objectweb.asm.SymbolTable);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;)I
flags: (0x0010) ACC_FINAL
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: aload 0
aload 1
aload 2
iconst_0
iconst_m1
iconst_m1
invokevirtual jdk.internal.org.objectweb.asm.Attribute.computeAttributesSize:(Ljdk/internal/org/objectweb/asm/SymbolTable;[BIII)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 2 1 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
1 2 2 code [B
MethodParameters:
Name Flags
symbolTable final
final int computeAttributesSize(jdk.internal.org.objectweb.asm.SymbolTable, byte[], int, int, int);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;[BIII)I
flags: (0x0010) ACC_FINAL
Code:
stack=8, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
getfield jdk.internal.org.objectweb.asm.SymbolTable.classWriter:Ljdk/internal/org/objectweb/asm/ClassWriter;
astore 6
start local 6 1: iconst_0
istore 7
start local 7 2: aload 0
astore 8
start local 8 3: goto 7
4: StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter int jdk.internal.org.objectweb.asm.Attribute
StackMap stack:
aload 1
aload 8
getfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
pop
5: iload 7
bipush 6
aload 8
aload 6
aload 2
iload 3
iload 4
iload 5
invokevirtual jdk.internal.org.objectweb.asm.Attribute.write:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 7
6: aload 8
getfield jdk.internal.org.objectweb.asm.Attribute.nextAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
astore 8
7: StackMap locals:
StackMap stack:
aload 8
ifnonnull 4
8: iload 7
ireturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 9 1 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
0 9 2 code [B
0 9 3 codeLength I
0 9 4 maxStack I
0 9 5 maxLocals I
1 9 6 classWriter Ljdk/internal/org/objectweb/asm/ClassWriter;
2 9 7 size I
3 9 8 attribute Ljdk/internal/org/objectweb/asm/Attribute;
MethodParameters:
Name Flags
symbolTable final
code final
codeLength final
maxStack final
maxLocals final
static int computeAttributesSize(jdk.internal.org.objectweb.asm.SymbolTable, int, int);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;II)I
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: iload 1
sipush 4096
iand
ifeq 5
2: aload 0
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getMajorVersion:()I
bipush 49
if_icmpge 5
3: aload 0
ldc "Synthetic"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
pop
4: iinc 3 6
5: StackMap locals: int
StackMap stack:
iload 2
ifeq 8
6: aload 0
ldc "Signature"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
pop
7: iinc 3 8
8: StackMap locals:
StackMap stack:
iload 1
ldc 131072
iand
ifeq 11
9: aload 0
ldc "Deprecated"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
pop
10: iinc 3 6
11: StackMap locals:
StackMap stack:
iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
0 12 1 accessFlags I
0 12 2 signatureIndex I
1 12 3 size I
MethodParameters:
Name Flags
symbolTable final
accessFlags final
signatureIndex final
final void putAttributes(jdk.internal.org.objectweb.asm.SymbolTable, jdk.internal.org.objectweb.asm.ByteVector);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;)V
flags: (0x0010) ACC_FINAL
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
aload 1
aload 3
iconst_0
iconst_m1
iconst_m1
aload 2
invokevirtual jdk.internal.org.objectweb.asm.Attribute.putAttributes:(Ljdk/internal/org/objectweb/asm/SymbolTable;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 3 1 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
0 3 2 output Ljdk/internal/org/objectweb/asm/ByteVector;
1 3 3 code [B
MethodParameters:
Name Flags
symbolTable final
output final
final void putAttributes(jdk.internal.org.objectweb.asm.SymbolTable, byte[], int, int, int, jdk.internal.org.objectweb.asm.ByteVector);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
flags: (0x0010) ACC_FINAL
Code:
stack=6, locals=10, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
getfield jdk.internal.org.objectweb.asm.SymbolTable.classWriter:Ljdk/internal/org/objectweb/asm/ClassWriter;
astore 7
start local 7 1: aload 0
astore 8
start local 8 2: goto 8
3: StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.Attribute
StackMap stack:
aload 8
aload 7
aload 2
iload 3
iload 4
iload 5
invokevirtual jdk.internal.org.objectweb.asm.Attribute.write:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)Ljdk/internal/org/objectweb/asm/ByteVector;
4: astore 9
start local 9 5: aload 6
aload 1
aload 8
getfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 9
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
6: aload 6
aload 9
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
iconst_0
aload 9
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
7: aload 8
getfield jdk.internal.org.objectweb.asm.Attribute.nextAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
astore 8
end local 9 8: StackMap locals:
StackMap stack:
aload 8
ifnonnull 3
9: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljdk/internal/org/objectweb/asm/Attribute;
0 10 1 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
0 10 2 code [B
0 10 3 codeLength I
0 10 4 maxStack I
0 10 5 maxLocals I
0 10 6 output Ljdk/internal/org/objectweb/asm/ByteVector;
1 10 7 classWriter Ljdk/internal/org/objectweb/asm/ClassWriter;
2 10 8 attribute Ljdk/internal/org/objectweb/asm/Attribute;
5 8 9 attributeContent Ljdk/internal/org/objectweb/asm/ByteVector;
MethodParameters:
Name Flags
symbolTable final
code final
codeLength final
maxStack final
maxLocals final
output final
static void putAttributes(jdk.internal.org.objectweb.asm.SymbolTable, int, int, jdk.internal.org.objectweb.asm.ByteVector);
descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;IILjdk/internal/org/objectweb/asm/ByteVector;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 1
sipush 4096
iand
ifeq 3
1: aload 0
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getMajorVersion:()I
bipush 49
if_icmpge 3
2: aload 3
aload 0
ldc "Synthetic"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: StackMap locals:
StackMap stack:
iload 2
ifeq 8
4: aload 3
5: aload 0
ldc "Signature"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
6: iconst_2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
7: iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
8: StackMap locals:
StackMap stack:
iload 1
ldc 131072
iand
ifeq 10
9: aload 3
aload 0
ldc "Deprecated"
invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
10: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 symbolTable Ljdk/internal/org/objectweb/asm/SymbolTable;
0 11 1 accessFlags I
0 11 2 signatureIndex I
0 11 3 output Ljdk/internal/org/objectweb/asm/ByteVector;
MethodParameters:
Name Flags
symbolTable final
accessFlags final
signatureIndex final
output final
}
SourceFile: "Attribute.java"
NestMembers:
jdk.internal.org.objectweb.asm.Attribute$Set
InnerClasses:
final Set = jdk.internal.org.objectweb.asm.Attribute$Set of jdk.internal.org.objectweb.asm.Attribute