public class org.graalvm.compiler.jtt.optimize.VN_Long01 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.VN_Long01
super_class: org.graalvm.compiler.jtt.JTTTest
{
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/VN_Long01;
public static long test(int);
descriptor: (I)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
ifne 2
1: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.add:(J)J
lreturn
2: StackMap locals:
StackMap stack:
iload 0
iconst_1
if_icmpne 4
3: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.sub:(J)J
lreturn
4: StackMap locals:
StackMap stack:
iload 0
iconst_2
if_icmpne 6
5: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.mul:(J)J
lreturn
6: StackMap locals:
StackMap stack:
iload 0
iconst_3
if_icmpne 8
7: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.div:(J)J
lreturn
8: StackMap locals:
StackMap stack:
iload 0
iconst_4
if_icmpne 10
9: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.mod:(J)J
lreturn
10: StackMap locals:
StackMap stack:
iload 0
iconst_5
if_icmpne 12
11: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.and:(J)J
lreturn
12: StackMap locals:
StackMap stack:
iload 0
bipush 6
if_icmpne 14
13: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.or:(J)J
lreturn
14: StackMap locals:
StackMap stack:
iload 0
bipush 7
if_icmpne 16
15: iload 0
i2l
invokestatic org.graalvm.compiler.jtt.optimize.VN_Long01.xor:(J)J
lreturn
16: StackMap locals:
StackMap stack:
lconst_0
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 arg I
MethodParameters:
Name Flags
arg
public static long add(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: lload 0
ldc 3
ladd
lstore 2
start local 2 1: lload 0
ldc 3
ladd
lstore 4
start local 4 2: lload 2
lload 4
ladd
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long sub(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: lload 0
ldc 3
lsub
lstore 2
start local 2 1: lload 0
ldc 3
lsub
lstore 4
start local 4 2: lload 2
lload 4
lsub
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long mul(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: lload 0
ldc 3
lmul
lstore 2
start local 2 1: lload 0
ldc 3
lmul
lstore 4
start local 4 2: lload 2
lload 4
lmul
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long div(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: ldc 9
lload 0
ldiv
lstore 2
start local 2 1: ldc 9
lload 0
ldiv
lstore 4
start local 4 2: lload 2
lload 4
ldiv
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long mod(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: ldc 7
lload 0
lrem
lstore 2
start local 2 1: ldc 7
lload 0
lrem
lstore 4
start local 4 2: lload 2
lload 4
lrem
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long and(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: ldc 7
lload 0
land
lstore 2
start local 2 1: ldc 7
lload 0
land
lstore 4
start local 4 2: lload 2
lload 4
land
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long or(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: ldc 7
lload 0
lor
lstore 2
start local 2 1: ldc 7
lload 0
lor
lstore 4
start local 4 2: lload 2
lload 4
lor
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
public static long xor(long);
descriptor: (J)J
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: ldc 7
lload 0
lxor
lstore 2
start local 2 1: ldc 7
lload 0
lxor
lstore 4
start local 4 2: lload 2
lload 4
lxor
lreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x J
1 3 2 t J
2 3 4 u J
MethodParameters:
Name Flags
x
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/VN_Long01;
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/VN_Long01;
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/VN_Long01;
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/VN_Long01;
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/VN_Long01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run5();
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/VN_Long01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run6();
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/VN_Long01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run7();
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/VN_Long01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "VN_Long01.java"