public class sun.jvm.hotspot.oops.ConstantPoolCache extends sun.jvm.hotspot.oops.Metadata
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.ConstantPoolCache
  super_class: sun.jvm.hotspot.oops.Metadata
{
  private static sun.jvm.hotspot.oops.MetadataField constants;
    descriptor: Lsun/jvm/hotspot/oops/MetadataField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long baseOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long elementSize;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField length;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long intSize;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField resolvedReferences;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField referenceMap;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new sun.jvm.hotspot.oops.ConstantPoolCache$1
            dup
            invokespecial sun.jvm.hotspot.oops.ConstantPoolCache$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 71
            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=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 47
            aload 0 /* db */
            ldc "ConstantPoolCache"
            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 48
            new sun.jvm.hotspot.oops.MetadataField
            dup
            aload 1 /* type */
            ldc "_constant_pool"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.MetadataField.<init>:(Lsun/jvm/hotspot/types/AddressField;J)V
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.constants:Lsun/jvm/hotspot/oops/MetadataField;
         2: .line 49
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.baseOffset:J
         3: .line 50
            aload 0 /* db */
            ldc "ConstantPoolCacheEntry"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 2 /* elType */
        start local 2 // sun.jvm.hotspot.types.Type elType
         4: .line 51
            aload 2 /* elType */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.elementSize:J
         5: .line 52
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_length"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.length:Lsun/jvm/hotspot/oops/CIntField;
         6: .line 53
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getIntSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.intSize:J
         7: .line 54
            aload 1 /* type */
            ldc "_resolved_references"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.resolvedReferences:Lsun/jvm/hotspot/types/AddressField;
         8: .line 55
            aload 1 /* type */
            ldc "_reference_map"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.ConstantPoolCache.referenceMap:Lsun/jvm/hotspot/types/AddressField;
         9: .line 56
            return
        end local 2 // sun.jvm.hotspot.types.Type elType
        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   10     0      db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   10     1    type  Lsun/jvm/hotspot/types/Type;
            4   10     2  elType  Lsun/jvm/hotspot/types/Type;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 59
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.oops.Metadata.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 60
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public boolean isConstantPoolCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 62
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;

  public sun.jvm.hotspot.oops.ConstantPool getConstants();
    descriptor: ()Lsun/jvm/hotspot/oops/ConstantPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 73
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.constants:Lsun/jvm/hotspot/oops/MetadataField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.ConstantPool
            areturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 76
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.baseOffset:J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getLength:()I
            i2l
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.elementSize:J
            lmul
            ladd
            invokestatic sun.jvm.hotspot.oops.ConstantPoolCache.alignSize:(J)J
            lreturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;

  public sun.jvm.hotspot.oops.ConstantPoolCacheEntry getEntryAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
        start local 1 // int i
         0: .line 80
            iload 1 /* i */
            iflt 1
            iload 1 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getLength:()I
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            iload 1 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getLength:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 81
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.ConstantPoolCacheEntry
            dup
            aload 0 /* this */
            iload 1 /* i */
            invokespecial sun.jvm.hotspot.oops.ConstantPoolCacheEntry.<init>:(Lsun/jvm/hotspot/oops/ConstantPoolCache;I)V
            areturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getIntAt(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
        start local 1 // int entry
        start local 2 // int fld
         0: .line 85
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.baseOffset:J
            iload 1 /* entry */
            i2l
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.elementSize:J
            lmul
            ladd
            iload 2 /* fld */
            i2l
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.intSize:J
            lmul
            ladd
            lstore 3 /* offset */
        start local 3 // long offset
         1: .line 86
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            lload 3 /* offset */
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.intSize:J
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            l2i
            ireturn
        end local 3 // long offset
        end local 2 // int fld
        end local 1 // int entry
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            0    2     1   entry  I
            0    2     2     fld  I
            1    2     3  offset  J
    MethodParameters:
       Name  Flags
      entry  
      fld    

  public void printValueOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
        start local 1 // java.io.PrintStream tty
         0: .line 91
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "ConstantPoolCache for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getPoolHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " address = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " offset = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.baseOffset:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 92
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 95
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.length:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;

  public void iterateFields(sun.jvm.hotspot.oops.MetadataVisitor);
    descriptor: (Lsun/jvm/hotspot/oops/MetadataVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
        start local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
         0: .line 99
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial sun.jvm.hotspot.oops.Metadata.iterateFields:(Lsun/jvm/hotspot/oops/MetadataVisitor;)V
         1: .line 100
            aload 1 /* visitor */
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.constants:Lsun/jvm/hotspot/oops/MetadataField;
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doMetadata:(Lsun/jvm/hotspot/oops/MetadataField;Z)V
         2: .line 101
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 102
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            astore 3 /* entry */
        start local 3 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry entry
         5: .line 103
            aload 3 /* entry */
            aload 1 /* visitor */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.iterateFields:(Lsun/jvm/hotspot/oops/MetadataVisitor;)V
        end local 3 // sun.jvm.hotspot.oops.ConstantPoolCacheEntry entry
         6: .line 101
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getLength:()I
            if_icmplt 4
        end local 2 // int i
         8: .line 105
            return
        end local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            0    9     1  visitor  Lsun/jvm/hotspot/oops/MetadataVisitor;
            3    8     2        i  I
            5    6     3    entry  Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
    MethodParameters:
         Name  Flags
      visitor  

  public sun.jvm.hotspot.oops.Oop getResolvedReferences();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 108
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.resolvedReferences:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* handle */
        start local 1 // sun.jvm.hotspot.debugger.Address handle
         1: .line 109
            aload 1 /* handle */
            ifnull 4
         2: .line 111
            aload 1 /* handle */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getOopHandleAt:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            astore 2 /* refs */
        start local 2 // sun.jvm.hotspot.debugger.OopHandle refs
         3: .line 112
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            aload 2 /* refs */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.OopHandle refs
         4: .line 114
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address handle
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            1    5     1  handle  Lsun/jvm/hotspot/debugger/Address;
            3    4     2    refs  Lsun/jvm/hotspot/debugger/OopHandle;

  public sun.jvm.hotspot.utilities.U2Array referenceMap();
    descriptor: ()Lsun/jvm/hotspot/utilities/U2Array;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
         0: .line 118
            new sun.jvm.hotspot.utilities.U2Array
            dup
            getstatic sun.jvm.hotspot.oops.ConstantPoolCache.referenceMap:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.utilities.U2Array.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPoolCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPoolCache;
}
SourceFile: "ConstantPoolCache.java"
NestMembers:
  sun.jvm.hotspot.oops.ConstantPoolCache$1
InnerClasses:
  sun.jvm.hotspot.oops.ConstantPoolCache$1