public class sun.jvm.hotspot.interpreter.LookupswitchPair extends sun.jvm.hotspot.interpreter.Bytecode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.interpreter.LookupswitchPair
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/LookupswitchPair;
0 2 1 method Lsun/jvm/hotspot/oops/Method;
0 2 2 bci I
MethodParameters:
Name Flags
method
bci
public int match();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/LookupswitchPair;
public int offset();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_4
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/LookupswitchPair;
}
SourceFile: "LookupswitchPair.java"