public class org.graalvm.compiler.jtt.optimize.VN_Float01 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_Float01
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_Float01;
public static float test(float);
descriptor: (F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: fload 0
fconst_0
fcmpl
ifne 2
1: fload 0
ldc 10.0
fadd
invokestatic org.graalvm.compiler.jtt.optimize.VN_Float01.add:(F)F
freturn
2: StackMap locals:
StackMap stack:
fload 0
fconst_1
fcmpl
ifne 4
3: fload 0
ldc 10.0
fadd
invokestatic org.graalvm.compiler.jtt.optimize.VN_Float01.sub:(F)F
freturn
4: StackMap locals:
StackMap stack:
fload 0
fconst_2
fcmpl
ifne 6
5: fload 0
ldc 10.0
fadd
invokestatic org.graalvm.compiler.jtt.optimize.VN_Float01.mul:(F)F
freturn
6: StackMap locals:
StackMap stack:
fload 0
ldc 3.0
fcmpl
ifne 8
7: fload 0
ldc 10.0
fadd
invokestatic org.graalvm.compiler.jtt.optimize.VN_Float01.div:(F)F
freturn
8: StackMap locals:
StackMap stack:
fconst_0
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 arg F
MethodParameters:
Name Flags
arg
public static float add(float);
descriptor: (F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: fconst_1
fstore 1
start local 1 1: fload 0
fload 1
fadd
fstore 2
start local 2 2: fload 0
fload 1
fadd
fstore 3
start local 3 3: fload 2
fload 3
fadd
freturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 x F
1 4 1 c F
2 4 2 t F
3 4 3 u F
MethodParameters:
Name Flags
x
public static float sub(float);
descriptor: (F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: fconst_1
fstore 1
start local 1 1: fload 0
fload 1
fsub
fstore 2
start local 2 2: fload 0
fload 1
fsub
fstore 3
start local 3 3: fload 2
fload 3
fsub
freturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 x F
1 4 1 c F
2 4 2 t F
3 4 3 u F
MethodParameters:
Name Flags
x
public static float mul(float);
descriptor: (F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: fconst_1
fstore 1
start local 1 1: fload 0
fload 1
fmul
fstore 2
start local 2 2: fload 0
fload 1
fmul
fstore 3
start local 3 3: fload 2
fload 3
fmul
freturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 x F
1 4 1 c F
2 4 2 t F
3 4 3 u F
MethodParameters:
Name Flags
x
public static float div(float);
descriptor: (F)F
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: fconst_1
fstore 1
start local 1 1: fload 0
fload 1
fdiv
fstore 2
start local 2 2: fload 0
fload 1
fdiv
fstore 3
start local 3 3: fload 2
fload 3
fdiv
freturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 x F
1 4 1 c F
2 4 2 t F
3 4 3 u F
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_Float01;
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_Float01;
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_Float01;
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_Float01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "VN_Float01.java"