public class sun.jvm.hotspot.oops.ConstantPoolCacheEntry
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.oops.ConstantPoolCacheEntry
super_class: java.lang.Object
{
private static long size;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static long baseOffset;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField indices;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField f1;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField f2;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField flags;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private sun.jvm.hotspot.oops.ConstantPoolCache cp;
descriptor: Lsun/jvm/hotspot/oops/ConstantPoolCache;
flags: (0x0002) ACC_PRIVATE
private long offset;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static sun.jvm.hotspot.oops.NamedFieldIdentifier f1FieldName;
descriptor: Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
flags: (0x0008) ACC_STATIC
static sun.jvm.hotspot.oops.NamedFieldIdentifier f2FieldName;
descriptor: Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
flags: (0x0008) ACC_STATIC
static sun.jvm.hotspot.oops.NamedFieldIdentifier flagsFieldName;
descriptor: Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
flags: (0x0008) ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1
dup
invokespecial sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: new sun.jvm.hotspot.oops.NamedFieldIdentifier
dup
ldc "_f1"
invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1FieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
2: new sun.jvm.hotspot.oops.NamedFieldIdentifier
dup
ldc "_f2"
invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f2FieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
3: new sun.jvm.hotspot.oops.NamedFieldIdentifier
dup
ldc "_flags"
invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.flagsFieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
return
LocalVariableTable:
Start End Slot Name Signature
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "ConstantPoolCacheEntry"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.size:J
2: aload 1
ldc "_indices"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.indices:Lsun/jvm/hotspot/types/CIntegerField;
3: aload 1
ldc "_f1"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1:Lsun/jvm/hotspot/types/AddressField;
4: aload 1
ldc "_f2"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f2:Lsun/jvm/hotspot/types/CIntegerField;
5: aload 1
ldc "_flags"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.flags:Lsun/jvm/hotspot/types/CIntegerField;
6: aload 0
ldc "ConstantPoolCache"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
7: aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.baseOffset:J
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 9 1 type Lsun/jvm/hotspot/types/Type;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
db
void <init>(sun.jvm.hotspot.oops.ConstantPoolCache, int);
descriptor: (Lsun/jvm/hotspot/oops/ConstantPoolCache;I)V
flags: (0x0000)
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
2: aload 0
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.baseOffset:J
iload 2
i2l
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.size:J
lmul
ladd
putfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
0 4 1 cp Lsun/jvm/hotspot/oops/ConstantPoolCache;
0 4 2 index I
MethodParameters:
Name Flags
cp
index
public int getConstantPoolIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 4
1: aload 0
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getIndices:()J
ldc 65535
land
lconst_0
lcmp
ifeq 2
iconst_1
goto 3
StackMap locals:
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ldc "must be main entry"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getIndices:()J
ldc 65535
land
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
private long getIndices();
descriptor: ()J
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.indices:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.indices:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getSize:()J
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.indices:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.isUnsigned:()Z
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
public sun.jvm.hotspot.oops.Metadata getF1();
descriptor: ()Lsun/jvm/hotspot/oops/Metadata;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
public int getF2();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
public int getFlags();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.flags:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
public void iterateFields(sun.jvm.hotspot.oops.MetadataVisitor);
descriptor: (Lsun/jvm/hotspot/oops/MetadataVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=2
start local 0 start local 1 0: aload 1
new sun.jvm.hotspot.oops.OopField
dup
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1FieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f1:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
iconst_1
invokespecial sun.jvm.hotspot.oops.OopField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
iconst_1
invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doOop:(Lsun/jvm/hotspot/oops/OopField;Z)V
1: aload 1
new sun.jvm.hotspot.oops.IntField
dup
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f2FieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.f2:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
iconst_1
invokespecial sun.jvm.hotspot.oops.IntField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
iconst_1
invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doInt:(Lsun/jvm/hotspot/oops/IntField;Z)V
2: aload 1
new sun.jvm.hotspot.oops.IntField
dup
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.flagsFieldName:Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.flags:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
aload 0
getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
ladd
iconst_1
invokespecial sun.jvm.hotspot.oops.IntField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
iconst_1
invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doInt:(Lsun/jvm/hotspot/oops/IntField;Z)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
0 4 1 visitor Lsun/jvm/hotspot/oops/MetadataVisitor;
MethodParameters:
Name Flags
visitor
}
SourceFile: "ConstantPoolCacheEntry.java"
NestMembers:
sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1
InnerClasses:
sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1