public class org.graalvm.compiler.jtt.hotpath.HP_trees01 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_trees01
  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_trees01 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_trees01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_trees01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int count
         0: .line 37
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 38
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 32
         3: .line 39
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            bipush 100
            if_icmpge 6
         4: .line 40
            iinc 1 /* sum */ 1
         5: .line 41
            goto 17
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            sipush 200
            if_icmpge 9
         7: .line 42
            iinc 1 /* sum */ 3
         8: .line 43
            goto 17
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            sipush 300
            if_icmpge 12
        10: .line 44
            iinc 1 /* sum */ 5
        11: .line 45
            goto 17
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            sipush 400
            if_icmpge 15
        13: .line 46
            iinc 1 /* sum */ 7
        14: .line 47
            goto 17
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            sipush 500
            if_icmpge 17
        16: .line 48
            iinc 1 /* sum */ 11
        17: .line 51
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iconst_5
            irem
            ifne 20
        18: .line 52
            iinc 1 /* sum */ 1
        19: .line 53
            goto 31
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            iconst_5
            irem
            iconst_1
            if_icmpne 23
        21: .line 54
            iinc 1 /* sum */ 3
        22: .line 55
            goto 31
      StackMap locals:
      StackMap stack:
        23: iload 2 /* i */
            iconst_5
            irem
            iconst_2
            if_icmpne 26
        24: .line 56
            iinc 1 /* sum */ 5
        25: .line 57
            goto 31
      StackMap locals:
      StackMap stack:
        26: iload 2 /* i */
            iconst_5
            irem
            iconst_3
            if_icmpne 29
        27: .line 58
            iinc 1 /* sum */ 7
        28: .line 59
            goto 31
      StackMap locals:
      StackMap stack:
        29: iload 2 /* i */
            iconst_5
            irem
            iconst_4
            if_icmpne 31
        30: .line 60
            iinc 1 /* sum */ 11
        31: .line 38
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
        33: .line 63
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   34     0  count  I
            1   34     1    sum  I
            2   33     2      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_trees01 this
         0: .line 66
            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_trees01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_trees01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_trees01.java"