public class sun.jvm.hotspot.oops.ConstantPool extends sun.jvm.hotspot.oops.Metadata implements sun.jvm.hotspot.runtime.ClassConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.ConstantPool
  super_class: sun.jvm.hotspot.oops.Metadata
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

  private static sun.jvm.hotspot.oops.MetadataField poolHolder;
    descriptor: Lsun/jvm/hotspot/oops/MetadataField;
    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 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

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

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

  private static int INDY_BSM_OFFSET;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int INDY_ARGC_OFFSET;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int INDY_ARGV_OFFSET;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.lang.String[] nameForTag;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 73
            new sun.jvm.hotspot.oops.ConstantPool$1
            dup
            invokespecial sun.jvm.hotspot.oops.ConstantPool$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 445
            iconst_0
            anewarray java.lang.String
            putstatic sun.jvm.hotspot.oops.ConstantPool.nameForTag:[Ljava/lang/String;
         2: .line 446
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void debugMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // java.lang.String message
         0: .line 69
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 1 /* message */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 70
            return
        end local 1 // java.lang.String message
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 81
            aload 0 /* db */
            ldc "ConstantPool"
            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 82
            aload 1 /* type */
            ldc "_tags"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.ConstantPool.tags:Lsun/jvm/hotspot/types/AddressField;
         2: .line 83
            aload 1 /* type */
            ldc "_operands"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.ConstantPool.operands:Lsun/jvm/hotspot/types/AddressField;
         3: .line 84
            aload 1 /* type */
            ldc "_cache"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.ConstantPool.cache:Lsun/jvm/hotspot/types/AddressField;
         4: .line 85
            new sun.jvm.hotspot.oops.MetadataField
            dup
            aload 1 /* type */
            ldc "_pool_holder"
            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.ConstantPool.poolHolder:Lsun/jvm/hotspot/oops/MetadataField;
         5: .line 86
            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.ConstantPool.length:Lsun/jvm/hotspot/oops/CIntField;
         6: .line 87
            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.ConstantPool.resolvedReferences:Lsun/jvm/hotspot/types/AddressField;
         7: .line 88
            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.ConstantPool.referenceMap:Lsun/jvm/hotspot/types/AddressField;
         8: .line 89
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPool.headerSize:J
         9: .line 90
            lconst_0
            putstatic sun.jvm.hotspot.oops.ConstantPool.elementSize:J
        10: .line 92
            aload 0 /* db */
            ldc "ConstantPool::_indy_bsm_offset"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.oops.ConstantPool.INDY_BSM_OFFSET:I
        11: .line 93
            aload 0 /* db */
            ldc "ConstantPool::_indy_argc_offset"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.oops.ConstantPool.INDY_ARGC_OFFSET:I
        12: .line 94
            aload 0 /* db */
            ldc "ConstantPool::_indy_argv_offset"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.oops.ConstantPool.INDY_ARGV_OFFSET:I
        13: .line 95
            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   14     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   14     1  type  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.ConstantPool this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 98
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.oops.Metadata.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 99
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

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

  public sun.jvm.hotspot.utilities.U1Array getTags();
    descriptor: ()Lsun/jvm/hotspot/utilities/U1Array;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
         0: .line 118
            new sun.jvm.hotspot.utilities.U1Array
            dup
            getstatic sun.jvm.hotspot.oops.ConstantPool.tags:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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.U1Array.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  public sun.jvm.hotspot.utilities.U2Array getOperands();
    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.ConstantPool this
         0: .line 119
            new sun.jvm.hotspot.utilities.U2Array
            dup
            getstatic sun.jvm.hotspot.oops.ConstantPool.operands:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  public sun.jvm.hotspot.oops.ConstantPoolCache getCache();
    descriptor: ()Lsun/jvm/hotspot/oops/ConstantPoolCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
         0: .line 121
            getstatic sun.jvm.hotspot.oops.ConstantPool.cache:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         1: .line 122
            ldc Lsun/jvm/hotspot/oops/ConstantPoolCache;
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.oops.ConstantPoolCache
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            1    2     1  addr  Lsun/jvm/hotspot/debugger/Address;

  public sun.jvm.hotspot.oops.InstanceKlass getPoolHolder();
    descriptor: ()Lsun/jvm/hotspot/oops/InstanceKlass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
         0: .line 124
            getstatic sun.jvm.hotspot.oops.ConstantPool.poolHolder: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.InstanceKlass
            areturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
         0: .line 125
            getstatic sun.jvm.hotspot.oops.ConstantPool.length:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  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.ConstantPool this
         0: .line 127
            getstatic sun.jvm.hotspot.oops.ConstantPool.resolvedReferences:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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 128
            aload 1 /* handle */
            ifnull 4
         2: .line 130
            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 131
            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 133
      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.ConstantPool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/oops/ConstantPool;
            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.ConstantPool this
         0: .line 137
            new sun.jvm.hotspot.utilities.U2Array
            dup
            getstatic sun.jvm.hotspot.oops.ConstantPool.referenceMap:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.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.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  public int objectToCPIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 141
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.referenceMap:()Lsun/jvm/hotspot/utilities/U2Array;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
            ireturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private long getElementSize();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
         0: .line 145
            getstatic sun.jvm.hotspot.oops.ConstantPool.elementSize:J
            lconst_0
            lcmp
            ifeq 2
         1: .line 146
            getstatic sun.jvm.hotspot.oops.ConstantPool.elementSize:J
            lreturn
         2: .line 148
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getOopSize:()J
            putstatic sun.jvm.hotspot.oops.ConstantPool.elementSize:J
         3: .line 150
            getstatic sun.jvm.hotspot.oops.ConstantPool.elementSize:J
            lreturn
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/oops/ConstantPool;

  private long indexOffset(long);
    descriptor: (J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 154
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 155
            lload 1 /* index */
            lconst_0
            lcmp
            iflt 2
            lload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLength:()I
            i2l
            lcmp
            ifge 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: new java.lang.StringBuilder
            dup
            ldc "invalid cp index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLength:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 157
      StackMap locals:
      StackMap stack:
            lload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getElementSize:()J
            lmul
            getstatic sun.jvm.hotspot.oops.ConstantPool.headerSize:J
            ladd
            lreturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    5     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.utilities.ConstantTag getTagAt(long);
    descriptor: (J)Lsun/jvm/hotspot/utilities/ConstantTag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 161
            new sun.jvm.hotspot.utilities.ConstantTag
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTags:()Lsun/jvm/hotspot/utilities/U1Array;
            lload 1 /* index */
            l2i
            invokevirtual sun.jvm.hotspot.utilities.U1Array.at:(I)B
            invokespecial sun.jvm.hotspot.utilities.ConstantTag.<init>:(B)V
            areturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.oops.ConstantPool$CPSlot getSlotAt(long);
    descriptor: (J)Lsun/jvm/hotspot/oops/ConstantPool$CPSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 165
            new sun.jvm.hotspot.oops.ConstantPool$CPSlot
            dup
            aload 0 /* this */
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddressAtRaw:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.oops.ConstantPool$CPSlot.<init>:(Lsun/jvm/hotspot/oops/ConstantPool;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.debugger.Address getAddressAtRaw(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 169
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.oops.Symbol getSymbolAt(long);
    descriptor: (J)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 173
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddressAtRaw:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.oops.Symbol.create:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public int getIntAt(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 177
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            ireturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public float getFloatAt(long);
    descriptor: (J)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 181
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.getJFloatAt:(J)F
            freturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public long getLongAt(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 185
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            lload 1 /* index */
            lconst_1
            ladd
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            istore 3 /* oneHalf */
        start local 3 // int oneHalf
         1: .line 186
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            istore 4 /* otherHalf */
        start local 4 // int otherHalf
         2: .line 189
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            iload 3 /* oneHalf */
            iload 4 /* otherHalf */
            invokevirtual sun.jvm.hotspot.runtime.VM.buildLongFromIntsPD:(II)J
            lreturn
        end local 4 // int otherHalf
        end local 3 // int oneHalf
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1      index  J
            1    3     3    oneHalf  I
            2    3     4  otherHalf  I
    MethodParameters:
       Name  Flags
      index  

  public double getDoubleAt(long);
    descriptor: (J)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // long index
         0: .line 193
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLongAt:(J)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 1 // long index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  

  public int getFieldOrMethodAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 200
            iconst_m1
            istore 2 /* i */
        start local 2 // int i
         1: .line 201
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getCache:()Lsun/jvm/hotspot/oops/ConstantPoolCache;
            astore 3 /* cache */
        start local 3 // sun.jvm.hotspot.oops.ConstantPoolCache cache
         2: .line 202
            aload 3 /* cache */
            ifnonnull 5
         3: .line 203
            iload 1 /* which */
            istore 2 /* i */
         4: .line 204
            goto 6
         5: .line 206
      StackMap locals: int sun.jvm.hotspot.oops.ConstantPoolCache
      StackMap stack:
            aload 3 /* cache */
            ldc 65535
            iload 1 /* which */
            iand
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getConstantPoolIndex:()I
            istore 2 /* i */
         6: .line 208
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 8
         7: .line 209
            aload 0 /* this */
            iload 2 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isFieldOrMethod:()Z
            ldc "Corrupted constant pool"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         8: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 4 /* res */
        start local 4 // int res
         9: .line 218
            iload 4 /* res */
            ireturn
        end local 4 // int res
        end local 3 // sun.jvm.hotspot.oops.ConstantPoolCache cache
        end local 2 // int i
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   10     1  which  I
            1   10     2      i  I
            2   10     3  cache  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            9   10     4    res  I
    MethodParameters:
       Name  Flags
      which  

  public int[] getNameAndTypeAt(int);
    descriptor: (I)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 222
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 223
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isNameAndType:()Z
            new java.lang.StringBuilder
            dup
            ldc "Corrupted constant pool: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* which */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 2 /* i */
        start local 2 // int i
         3: .line 229
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 2 /* i */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            iastore
            dup
            iconst_1
            iload 2 /* i */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            iastore
            areturn
        end local 2 // int i
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    4     1  which  I
            3    4     2      i  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Symbol getNameRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 233
            aload 0 /* this */
            iload 1 /* which */
            iconst_0
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implGetNameRefAt:(IZ)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Symbol uncachedGetNameRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 237
            aload 0 /* this */
            iload 1 /* which */
            iconst_1
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implGetNameRefAt:(IZ)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  private sun.jvm.hotspot.oops.Symbol implGetNameRefAt(int, boolean);
    descriptor: (IZ)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
        start local 2 // boolean uncached
         0: .line 241
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* which */
            iload 2 /* uncached */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implNameAndTypeRefIndexAt:(IZ)I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameRefIndexAt:(I)I
            istore 3 /* signatureIndex */
        start local 3 // int signatureIndex
         1: .line 242
            aload 0 /* this */
            iload 3 /* signatureIndex */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 3 // int signatureIndex
        end local 2 // boolean uncached
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1           which  I
            0    2     2        uncached  Z
            1    2     3  signatureIndex  I
    MethodParameters:
          Name  Flags
      which     
      uncached  

  public sun.jvm.hotspot.oops.Symbol getSignatureRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 246
            aload 0 /* this */
            iload 1 /* which */
            iconst_0
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implGetSignatureRefAt:(IZ)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Symbol uncachedGetSignatureRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 250
            aload 0 /* this */
            iload 1 /* which */
            iconst_1
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implGetSignatureRefAt:(IZ)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  private sun.jvm.hotspot.oops.Symbol implGetSignatureRefAt(int, boolean);
    descriptor: (IZ)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
        start local 2 // boolean uncached
         0: .line 254
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* which */
            iload 2 /* uncached */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implNameAndTypeRefIndexAt:(IZ)I
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSignatureRefIndexAt:(I)I
            istore 3 /* signatureIndex */
        start local 3 // int signatureIndex
         1: .line 255
            aload 0 /* this */
            iload 3 /* signatureIndex */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 3 // int signatureIndex
        end local 2 // boolean uncached
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1           which  I
            0    2     2        uncached  Z
            1    2     3  signatureIndex  I
    MethodParameters:
          Name  Flags
      which     
      uncached  

  public static boolean isInvokedynamicIndex(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int i
         0: .line 258
            iload 0 /* i */
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     i  I
    MethodParameters:
      Name  Flags
      i     

  public static int decodeInvokedynamicIndex(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int i
         0: .line 260
            iload 0 /* i */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.isInvokedynamicIndex:(I)Z
            ldc ""
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
            iload 0 /* i */
            iconst_m1
            ixor
            ireturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    MethodParameters:
      Name  Flags
      i     

  public int invokedynamicCPCacheIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 266
            iload 1 /* index */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.isInvokedynamicIndex:(I)Z
            ldc "should be a invokedynamic index"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         1: .line 267
            iload 1 /* index */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.decodeInvokedynamicIndex:(I)I
            istore 2 /* rawIndex */
        start local 2 // int rawIndex
         2: .line 268
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.referenceMap:()Lsun/jvm/hotspot/utilities/U2Array;
            iload 2 /* rawIndex */
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
            ireturn
        end local 2 // int rawIndex
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1     index  I
            2    3     2  rawIndex  I
    MethodParameters:
       Name  Flags
      index  

  sun.jvm.hotspot.oops.ConstantPoolCacheEntry invokedynamicCPCacheEntryAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 273
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.invokedynamicCPCacheIndex:(I)I
            istore 2 /* cpCacheIndex */
        start local 2 // int cpCacheIndex
         1: .line 274
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getCache:()Lsun/jvm/hotspot/oops/ConstantPoolCache;
            iload 2 /* cpCacheIndex */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            areturn
        end local 2 // int cpCacheIndex
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1         index  I
            1    2     2  cpCacheIndex  I
    MethodParameters:
       Name  Flags
      index  

  private int implNameAndTypeRefIndexAt(int, boolean);
    descriptor: (IZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
        start local 2 // boolean uncached
         0: .line 278
            iload 1 /* which */
            istore 3 /* i */
        start local 3 // int i
         1: .line 279
            iload 2 /* uncached */
            ifne 9
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getCache:()Lsun/jvm/hotspot/oops/ConstantPoolCache;
            ifnull 9
         2: .line 280
            iload 1 /* which */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.isInvokedynamicIndex:(I)Z
            ifeq 7
         3: .line 282
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.invokedynamicCPCacheEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getConstantPoolIndex:()I
            istore 4 /* poolIndex */
        start local 4 // int poolIndex
         4: .line 283
            aload 0 /* this */
            iload 4 /* poolIndex */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.invokeDynamicNameAndTypeRefIndexAt:(I)I
            istore 4 /* poolIndex */
         5: .line 284
            aload 0 /* this */
            iload 4 /* poolIndex */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isNameAndType:()Z
            ldc ""
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 285
            iload 4 /* poolIndex */
            ireturn
        end local 4 // int poolIndex
         7: .line 288
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.remapInstructionOperandFromCache:(I)I
            istore 3 /* i */
         8: .line 289
            goto 13
         9: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isInvokeDynamic:()Z
            ifeq 13
        10: .line 291
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.invokeDynamicNameAndTypeRefIndexAt:(I)I
            istore 4 /* poolIndex */
        start local 4 // int poolIndex
        11: .line 292
            aload 0 /* this */
            iload 4 /* poolIndex */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isNameAndType:()Z
            ldc ""
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        12: .line 293
            iload 4 /* poolIndex */
            ireturn
        end local 4 // int poolIndex
        13: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 4 /* refIndex */
        start local 4 // int refIndex
        14: .line 299
            iload 4 /* refIndex */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            ireturn
        end local 4 // int refIndex
        end local 3 // int i
        end local 2 // boolean uncached
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   15     1      which  I
            0   15     2   uncached  Z
            1   15     3          i  I
            4    7     4  poolIndex  I
           11   13     4  poolIndex  I
           14   15     4   refIndex  I
    MethodParameters:
          Name  Flags
      which     
      uncached  

  private int remapInstructionOperandFromCache(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int operand
         0: .line 303
            iload 1 /* operand */
            istore 2 /* cpc_index */
        start local 2 // int cpc_index
         1: .line 306
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getCache:()Lsun/jvm/hotspot/oops/ConstantPoolCache;
            iload 2 /* cpc_index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getConstantPoolIndex:()I
            istore 3 /* member_index */
        start local 3 // int member_index
         2: .line 307
            iload 3 /* member_index */
            ireturn
        end local 3 // int member_index
        end local 2 // int cpc_index
        end local 1 // int operand
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1       operand  I
            1    3     2     cpc_index  I
            2    3     3  member_index  I
    MethodParameters:
         Name  Flags
      operand  

  public int invokeDynamicNameAndTypeRefIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 312
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            ireturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Klass getKlassAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 317
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isKlass:()Z
            ifne 1
            aconst_null
            areturn
         1: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddressAtRaw:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Klass
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1  which  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Symbol getKlassNameAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 322
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSlotAt:(J)Lsun/jvm/hotspot/oops/ConstantPool$CPSlot;
            astore 2 /* entry */
        start local 2 // sun.jvm.hotspot.oops.ConstantPool$CPSlot entry
         1: .line 323
            aload 2 /* entry */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool$CPSlot.isResolved:()Z
            ifeq 3
         2: .line 324
            aload 2 /* entry */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool$CPSlot.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            areturn
         3: .line 326
      StackMap locals: sun.jvm.hotspot.oops.ConstantPool$CPSlot
      StackMap stack:
            aload 2 /* entry */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool$CPSlot.getSymbol:()Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 2 // sun.jvm.hotspot.oops.ConstantPool$CPSlot entry
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    4     1  which  I
            1    4     2  entry  Lsun/jvm/hotspot/oops/ConstantPool$CPSlot;
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Symbol getUnresolvedStringAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 331
            aload 0 /* this */
            iload 1 /* which */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSlotAt:(J)Lsun/jvm/hotspot/oops/ConstantPool$CPSlot;
            invokevirtual sun.jvm.hotspot.oops.ConstantPool$CPSlot.getSymbol:()Lsun/jvm/hotspot/oops/Symbol;
            areturn
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  which  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.InstanceKlass getFieldOrMethodKlassRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/InstanceKlass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 336
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getFieldOrMethodAt:(I)I
            istore 2 /* refIndex */
        start local 2 // int refIndex
         1: .line 337
            iload 2 /* refIndex */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            istore 3 /* klassIndex */
        start local 3 // int klassIndex
         2: .line 338
            aload 0 /* this */
            iload 3 /* klassIndex */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getKlassAt:(I)Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            areturn
        end local 3 // int klassIndex
        end local 2 // int refIndex
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1       which  I
            1    3     2    refIndex  I
            2    3     3  klassIndex  I
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Method getMethodRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 343
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getFieldOrMethodKlassRefAt:(I)Lsun/jvm/hotspot/oops/InstanceKlass;
            astore 2 /* klass */
        start local 2 // sun.jvm.hotspot.oops.InstanceKlass klass
         1: .line 344
            aload 2 /* klass */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 345
      StackMap locals: sun.jvm.hotspot.oops.InstanceKlass
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            astore 3 /* name */
        start local 3 // sun.jvm.hotspot.oops.Symbol name
         3: .line 346
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSignatureRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            astore 4 /* sig */
        start local 4 // sun.jvm.hotspot.oops.Symbol sig
         4: .line 347
            aload 2 /* klass */
            aload 3 /* name */
            aload 4 /* sig */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findMethod:(Lsun/jvm/hotspot/oops/Symbol;Lsun/jvm/hotspot/oops/Symbol;)Lsun/jvm/hotspot/oops/Method;
            areturn
        end local 4 // sun.jvm.hotspot.oops.Symbol sig
        end local 3 // sun.jvm.hotspot.oops.Symbol name
        end local 2 // sun.jvm.hotspot.oops.InstanceKlass klass
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    5     1  which  I
            1    5     2  klass  Lsun/jvm/hotspot/oops/InstanceKlass;
            3    5     3   name  Lsun/jvm/hotspot/oops/Symbol;
            4    5     4    sig  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
       Name  Flags
      which  

  public sun.jvm.hotspot.oops.Field getFieldRefAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int which
         0: .line 352
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getFieldOrMethodKlassRefAt:(I)Lsun/jvm/hotspot/oops/InstanceKlass;
            astore 2 /* klass */
        start local 2 // sun.jvm.hotspot.oops.InstanceKlass klass
         1: .line 353
            aload 2 /* klass */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 354
      StackMap locals: sun.jvm.hotspot.oops.InstanceKlass
      StackMap stack:
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            astore 3 /* name */
        start local 3 // sun.jvm.hotspot.oops.Symbol name
         3: .line 355
            aload 0 /* this */
            iload 1 /* which */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSignatureRefAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            astore 4 /* sig */
        start local 4 // sun.jvm.hotspot.oops.Symbol sig
         4: .line 356
            aload 2 /* klass */
            aload 3 /* name */
            aload 4 /* sig */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Lsun/jvm/hotspot/oops/Symbol;Lsun/jvm/hotspot/oops/Symbol;)Lsun/jvm/hotspot/oops/Field;
            areturn
        end local 4 // sun.jvm.hotspot.oops.Symbol sig
        end local 3 // sun.jvm.hotspot.oops.Symbol name
        end local 2 // sun.jvm.hotspot.oops.InstanceKlass klass
        end local 1 // int which
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    5     1  which  I
            1    5     2  klass  Lsun/jvm/hotspot/oops/InstanceKlass;
            3    5     3   name  Lsun/jvm/hotspot/oops/Symbol;
            4    5     4    sig  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
       Name  Flags
      which  

  public int getNameAndTypeRefIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 360
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.implNameAndTypeRefIndexAt:(IZ)I
            ireturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getNameRefIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 365
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameAndTypeAt:(I)[I
            astore 2 /* refIndex */
        start local 2 // int[] refIndex
         1: .line 369
            aload 2 /* refIndex */
            iconst_0
            iaload
            istore 3 /* i */
        start local 3 // int i
         2: .line 373
            iload 3 /* i */
            ireturn
        end local 3 // int i
        end local 2 // int[] refIndex
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1     index  I
            1    3     2  refIndex  [I
            2    3     3         i  I
    MethodParameters:
       Name  Flags
      index  

  public int getSignatureRefIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int index
         0: .line 378
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getNameAndTypeAt:(I)[I
            astore 2 /* refIndex */
        start local 2 // int[] refIndex
         1: .line 382
            aload 2 /* refIndex */
            iconst_1
            iaload
            istore 3 /* i */
        start local 3 // int i
         2: .line 386
            iload 3 /* i */
            ireturn
        end local 3 // int i
        end local 2 // int[] refIndex
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    3     1     index  I
            1    3     2  refIndex  [I
            2    3     3         i  I
    MethodParameters:
       Name  Flags
      index  

  public int getMethodHandleIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int i
         0: .line 391
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 392
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isMethodHandle:()Z
            ldc "Corrupted constant pool"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            istore 2 /* res */
        start local 2 // int res
         3: .line 398
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    4     1     i  I
            3    4     2   res  I
    MethodParameters:
      Name  Flags
      i     

  public int getMethodHandleRefKindAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int i
         0: .line 403
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 404
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isMethodHandle:()Z
            ldc "Corrupted constant pool"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            istore 2 /* res */
        start local 2 // int res
         3: .line 410
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    4     1     i  I
            3    4     2   res  I
    MethodParameters:
      Name  Flags
      i     

  public int getMethodTypeIndexAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int i
         0: .line 415
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 416
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isMethodType:()Z
            ldc "Corrupted constant pool"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 2 /* res */
        start local 2 // int res
         3: .line 422
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    4     1     i  I
            3    4     2   res  I
    MethodParameters:
      Name  Flags
      i     

  public short[] getBootstrapSpecifierAt(int);
    descriptor: (I)[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int i
         0: .line 427
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 428
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTagAt:(J)Lsun/jvm/hotspot/utilities/ConstantTag;
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isInvokeDynamic:()Z
            ldc "Corrupted constant pool"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            istore 2 /* bsmSpec */
        start local 2 // int bsmSpec
         3: .line 431
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getOperands:()Lsun/jvm/hotspot/utilities/U2Array;
            astore 3 /* operands */
        start local 3 // sun.jvm.hotspot.utilities.U2Array operands
         4: .line 432
            aload 3 /* operands */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 433
      StackMap locals: int sun.jvm.hotspot.utilities.U2Array
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            aload 3 /* operands */
            iload 2 /* bsmSpec */
            iconst_2
            imul
            iconst_0
            iadd
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
         6: .line 434
            aload 3 /* operands */
            iload 2 /* bsmSpec */
            iconst_2
            imul
            iconst_1
            iadd
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
         7: .line 433
            invokevirtual sun.jvm.hotspot.runtime.VM.buildIntFromShorts:(SS)I
            istore 4 /* basePos */
        start local 4 // int basePos
         8: .line 435
            iload 4 /* basePos */
            getstatic sun.jvm.hotspot.oops.ConstantPool.INDY_ARGV_OFFSET:I
            iadd
            istore 5 /* argv */
        start local 5 // int argv
         9: .line 436
            aload 3 /* operands */
            iload 4 /* basePos */
            getstatic sun.jvm.hotspot.oops.ConstantPool.INDY_ARGC_OFFSET:I
            iadd
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
            istore 6 /* argc */
        start local 6 // int argc
        10: .line 437
            iload 5 /* argv */
            iload 6 /* argc */
            iadd
            istore 7 /* endPos */
        start local 7 // int endPos
        11: .line 438
            iload 7 /* endPos */
            iload 4 /* basePos */
            isub
            newarray 9
            astore 8 /* values */
        start local 8 // short[] values
        12: .line 439
            iconst_0
            istore 9 /* j */
        start local 9 // int j
        13: goto 16
        14: .line 440
      StackMap locals: sun.jvm.hotspot.oops.ConstantPool int int sun.jvm.hotspot.utilities.U2Array int int int int short[] int
      StackMap stack:
            aload 8 /* values */
            iload 9 /* j */
            aload 3 /* operands */
            iload 4 /* basePos */
            iload 9 /* j */
            iadd
            invokevirtual sun.jvm.hotspot.utilities.U2Array.at:(I)S
            sastore
        15: .line 439
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        16: iload 9 /* j */
            aload 8 /* values */
            arraylength
            if_icmplt 14
        end local 9 // int j
        17: .line 442
            aload 8 /* values */
            areturn
        end local 8 // short[] values
        end local 7 // int endPos
        end local 6 // int argc
        end local 5 // int argv
        end local 4 // int basePos
        end local 3 // sun.jvm.hotspot.utilities.U2Array operands
        end local 2 // int bsmSpec
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   18     1         i  I
            3   18     2   bsmSpec  I
            4   18     3  operands  Lsun/jvm/hotspot/utilities/U2Array;
            8   18     4   basePos  I
            9   18     5      argv  I
           10   18     6      argc  I
           11   18     7    endPos  I
           12   18     8    values  [S
           13   17     9         j  I
    MethodParameters:
      Name  Flags
      i     

  private java.lang.String nameForTag(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // int tag
         0: .line 449
            iload 1 /* tag */
            lookupswitch { // 22
                    0: 16
                    1: 1
                    2: 2
                    3: 3
                    4: 4
                    5: 5
                    6: 6
                    7: 7
                    8: 8
                    9: 9
                   10: 10
                   11: 11
                   12: 12
                   15: 13
                   16: 14
                   18: 15
                  100: 17
                  101: 18
                  102: 19
                  103: 20
                  104: 21
                  105: 22
              default: 23
          }
         1: .line 450
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Utf8"
            areturn
         2: .line 451
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Unicode"
            areturn
         3: .line 452
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Integer"
            areturn
         4: .line 453
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Float"
            areturn
         5: .line 454
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Long"
            areturn
         6: .line 455
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Double"
            areturn
         7: .line 456
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Class"
            areturn
         8: .line 457
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_String"
            areturn
         9: .line 458
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Fieldref"
            areturn
        10: .line 459
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Methodref"
            areturn
        11: .line 460
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_InterfaceMethodref"
            areturn
        12: .line 461
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_NameAndType"
            areturn
        13: .line 462
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_MethodHandle"
            areturn
        14: .line 463
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_MethodType"
            areturn
        15: .line 464
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_InvokeDynamic"
            areturn
        16: .line 465
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_Invalid"
            areturn
        17: .line 466
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_UnresolvedClass"
            areturn
        18: .line 467
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_ClassIndex"
            areturn
        19: .line 468
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_StringIndex"
            areturn
        20: .line 469
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_UnresolvedClassInError"
            areturn
        21: .line 470
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_MethodHandleInError"
            areturn
        22: .line 471
      StackMap locals:
      StackMap stack:
            ldc "JVM_CONSTANT_MethodTypeInError"
            areturn
        23: .line 473
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown tag: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int tag
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   24     1   tag  I
    MethodParameters:
      Name  Flags
      tag   

  public void iterateFields(sun.jvm.hotspot.oops.MetadataVisitor);
    descriptor: (Lsun/jvm/hotspot/oops/MetadataVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
         0: .line 477
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial sun.jvm.hotspot.oops.Metadata.iterateFields:(Lsun/jvm/hotspot/oops/MetadataVisitor;)V
         1: .line 478
            aload 1 /* visitor */
            getstatic sun.jvm.hotspot.oops.ConstantPool.poolHolder:Lsun/jvm/hotspot/oops/MetadataField;
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doMetadata:(Lsun/jvm/hotspot/oops/MetadataField;Z)V
         2: .line 480
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLength:()I
            istore 2 /* length */
        start local 2 // int length
         3: .line 482
            iconst_1
            istore 3 /* index */
        start local 3 // int index
         4: goto 21
         5: .line 483
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTags:()Lsun/jvm/hotspot/utilities/U1Array;
            iload 3 /* index */
            invokevirtual sun.jvm.hotspot.utilities.U1Array.at:(I)B
            istore 4 /* ctag */
        start local 4 // int ctag
         6: .line 484
            iload 4 /* ctag */
            lookupswitch { // 17
                    1: 17
                    3: 7
                    4: 9
                    5: 11
                    6: 14
                    7: 17
                    9: 19
                   10: 19
                   11: 19
                   12: 19
                   15: 19
                   16: 19
                   18: 19
                  100: 17
                  101: 7
                  102: 7
                  103: 17
              default: 20
          }
         7: .line 488
      StackMap locals: int
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.IntField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            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
         8: .line 489
            goto 20
         9: .line 492
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.FloatField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            iconst_1
            invokespecial sun.jvm.hotspot.oops.FloatField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doFloat:(Lsun/jvm/hotspot/oops/FloatField;Z)V
        10: .line 493
            goto 20
        11: .line 496
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.LongField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            iconst_1
            invokespecial sun.jvm.hotspot.oops.LongField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doLong:(Lsun/jvm/hotspot/oops/LongField;Z)V
        12: .line 498
            iinc 3 /* index */ 1
        13: .line 499
            goto 20
        14: .line 502
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.DoubleField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            iconst_1
            invokespecial sun.jvm.hotspot.oops.DoubleField.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;JZ)V
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doDouble:(Lsun/jvm/hotspot/oops/DoubleField;Z)V
        15: .line 504
            iinc 3 /* index */ 1
        16: .line 505
            goto 20
        17: .line 511
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.OopField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            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
        18: .line 512
            goto 20
        19: .line 521
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            new sun.jvm.hotspot.oops.IntField
            dup
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            aload 0 /* this */
            iload 4 /* ctag */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.nameForTag:(I)Ljava/lang/String;
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* index */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.indexOffset:(J)J
            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
        end local 4 // int ctag
        20: .line 482
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
        21: iload 3 /* index */
            iload 2 /* length */
            if_icmplt 5
        end local 3 // int index
        22: .line 525
            return
        end local 2 // int length
        end local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   23     1  visitor  Lsun/jvm/hotspot/oops/MetadataVisitor;
            3   23     2   length  I
            4   22     3    index  I
            6   20     4     ctag  I
    MethodParameters:
         Name  Flags
      visitor  

  public void writeBytes(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ConstantPool this
        start local 1 // java.io.OutputStream os
         0: .line 529
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* utf8ToIndex */
        start local 2 // java.util.Map utf8ToIndex
         1: .line 530
            new java.io.DataOutputStream
            dup
            aload 1 /* os */
            invokespecial java.io.DataOutputStream.<init>:(Ljava/io/OutputStream;)V
            astore 3 /* dos */
        start local 3 // java.io.DataOutputStream dos
         2: .line 531
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getTags:()Lsun/jvm/hotspot/utilities/U1Array;
            astore 4 /* tags */
        start local 4 // sun.jvm.hotspot.utilities.U1Array tags
         3: .line 532
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLength:()I
            istore 5 /* len */
        start local 5 // int len
         4: .line 533
            iconst_0
            istore 6 /* ci */
        start local 6 // int ci
         5: .line 537
            iconst_1
            istore 6 /* ci */
            goto 15
         6: .line 538
      StackMap locals: sun.jvm.hotspot.oops.ConstantPool java.io.OutputStream java.util.Map java.io.DataOutputStream sun.jvm.hotspot.utilities.U1Array int int
      StackMap stack:
            aload 4 /* tags */
            iload 6 /* ci */
            invokevirtual sun.jvm.hotspot.utilities.U1Array.at:(I)B
            istore 7 /* cpConstType */
        start local 7 // int cpConstType
         7: .line 539
            iload 7 /* cpConstType */
            iconst_1
            if_icmpne 11
         8: .line 540
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            astore 8 /* sym */
        start local 8 // sun.jvm.hotspot.oops.Symbol sym
         9: .line 541
            aload 2 /* utf8ToIndex */
            aload 8 /* sym */
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            new java.lang.Short
            dup
            iload 6 /* ci */
            i2s
            invokespecial java.lang.Short.<init>:(S)V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // sun.jvm.hotspot.oops.Symbol sym
        10: .line 542
            goto 14
        11: .line 543
      StackMap locals: int
      StackMap stack:
            iload 7 /* cpConstType */
            iconst_5
            if_icmpeq 13
        12: .line 544
            iload 7 /* cpConstType */
            bipush 6
            if_icmpne 14
        13: .line 545
      StackMap locals:
      StackMap stack:
            iinc 6 /* ci */ 1
        end local 7 // int cpConstType
        14: .line 537
      StackMap locals:
      StackMap stack:
            iinc 6 /* ci */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* ci */
            iload 5 /* len */
            if_icmplt 6
        16: .line 550
            iconst_1
            istore 6 /* ci */
            goto 91
        17: .line 551
      StackMap locals:
      StackMap stack:
            aload 4 /* tags */
            iload 6 /* ci */
            invokevirtual sun.jvm.hotspot.utilities.U1Array.at:(I)B
            istore 7 /* cpConstType */
        start local 7 // int cpConstType
        18: .line 554
            iload 7 /* cpConstType */
            lookupswitch { // 17
                    1: 19
                    2: 24
                    3: 25
                    4: 28
                    5: 31
                    6: 36
                    7: 40
                    8: 51
                    9: 56
                   10: 56
                   11: 56
                   12: 63
                   15: 70
                   16: 77
                   18: 82
                  100: 46
                  103: 46
              default: 89
          }
        19: .line 556
      StackMap locals: int
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        20: .line 557
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            astore 8 /* sym */
        start local 8 // sun.jvm.hotspot.oops.Symbol sym
        21: .line 558
            aload 3 /* dos */
            aload 8 /* sym */
            invokevirtual sun.jvm.hotspot.oops.Symbol.getLength:()J
            l2i
            i2s
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        22: .line 559
            aload 3 /* dos */
            aload 8 /* sym */
            invokevirtual sun.jvm.hotspot.oops.Symbol.asByteArray:()[B
            invokevirtual java.io.DataOutputStream.write:([B)V
        23: .line 561
            goto 90
        end local 8 // sun.jvm.hotspot.oops.Symbol sym
        24: .line 565
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Unicode constant!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 568
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        26: .line 569
            aload 3 /* dos */
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
        27: .line 571
            goto 90
        28: .line 574
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        29: .line 575
            aload 3 /* dos */
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getFloatAt:(J)F
            invokevirtual java.io.DataOutputStream.writeFloat:(F)V
        30: .line 577
            goto 90
        31: .line 580
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        32: .line 581
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getLongAt:(J)J
            lstore 8 /* l */
        start local 8 // long l
        33: .line 583
            iinc 6 /* ci */ 1
        34: .line 584
            aload 3 /* dos */
            lload 8 /* l */
            invokevirtual java.io.DataOutputStream.writeLong:(J)V
        35: .line 585
            goto 90
        end local 8 // long l
        36: .line 589
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        37: .line 590
            aload 3 /* dos */
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getDoubleAt:(J)D
            invokevirtual java.io.DataOutputStream.writeDouble:(D)V
        38: .line 592
            iinc 6 /* ci */ 1
        39: .line 593
            goto 90
        40: .line 596
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        41: .line 598
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getAddressAtRaw:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Klass
            astore 8 /* refKls */
        start local 8 // sun.jvm.hotspot.oops.Klass refKls
        42: .line 599
            aload 8 /* refKls */
            invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 9 /* klassName */
        start local 9 // java.lang.String klassName
        43: .line 600
            aload 2 /* utf8ToIndex */
            aload 9 /* klassName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Short
            astore 10 /* s */
        start local 10 // java.lang.Short s
        44: .line 601
            aload 3 /* dos */
            aload 10 /* s */
            invokevirtual java.lang.Short.shortValue:()S
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        45: .line 603
            goto 90
        end local 10 // java.lang.Short s
        end local 9 // java.lang.String klassName
        end local 8 // sun.jvm.hotspot.oops.Klass refKls
        46: .line 609
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            bipush 7
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        47: .line 610
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 8 /* klassName */
        start local 8 // java.lang.String klassName
        48: .line 611
            aload 2 /* utf8ToIndex */
            aload 8 /* klassName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Short
            astore 9 /* s */
        start local 9 // java.lang.Short s
        49: .line 612
            aload 3 /* dos */
            aload 9 /* s */
            invokevirtual java.lang.Short.shortValue:()S
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        50: .line 614
            goto 90
        end local 9 // java.lang.Short s
        end local 8 // java.lang.String klassName
        51: .line 618
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        52: .line 619
            aload 0 /* this */
            iload 6 /* ci */
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getUnresolvedStringAt:(I)Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 8 /* str */
        start local 8 // java.lang.String str
        53: .line 620
            aload 2 /* utf8ToIndex */
            aload 8 /* str */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Short
            astore 9 /* s */
        start local 9 // java.lang.Short s
        54: .line 621
            aload 3 /* dos */
            aload 9 /* s */
            invokevirtual java.lang.Short.shortValue:()S
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        55: .line 623
            goto 90
        end local 9 // java.lang.Short s
        end local 8 // java.lang.String str
        56: .line 630
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        57: .line 631
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 8 /* value */
        start local 8 // int value
        58: .line 632
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            i2s
            istore 9 /* klassIndex */
        start local 9 // short klassIndex
        59: .line 633
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            i2s
            istore 10 /* nameAndTypeIndex */
        start local 10 // short nameAndTypeIndex
        60: .line 634
            aload 3 /* dos */
            iload 9 /* klassIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        61: .line 635
            aload 3 /* dos */
            iload 10 /* nameAndTypeIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        62: .line 638
            goto 90
        end local 10 // short nameAndTypeIndex
        end local 9 // short klassIndex
        end local 8 // int value
        63: .line 642
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        64: .line 643
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 8 /* value */
        start local 8 // int value
        65: .line 644
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            i2s
            istore 9 /* nameIndex */
        start local 9 // short nameIndex
        66: .line 645
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            i2s
            istore 10 /* signatureIndex */
        start local 10 // short signatureIndex
        67: .line 646
            aload 3 /* dos */
            iload 9 /* nameIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        68: .line 647
            aload 3 /* dos */
            iload 10 /* signatureIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        69: .line 650
            goto 90
        end local 10 // short signatureIndex
        end local 9 // short nameIndex
        end local 8 // int value
        70: .line 654
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        71: .line 655
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 8 /* value */
        start local 8 // int value
        72: .line 656
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            i2b
            istore 9 /* refKind */
        start local 9 // byte refKind
        73: .line 657
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            i2s
            istore 10 /* memberIndex */
        start local 10 // short memberIndex
        74: .line 658
            aload 3 /* dos */
            iload 9 /* refKind */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        75: .line 659
            aload 3 /* dos */
            iload 10 /* memberIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        76: .line 662
            goto 90
        end local 10 // short memberIndex
        end local 9 // byte refKind
        end local 8 // int value
        77: .line 666
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        78: .line 667
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 8 /* value */
        start local 8 // int value
        79: .line 668
            iload 8 /* value */
            i2s
            istore 9 /* refIndex */
        start local 9 // short refIndex
        80: .line 669
            aload 3 /* dos */
            iload 9 /* refIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        81: .line 671
            goto 90
        end local 9 // short refIndex
        end local 8 // int value
        82: .line 675
      StackMap locals:
      StackMap stack:
            aload 3 /* dos */
            iload 7 /* cpConstType */
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
        83: .line 676
            aload 0 /* this */
            iload 6 /* ci */
            i2l
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getIntAt:(J)I
            istore 8 /* value */
        start local 8 // int value
        84: .line 677
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractLowShortFromInt:(I)I
            i2s
            istore 9 /* bsmIndex */
        start local 9 // short bsmIndex
        85: .line 678
            iload 8 /* value */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.extractHighShortFromInt:(I)I
            i2s
            istore 10 /* nameAndTypeIndex */
        start local 10 // short nameAndTypeIndex
        86: .line 679
            aload 3 /* dos */
            iload 9 /* bsmIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        87: .line 680
            aload 3 /* dos */
            iload 10 /* nameAndTypeIndex */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        88: .line 683
            goto 90
        end local 10 // short nameAndTypeIndex
        end local 9 // short bsmIndex
        end local 8 // int value
        89: .line 687
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown tag: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* cpConstType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // int cpConstType
        90: .line 550
      StackMap locals:
      StackMap stack:
            iinc 6 /* ci */ 1
      StackMap locals:
      StackMap stack:
        91: iload 6 /* ci */
            iload 5 /* len */
            if_icmplt 17
        92: .line 690
            aload 3 /* dos */
            invokevirtual java.io.DataOutputStream.flush:()V
        93: .line 691
            return
        end local 6 // int ci
        end local 5 // int len
        end local 4 // sun.jvm.hotspot.utilities.U1Array tags
        end local 3 // java.io.DataOutputStream dos
        end local 2 // java.util.Map utf8ToIndex
        end local 1 // java.io.OutputStream os
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   94     0              this  Lsun/jvm/hotspot/oops/ConstantPool;
            0   94     1                os  Ljava/io/OutputStream;
            1   94     2       utf8ToIndex  Ljava/util/Map;
            2   94     3               dos  Ljava/io/DataOutputStream;
            3   94     4              tags  Lsun/jvm/hotspot/utilities/U1Array;
            4   94     5               len  I
            5   94     6                ci  I
            7   14     7       cpConstType  I
            9   10     8               sym  Lsun/jvm/hotspot/oops/Symbol;
           18   90     7       cpConstType  I
           21   24     8               sym  Lsun/jvm/hotspot/oops/Symbol;
           33   36     8                 l  J
           42   46     8            refKls  Lsun/jvm/hotspot/oops/Klass;
           43   46     9         klassName  Ljava/lang/String;
           44   46    10                 s  Ljava/lang/Short;
           48   51     8         klassName  Ljava/lang/String;
           49   51     9                 s  Ljava/lang/Short;
           53   56     8               str  Ljava/lang/String;
           54   56     9                 s  Ljava/lang/Short;
           58   63     8             value  I
           59   63     9        klassIndex  S
           60   63    10  nameAndTypeIndex  S
           65   70     8             value  I
           66   70     9         nameIndex  S
           67   70    10    signatureIndex  S
           72   77     8             value  I
           73   77     9           refKind  B
           74   77    10       memberIndex  S
           79   82     8             value  I
           80   82     9          refIndex  S
           84   89     8             value  I
           85   89     9          bsmIndex  S
           86   89    10  nameAndTypeIndex  S
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  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.ConstantPool this
        start local 1 // java.io.PrintStream tty
         0: .line 695
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "ConstantPool for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 696
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.oops.ConstantPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ConstantPool;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

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

  private static int extractHighShortFromInt(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int val
         0: .line 708
            iload 0 /* val */
            bipush 16
            ishr
            ldc 65535
            iand
            ireturn
        end local 0 // int val
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   val  I
    MethodParameters:
      Name  Flags
      val   

  private static int extractLowShortFromInt(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int val
         0: .line 713
            iload 0 /* val */
            ldc 65535
            iand
            ireturn
        end local 0 // int val
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   val  I
    MethodParameters:
      Name  Flags
      val   
}
SourceFile: "ConstantPool.java"
NestMembers:
  sun.jvm.hotspot.oops.ConstantPool$1  sun.jvm.hotspot.oops.ConstantPool$CPSlot
InnerClasses:
  sun.jvm.hotspot.oops.ConstantPool$1
  public CPSlot = sun.jvm.hotspot.oops.ConstantPool$CPSlot of sun.jvm.hotspot.oops.ConstantPool