public class org.graalvm.compiler.jtt.optimize.Switch02 extends org.graalvm.compiler.jtt.JTTTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.jtt.optimize.Switch02
super_class: org.graalvm.compiler.jtt.JTTTest
{
private static char staticCharVal;
descriptor: C
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static short staticShortVal;
descriptor: S
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static byte staticByteVal;
descriptor: B
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
putstatic org.graalvm.compiler.jtt.optimize.Switch02.staticCharVal:C
1: iconst_0
putstatic org.graalvm.compiler.jtt.optimize.Switch02.staticShortVal:S
2: iconst_0
putstatic org.graalvm.compiler.jtt.optimize.Switch02.staticByteVal:B
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
tableswitch { // 1 - 1
1: 1
default: 2
}
1: StackMap locals:
StackMap stack:
iconst_2
ireturn
2: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg I
MethodParameters:
Name Flags
arg
public static int test2char(char);
descriptor: (C)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: ldc 392123
istore 1
start local 1 1: aconst_null
astore 2
start local 2 2: getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticCharVal:C
ifeq 3
getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticCharVal:C
goto 4
StackMap locals: int java.lang.Object
StackMap stack:
3: iload 0
StackMap locals:
StackMap stack: int
4: istore 3
start local 3 5: iload 3
tableswitch { // 65514 - 65535
65514: 30
65515: 33
65516: 28
65517: 25
65518: 33
65519: 33
65520: 22
65521: 33
65522: 33
65523: 20
65524: 33
65525: 14
65526: 12
65527: 33
65528: 33
65529: 10
65530: 33
65531: 33
65532: 8
65533: 33
65534: 33
65535: 6
default: 33
}
6: StackMap locals: int
StackMap stack:
sipush 23212
iload 3
idiv
istore 1
7: goto 34
8: StackMap locals:
StackMap stack:
ldc 932991439
iload 3
idiv
istore 1
9: goto 34
10: StackMap locals:
StackMap stack:
ldc 47329561
iload 3
idiv
istore 1
11: goto 34
12: StackMap locals:
StackMap stack:
ldc 1950976984
iload 3
idiv
istore 1
13: goto 34
14: StackMap locals:
StackMap stack:
ldc 97105581
iload 3
idiv
istore 1
15: iload 1
tableswitch { // 1 - 1
1: 16
default: 18
}
16: StackMap locals:
StackMap stack:
sipush 321
istore 1
17: goto 34
18: StackMap locals:
StackMap stack:
sipush 2391
istore 1
19: goto 34
20: StackMap locals:
StackMap stack:
ldc 99757362
iload 3
idiv
istore 1
21: goto 34
22: StackMap locals:
StackMap stack:
ldc 912573
iload 3
idiv
istore 1
23: new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 2
24: goto 34
25: StackMap locals:
StackMap stack:
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 2
26: ldc 876765
iload 3
idiv
istore 1
27: goto 34
28: StackMap locals:
StackMap stack:
ldc 75442917
iload 3
idiv
istore 1
29: goto 34
30: StackMap locals:
StackMap stack:
ldc 858112498
iload 3
idiv
istore 1
31: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
astore 2
32: goto 34
33: StackMap locals:
StackMap stack:
ldc 34324341
iload 3
idiv
istore 1
34: StackMap locals:
StackMap stack:
iload 1
aload 2
ifnonnull 35
iconst_0
goto 36
StackMap locals:
StackMap stack: int
35: aload 2
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: int int java.lang.Object int
StackMap stack: int int
36: iadd
istore 1
37: iload 1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 arg C
1 38 1 result I
2 38 2 x Ljava/lang/Object;
5 38 3 val C
MethodParameters:
Name Flags
arg
public static int test2short(short);
descriptor: (S)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: ldc 392123
istore 1
start local 1 1: aconst_null
astore 2
start local 2 2: getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticShortVal:S
ifeq 3
getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticShortVal:S
goto 4
StackMap locals: int java.lang.Object
StackMap stack:
3: iload 0
StackMap locals:
StackMap stack: int
4: istore 3
start local 3 5: iload 3
tableswitch { // -32767 - -32746
-32767: 6
-32766: 33
-32765: 33
-32764: 8
-32763: 33
-32762: 33
-32761: 10
-32760: 33
-32759: 33
-32758: 12
-32757: 14
-32756: 33
-32755: 20
-32754: 33
-32753: 33
-32752: 22
-32751: 33
-32750: 33
-32749: 25
-32748: 28
-32747: 33
-32746: 30
default: 33
}
6: StackMap locals: int
StackMap stack:
sipush 23212
iload 3
idiv
istore 1
7: goto 34
8: StackMap locals:
StackMap stack:
ldc 932991439
iload 3
idiv
istore 1
9: goto 34
10: StackMap locals:
StackMap stack:
ldc 47329561
iload 3
idiv
istore 1
11: goto 34
12: StackMap locals:
StackMap stack:
ldc 1950976984
iload 3
idiv
istore 1
13: goto 34
14: StackMap locals:
StackMap stack:
ldc 97105581
iload 3
idiv
istore 1
15: iload 1
tableswitch { // 1 - 1
1: 16
default: 18
}
16: StackMap locals:
StackMap stack:
sipush 321
istore 1
17: goto 34
18: StackMap locals:
StackMap stack:
sipush 2391
istore 1
19: goto 34
20: StackMap locals:
StackMap stack:
ldc 99757362
iload 3
idiv
istore 1
21: goto 34
22: StackMap locals:
StackMap stack:
ldc 912573
iload 3
idiv
istore 1
23: new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 2
24: goto 34
25: StackMap locals:
StackMap stack:
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 2
26: ldc 876765
iload 3
idiv
istore 1
27: goto 34
28: StackMap locals:
StackMap stack:
ldc 75442917
iload 3
idiv
istore 1
29: goto 34
30: StackMap locals:
StackMap stack:
ldc 858112498
iload 3
idiv
istore 1
31: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
astore 2
32: goto 34
33: StackMap locals:
StackMap stack:
ldc 34324341
iload 3
idiv
istore 1
34: StackMap locals:
StackMap stack:
iload 1
aload 2
ifnonnull 35
iconst_0
goto 36
StackMap locals:
StackMap stack: int
35: aload 2
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: int int java.lang.Object int
StackMap stack: int int
36: iadd
istore 1
37: iload 1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 arg S
1 38 1 result I
2 38 2 x Ljava/lang/Object;
5 38 3 val S
MethodParameters:
Name Flags
arg
public static int test2byte(byte);
descriptor: (B)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: ldc 392123
istore 1
start local 1 1: aconst_null
astore 2
start local 2 2: getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticByteVal:B
ifeq 3
getstatic org.graalvm.compiler.jtt.optimize.Switch02.staticByteVal:B
goto 4
StackMap locals: int java.lang.Object
StackMap stack:
3: iload 0
StackMap locals:
StackMap stack: int
4: istore 3
start local 3 5: iload 3
tableswitch { // -127 - -106
-127: 6
-126: 35
-125: 35
-124: 8
-123: 35
-122: 35
-121: 10
-120: 35
-119: 35
-118: 12
-117: 14
-116: 35
-115: 20
-114: 35
-113: 35
-112: 22
-111: 35
-110: 35
-109: 25
-108: 28
-107: 30
-106: 32
default: 35
}
6: StackMap locals: int
StackMap stack:
sipush 23212
iload 3
idiv
istore 1
7: goto 36
8: StackMap locals:
StackMap stack:
ldc 932991439
iload 3
idiv
istore 1
9: goto 36
10: StackMap locals:
StackMap stack:
ldc 47329561
iload 3
idiv
istore 1
11: goto 36
12: StackMap locals:
StackMap stack:
ldc 1950976984
iload 3
idiv
istore 1
13: goto 36
14: StackMap locals:
StackMap stack:
ldc 97105581
iload 3
idiv
istore 1
15: iload 1
tableswitch { // 1 - 1
1: 16
default: 18
}
16: StackMap locals:
StackMap stack:
sipush 321
istore 1
17: goto 36
18: StackMap locals:
StackMap stack:
sipush 2391
istore 1
19: goto 36
20: StackMap locals:
StackMap stack:
ldc 99757362
iload 3
idiv
istore 1
21: goto 36
22: StackMap locals:
StackMap stack:
ldc 912573
iload 3
idiv
istore 1
23: new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 2
24: goto 36
25: StackMap locals:
StackMap stack:
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 2
26: ldc 876765
iload 3
idiv
istore 1
27: goto 36
28: StackMap locals:
StackMap stack:
ldc 75442917
iload 3
idiv
istore 1
29: goto 36
30: StackMap locals:
StackMap stack:
ldc 856261268
iload 3
idiv
istore 1
31: goto 36
32: StackMap locals:
StackMap stack:
ldc 858112498
iload 3
idiv
istore 1
33: new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
astore 2
34: goto 36
35: StackMap locals:
StackMap stack:
ldc 34324341
iload 3
idiv
istore 1
36: StackMap locals:
StackMap stack:
iload 1
aload 2
ifnonnull 37
iconst_0
goto 38
StackMap locals:
StackMap stack: int
37: aload 2
invokevirtual java.lang.Object.hashCode:()I
StackMap locals: int int java.lang.Object int
StackMap stack: int int
38: iadd
istore 1
39: iload 1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 40 0 arg B
1 40 1 result I
2 40 2 x Ljava/lang/Object;
5 40 3 val B
MethodParameters:
Name Flags
arg
public void run0();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run1();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run2();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run3();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run4();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/optimize/Switch02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Switch02.java"