public class sun.jvm.hotspot.interpreter.BytecodeTableswitch 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.BytecodeTableswitch
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/BytecodeTableswitch;
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.BytecodeTableswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
public int lowKey();
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.BytecodeTableswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
public int highKey();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
bipush 9
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
public int length();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.lowKey:()I
isub
iconst_1
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
public int destOffsetAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iconst_1
iconst_3
iload 1
iadd
iconst_4
imul
iadd
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
pop
2: aload 0
aload 0
iconst_1
iconst_3
iload 1
iadd
iconst_4
imul
iadd
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.alignedOffset:(I)I
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaSignedWordAt:(I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
0 3 1 i I
1 3 2 x2 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.BytecodeTableswitch.isValid:()Z
ldc "check tableswitch"
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/BytecodeTableswitch;
public boolean isValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.javaCode:()I
sipush 170
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.BytecodeTableswitch.lowKey:()I
istore 2
start local 2 5: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
istore 3
start local 3 6: iload 3
iload 2
if_icmpge 8
7: iconst_0
ireturn
8: StackMap locals: int int
StackMap stack:
iload 3
iload 2
isub
iconst_1
isub
istore 4
start local 4 9: StackMap locals: int
StackMap stack:
iload 4
iinc 4 -1
ifgt 9
10: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
3 11 1 result Z
5 11 2 lo I
6 11 3 hi I
9 11 4 i I
public static sun.jvm.hotspot.interpreter.BytecodeTableswitch at(sun.jvm.hotspot.oops.Method, int);
descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
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.BytecodeTableswitch
dup
aload 0
iload 1
invokespecial sun.jvm.hotspot.interpreter.BytecodeTableswitch.<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.BytecodeTableswitch.verify:()V
3: StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch
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/BytecodeTableswitch;
MethodParameters:
Name Flags
method
bci
public static sun.jvm.hotspot.interpreter.BytecodeTableswitch atCheck(sun.jvm.hotspot.oops.Method, int);
descriptor: (Lsun/jvm/hotspot/oops/Method;I)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
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.BytecodeTableswitch
dup
aload 0
iload 1
invokespecial sun.jvm.hotspot.interpreter.BytecodeTableswitch.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
astore 2
start local 2 1: aload 2
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.isValid:()Z
ifeq 2
aload 2
goto 3
StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: sun.jvm.hotspot.interpreter.BytecodeTableswitch
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/BytecodeTableswitch;
MethodParameters:
Name Flags
method
bci
public static sun.jvm.hotspot.interpreter.BytecodeTableswitch at(sun.jvm.hotspot.interpreter.BytecodeStream);
descriptor: (Lsun/jvm/hotspot/interpreter/BytecodeStream;)Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.interpreter.BytecodeTableswitch
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.BytecodeTableswitch.<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=4, locals=5, 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 "tableswitch"
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.BytecodeTableswitch.bci:()I
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.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.BytecodeTableswitch.lowKey:()I
istore 2
start local 2 7: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.highKey:()I
istore 3
start local 3 8: iload 3
iload 2
isub
iconst_1
isub
istore 4
start local 4 9: goto 15
10: StackMap locals: sun.jvm.hotspot.interpreter.BytecodeTableswitch java.lang.StringBuffer int int int
StackMap stack:
aload 1
ldc "case "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
11: aload 1
iload 2
iload 4
iadd
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
12: aload 1
bipush 58
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
13: aload 1
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.bci:()I
aload 0
iload 4
invokevirtual sun.jvm.hotspot.interpreter.BytecodeTableswitch.destOffsetAt:(I)I
iadd
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
14: aload 1
ldc ", "
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
15: StackMap locals:
StackMap stack:
iload 4
iinc 4 -1
ifgt 10
16: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/jvm/hotspot/interpreter/BytecodeTableswitch;
1 17 1 buf Ljava/lang/StringBuffer;
7 17 2 lo I
8 17 3 hi I
9 17 4 i I
}
SourceFile: "BytecodeTableswitch.java"