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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
         0: .line 35
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
      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 // int count
         0: .line 40
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
         1: .line 41
            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 /* instructions */
        start local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction[] instructions
         2: .line 42
            new org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor
            dup
            invokespecial org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor.<init>:()V
            astore 2 /* v */
        start local 2 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor v
         3: .line 43
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 44
      StackMap locals: org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction[] org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor int
      StackMap stack:
            aload 1 /* instructions */
            iload 3 /* i */
            iconst_4
            irem
            aaload
            aload 2 /* v */
            invokevirtual org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction.accept:(Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;)V
         6: .line 43
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 0 /* count */
            if_icmplt 5
        end local 3 // int i
         8: .line 46
            getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
            ireturn
        end local 2 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor v
        end local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction[] instructions
        end local 0 // int count
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
         0: .line 110
            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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
         0: .line 115
            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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01 this
      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