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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, 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 5
         3: .line 39
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            iload 2 /* i */
            iload 1 /* sum */
            invokestatic org.graalvm.compiler.jtt.hotpath.HP_inline02.foo:(II)I
            iadd
            istore 1 /* sum */
         4: .line 38
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
         6: .line 41
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  count  I
            1    7     1    sum  I
            2    6     2      i  I
    MethodParameters:
       Name  Flags
      count  

  public static int foo(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 45
            iload 0 /* x */
            bipush 18
            if_icmpge 2
         1: .line 46
            iload 0 /* x */
            iload 0 /* x */
            iload 1 /* y */
            isub
            invokestatic org.graalvm.compiler.jtt.hotpath.HP_inline02.bar:(II)I
            ireturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            iload 0 /* x */
            iload 1 /* y */
            iadd
            invokestatic org.graalvm.compiler.jtt.hotpath.HP_inline02.bar:(II)I
            ireturn
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  I
            0    3     1     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public static int bar(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 52
            iload 0 /* x */
            bipush 15
            if_icmpge 2
         1: .line 53
            iload 0 /* x */
            iload 0 /* x */
            iload 1 /* y */
            iadd
            invokestatic org.graalvm.compiler.jtt.hotpath.HP_inline02.car:(II)I
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            iconst_1
            isub
            ireturn
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  I
            0    3     1     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public static int car(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 60
            iload 0 /* x */
            bipush 13
            if_icmpge 2
         1: .line 61
            iload 0 /* x */
            iconst_1
            iadd
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            iload 0 /* x */
            iconst_1
            isub
            ireturn
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  I
            0    3     1     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  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_inline02 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_inline02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_inline02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_inline02.java"