public class sun.jvm.hotspot.interpreter.BytecodeLookupswitch 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.BytecodeLookupswitch
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/BytecodeLookupswitch;
0 2 1 method Lsun/jvm/hotspot/oops/Method;
0 2 2 bci I
MethodParameters:
Name Flags
method
bci
public int defaultOffset();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
iconst_1
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
public int numberOfPairs();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
iconst_5
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
public sun.jvm.hotspot.interpreter.LookupswitchPair pairAt(int);
descriptor: (I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=2
start local 0 start local 1 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 4
1: iload 1
iflt 2
iload 1
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
if_icmpge 2
iconst_1
goto 3
StackMap locals:
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ldc "pair index out of bounds"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
4: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.interpreter.LookupswitchPair
dup
aload 0
getfield sun.jvm.hotspot.interpreter.BytecodeLookupswitch.method:Lsun/jvm/hotspot/oops/Method;
aload 0
getfield sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:I
aload 0
iconst_1
iconst_1
iload 1
iadd
iconst_2
imul
iconst_4
imul
iadd
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.alignedOffset:(I)I
iadd
invokespecial sun.jvm.hotspot.interpreter.LookupswitchPair.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
0 5 1 i I
MethodParameters:
Name Flags
i
public void verify();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.isValid:()Z
ldc "check lookupswitch"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
public boolean isValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.javaCode:()I
sipush 171
if_icmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 1
start local 1 3: iload 1
ifne 4
iconst_0
ireturn
4: StackMap locals: int
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
iconst_1
isub
istore 2
start local 2 5: goto 8
6: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
aload 0
iload 2
iconst_1
iadd
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
if_icmple 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iload 2
iinc 2 -1
ifgt 6
9: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
3 10 1 result Z
5 10 2 i I
public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch at(sun.jvm.hotspot.oops.Method, int);
descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
dup
aload 0
iload 1
invokespecial sun.jvm.hotspot.interpreter.BytecodeLookupswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
astore 2
start local 2 1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 3
2: aload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.verify:()V
3: StackMap locals: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 method Lsun/jvm/hotspot/oops/Method;
0 4 1 bci I
1 4 2 b Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
MethodParameters:
Name Flags
method
bci
public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch atCheck(sun.jvm.hotspot.oops.Method, int);
descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
dup
aload 0
iload 1
invokespecial sun.jvm.hotspot.interpreter.BytecodeLookupswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
astore 2
start local 2 1: aload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.isValid:()Z
ifeq 2
aload 2
goto 3
StackMap locals: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: sun.jvm.hotspot.interpreter.BytecodeLookupswitch
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 method Lsun/jvm/hotspot/oops/Method;
0 4 1 bci I
1 4 2 b Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
MethodParameters:
Name Flags
method
bci
public static sun.jvm.hotspot.interpreter.BytecodeLookupswitch at(sun.jvm.hotspot.interpreter.BytecodeStream);
descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.interpreter.BytecodeLookupswitch
dup
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.method:()Lsun/jvm/hotspot/oops/Method;
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeStream.bci:()I
invokespecial sun.jvm.hotspot.interpreter.BytecodeLookupswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 bcs Lsun/jvm/hotspot/interpreter/BytecodeStream;
MethodParameters:
Name Flags
bcs
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 1
start local 1 1: aload 1
ldc "lookupswitch"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
2: aload 1
ldc " "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
3: aload 1
ldc "default: "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
4: aload 1
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:()I
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.defaultOffset:()I
iadd
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
5: aload 1
ldc ", "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
6: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.numberOfPairs:()I
iconst_1
isub
istore 2
start local 2 7: goto 14
8: StackMap locals: java.lang.StringBuffer int
StackMap stack:
aload 0
iload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.pairAt:(I)Lsun/jvm/hotspot/interpreter/LookupswitchPair;
astore 3
start local 3 9: aload 1
ldc "case "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
10: aload 1
aload 3
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.match:()I
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
11: aload 1
bipush 58
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
12: aload 1
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeLookupswitch.bci:()I
aload 3
invokevirtual sun.jvm.hotspot.interpreter.LookupswitchPair.offset:()I
iadd
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
13: aload 1
ldc ", "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
end local 3 14: StackMap locals:
StackMap stack:
iload 2
iinc 2 -1
ifgt 8
15: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/jvm/hotspot/interpreter/BytecodeLookupswitch;
1 16 1 buf Ljava/lang/StringBuffer;
7 16 2 i I
9 14 3 pair Lsun/jvm/hotspot/interpreter/LookupswitchPair;
}
SourceFile: "BytecodeLookupswitch.java"