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 start local 1 start local 2 0: aload 0
aload 1
iload 2
invokespecial sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
1: return
end local 2 end local 1 end local 0 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 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.code:()I
sipush 186
if_icmpne 5
1: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.getIndexU4:()I
istore 1
start local 1 2: iload 1
invokestatic sun.jvm.hotspot.oops.ConstantPool.isInvokedynamicIndex:(I)Z
ifeq 4
3: iload 1
invokestatic sun.jvm.hotspot.oops.ConstantPool.decodeInvokedynamicIndex:(I)I
ireturn
4: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 5: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.code:()I
iconst_0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.getIndexU2:(IZ)I
ireturn
end local 0 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 0: aload 0
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
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWithCPIndex.index:()I
istore 2
start local 2 2: aload 1
ifnonnull 4
3: iload 2
ireturn
4: StackMap locals: sun.jvm.hotspot.oops.ConstantPoolCache int
StackMap stack:
aload 1
ldc 65535
iload 2
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 end local 1 end local 0 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"