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: .line 47
            new sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1
            dup
            invokespecial sun.jvm.hotspot.oops.ConstantPoolCacheEntry$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 95
            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: .line 96
            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: .line 97
            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 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 55
            aload 0 /* db */
            ldc "ConstantPoolCacheEntry"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 56
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.size:J
         2: .line 58
            aload 1 /* type */
            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: .line 59
            aload 1 /* type */
            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: .line 60
            aload 1 /* type */
            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: .line 61
            aload 1 /* type */
            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: .line 63
            aload 0 /* db */
            ldc "ConstantPoolCache"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
         7: .line 64
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.baseOffset:J
         8: .line 65
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
        start local 1 // sun.jvm.hotspot.oops.ConstantPoolCache cp
        start local 2 // int index
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* cp */
            putfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.cp:Lsun/jvm/hotspot/oops/ConstantPoolCache;
         2: .line 69
            aload 0 /* this */
            getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.baseOffset:J
            iload 2 /* index */
            i2l
            getstatic sun.jvm.hotspot.oops.ConstantPoolCacheEntry.size:J
            lmul
            ladd
            putfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
         3: .line 70
            return
        end local 2 // int index
        end local 1 // sun.jvm.hotspot.oops.ConstantPoolCache cp
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
         0: .line 73
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 74
            aload 0 /* this */
            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: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getIndices:()J
            ldc 65535
            land
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
         0: .line 80
            aload 0 /* this */
            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 /* this */
            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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
         0: .line 84
            aload 0 /* this */
            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 /* this */
            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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
         0: .line 88
            aload 0 /* this */
            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 /* this */
            getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
         0: .line 92
            aload 0 /* this */
            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 /* this */
            getfield sun.jvm.hotspot.oops.ConstantPoolCacheEntry.offset:J
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
        start local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
         0: .line 100
            aload 1 /* visitor */
            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 /* this */
            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: .line 101
            aload 1 /* visitor */
            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 /* this */
            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: .line 102
            aload 1 /* visitor */
            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 /* this */
            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: .line 103
            return
        end local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry this
      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