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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // int count
         0: .line 36
            iconst_1
            istore 1 /* i1 */
        start local 1 // int i1
         1: .line 37
            iconst_2
            istore 2 /* i2 */
        start local 2 // int i2
         2: .line 38
            iconst_3
            istore 3 /* i3 */
        start local 3 // int i3
         3: .line 39
            iconst_4
            istore 4 /* i4 */
        start local 4 // int i4
         4: .line 41
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 23
         6: .line 42
      StackMap locals: int int int int int int
      StackMap stack:
            iload 2 /* i2 */
            istore 1 /* i1 */
         7: .line 43
            iload 3 /* i3 */
            istore 2 /* i2 */
         8: .line 44
            iload 4 /* i4 */
            istore 3 /* i3 */
         9: .line 45
            iload 1 /* i1 */
            istore 4 /* i4 */
        10: .line 47
            iload 2 /* i2 */
            istore 1 /* i1 */
        11: .line 48
            iload 3 /* i3 */
            istore 2 /* i2 */
        12: .line 49
            iload 4 /* i4 */
            istore 3 /* i3 */
        13: .line 50
            iload 1 /* i1 */
            istore 4 /* i4 */
        14: .line 52
            iload 2 /* i2 */
            istore 1 /* i1 */
        15: .line 53
            iload 3 /* i3 */
            istore 2 /* i2 */
        16: .line 54
            iload 4 /* i4 */
            istore 3 /* i3 */
        17: .line 55
            iload 1 /* i1 */
            istore 4 /* i4 */
        18: .line 57
            iload 2 /* i2 */
            istore 1 /* i1 */
        19: .line 58
            iload 3 /* i3 */
            istore 2 /* i2 */
        20: .line 59
            iload 4 /* i4 */
            istore 3 /* i3 */
        21: .line 60
            iload 1 /* i1 */
            istore 4 /* i4 */
        22: .line 41
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 0 /* count */
            if_icmplt 6
        end local 5 // int i
        24: .line 63
            iload 1 /* i1 */
            iload 2 /* i2 */
            bipush 10
            imul
            iadd
            iload 3 /* i3 */
            bipush 100
            imul
            iadd
            iload 4 /* i4 */
            sipush 1000
            imul
            iadd
            ireturn
        end local 4 // int i4
        end local 3 // int i3
        end local 2 // int i2
        end local 1 // int i1
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0  count  I
            1   25     1     i1  I
            2   25     2     i2  I
            3   25     3     i3  I
            4   25     4     i4  I
            5   24     5      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_control01 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_control01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_control01;
    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_control01 this
         0: .line 71
            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_control01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_control01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_control01.java"