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

  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 */
            tableswitch { // 30 - 42
                   30: 4
                   31: 6
                   32: 8
                   33: 10
                   34: 12
                   35: 14
                   36: 16
                   37: 18
                   38: 20
                   39: 22
                   40: 24
                   41: 26
                   42: 28
              default: 30
          }
         4: .line 41
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 30
         5: .line 42
            goto 31
         6: .line 44
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 31
         7: .line 45
            goto 31
         8: .line 47
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 32
         9: .line 48
            goto 31
        10: .line 50
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 33
        11: .line 51
            goto 31
        12: .line 53
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 34
        13: .line 54
            goto 31
        14: .line 56
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 35
        15: .line 57
            goto 31
        16: .line 59
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 36
        17: .line 60
            goto 31
        18: .line 62
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 37
        19: .line 63
            goto 31
        20: .line 65
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 38
        21: .line 66
            goto 31
        22: .line 68
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 39
        23: .line 69
            goto 31
        24: .line 71
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 40
        25: .line 72
            goto 31
        26: .line 74
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 41
        27: .line 75
            goto 31
        28: .line 77
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 42
        29: .line 78
            goto 31
        30: .line 80
      StackMap locals:
      StackMap stack:
            iinc 1 /* sum */ 1
        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 84
            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_control02 this
         0: .line 87
            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_control02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_control02;
    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_control02 this
         0: .line 92
            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_control02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_control02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_control02.java"