class sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot
  super_class: java.lang.Object
{
  private int name_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int resolved_klass_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final int temp_resolved_klass_index;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65535

  final sun.jvm.hotspot.oops.ConstantPool this$0;
    descriptor: Lsun/jvm/hotspot/oops/ConstantPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.jvm.hotspot.oops.ConstantPool, int, int);
    descriptor: (Lsun/jvm/hotspot/oops/ConstantPool;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
        start local 2 // int n
        start local 3 // int rk
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.this$0:Lsun/jvm/hotspot/oops/ConstantPool;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            iload 2 /* n */
            putfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.name_index:I
         2: .line 59
            aload 0 /* this */
            iload 3 /* rk */
            putfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.resolved_klass_index:I
         3: .line 60
            return
        end local 3 // int rk
        end local 2 // int n
        end local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/oops/ConstantPool$CPKlassSlot;
            0    4     2     n  I
            0    4     3    rk  I
    MethodParameters:
        Name  Flags
      this$0  final
      n       
      rk      

  public int getNameIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
         0: .line 62
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.name_index:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool$CPKlassSlot;

  public int getResolvedKlassIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
         0: .line 65
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 66
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.resolved_klass_index:I
            ldc 65535
            if_icmpeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "constant pool merging was incomplete"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot.resolved_klass_index:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/oops/ConstantPool$CPKlassSlot;
}
SourceFile: "ConstantPool.java"
NestHost: sun.jvm.hotspot.oops.ConstantPool
InnerClasses:
  private CPKlassSlot = sun.jvm.hotspot.oops.ConstantPool$CPKlassSlot of sun.jvm.hotspot.oops.ConstantPool