public abstract class sun.jvm.hotspot.interpreter.BytecodeWithCPIndex extends sun.jvm.hotspot.interpreter.Bytecode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.interpreter.BytecodeWithCPIndex
  super_class: sun.jvm.hotspot.interpreter.Bytecode
{
  void <init>(sun.jvm.hotspot.oops.Method, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // int bci
         0: .line 34
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* bci */
            invokespecial sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
         1: .line 35
            return
        end local 2 // int bci
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/interpreter/BytecodeWithCPIndex;
            0    2     1  method  Lsun/jvm/hotspot/oops/Method;
            0    2     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  public int index();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
         0: .line 39
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.code:()I
            sipush 186
            if_icmpne 5
         1: .line 40
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.getIndexU4:()I
            istore 1 /* index */
        start local 1 // int index
         2: .line 41
            iload 1 /* index */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.isInvokedynamicIndex:(I)Z
            ifeq 4
         3: .line 42
            iload 1 /* index */
            invokestatic sun.jvm.hotspot.oops.ConstantPool.decodeInvokedynamicIndex:(I)I
            ireturn
         4: .line 44
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            ireturn
        end local 1 // int index
         5: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.code:()I
            iconst_0
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.getIndexU2:(IZ)I
            ireturn
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/interpreter/BytecodeWithCPIndex;
            2    5     1  index  I

  protected int indexForFieldOrMethod();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
         0: .line 52
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.method:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
            invokevirtual sun.jvm.hotspot.oops.ConstantPool.getCache:()Lsun/jvm/hotspot/oops/ConstantPoolCache;
            astore 1 /* cpCache */
        start local 1 // sun.jvm.hotspot.oops.ConstantPoolCache cpCache
         1: .line 54
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.index:()I
            istore 2 /* cpCacheIndex */
        start local 2 // int cpCacheIndex
         2: .line 55
            aload 1 /* cpCache */
            ifnonnull 4
         3: .line 56
            iload 2 /* cpCacheIndex */
            ireturn
         4: .line 58
      StackMap locals: sun.jvm.hotspot.oops.ConstantPoolCache int
      StackMap stack:
            aload 1 /* cpCache */
            ldc 65535
            iload 2 /* cpCacheIndex */
            iand
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCache.getEntryAt:(I)Lsun/jvm/hotspot/oops/ConstantPoolCacheEntry;
            invokevirtual sun.jvm.hotspot.oops.ConstantPoolCacheEntry.getConstantPoolIndex:()I
            ireturn
        end local 2 // int cpCacheIndex
        end local 1 // sun.jvm.hotspot.oops.ConstantPoolCache cpCache
        end local 0 // sun.jvm.hotspot.interpreter.BytecodeWithCPIndex this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lsun/jvm/hotspot/interpreter/BytecodeWithCPIndex;
            1    5     1       cpCache  Lsun/jvm/hotspot/oops/ConstantPoolCache;
            2    5     2  cpCacheIndex  I
}
SourceFile: "BytecodeWithCPIndex.java"