public class org.graalvm.compiler.jtt.hotpath.HP_demo01 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_demo01
  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 // org.graalvm.compiler.jtt.hotpath.HP_demo01 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_demo01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_demo01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=13, locals=7, args_size=1
        start local 0 // int count
         0: .line 37
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 39
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 40
      StackMap locals: int int
      StackMap stack:
            iload 0 /* count */
            newarray 10
            astore 3 /* ia */
        start local 3 // int[] ia
         4: .line 41
            iload 0 /* count */
            newarray 11
            astore 4 /* la */
        start local 4 // long[] la
         5: .line 42
            iload 0 /* count */
            newarray 6
            astore 5 /* fa */
        start local 5 // float[] fa
         6: .line 43
            iload 0 /* count */
            newarray 7
            astore 6 /* da */
        start local 6 // double[] da
         7: .line 44
            iload 1 /* sum */
            aload 3 /* ia */
            iload 2 /* i */
            aload 4 /* la */
            iload 2 /* i */
            aload 5 /* fa */
            iload 2 /* i */
            aload 6 /* da */
            iload 2 /* i */
            iload 2 /* i */
            i2d
            dup2_x2
            dastore
            d2f
            dup_x2
            fastore
            f2l
            dup2_x2
            lastore
            l2i
            dup_x2
            iastore
            iadd
            istore 1 /* sum */
        end local 6 // double[] da
        end local 5 // float[] fa
        end local 4 // long[] la
        end local 3 // int[] ia
         8: .line 39
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
        10: .line 47
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0  count  I
            1   11     1    sum  I
            2   10     2      i  I
            4    8     3     ia  [I
            5    8     4     la  [J
            6    8     5     fa  [F
            7    8     6     da  [D
    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_demo01 this
         0: .line 50
            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_demo01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_demo01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_demo01.java"