public class org.graalvm.compiler.jtt.hotpath.HP_invoke01 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.hotpath.HP_invoke01
super_class: org.graalvm.compiler.jtt.JTTTest
{
private static int sum;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
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/hotpath/HP_invoke01;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: iconst_0
putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
1: iconst_4
anewarray org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
dup
iconst_0
new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add
dup
invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add.<init>:()V
aastore
dup
iconst_1
new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub
dup
invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub.<init>:()V
aastore
dup
iconst_2
new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul
dup
invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul.<init>:()V
aastore
dup
iconst_3
new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div
dup
invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div.<init>:()V
aastore
astore 1
start local 1 2: new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor
dup
invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor.<init>:()V
astore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 7
5: StackMap locals: org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction[] org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor int
StackMap stack:
aload 1
iload 3
iconst_4
irem
aaload
aload 2
invokevirtual org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction.accept:(Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;)V
6: iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 0
if_icmplt 5
end local 3 8: getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 count I
2 9 1 instructions [Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction;
3 9 2 v Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
4 8 3 i I
MethodParameters:
Name Flags
count
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/hotpath/HP_invoke01;
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/hotpath/HP_invoke01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "HP_invoke01.java"
NestMembers:
org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Binary org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor
InnerClasses:
public abstract Instruction = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction of org.graalvm.compiler.jtt.hotpath.HP_invoke01
public Add = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Div = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Mul = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Sub = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Visitor = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor of org.graalvm.compiler.jtt.hotpath.HP_invoke01