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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, 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 15
         3: .line 39
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            iload 2 /* i */
            iadd
            istore 1 /* sum */
         4: .line 40
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         5: goto 8
         6: .line 41
      StackMap locals: int
      StackMap stack:
            iload 1 /* sum */
            iload 3 /* j */
            iadd
            istore 1 /* sum */
         7: .line 40
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* j */
            iload 0 /* count */
            if_icmplt 6
        end local 3 // int j
         9: .line 43
            iconst_0
            istore 3 /* j */
        start local 3 // int j
        10: goto 13
        11: .line 44
      StackMap locals:
      StackMap stack:
            iload 1 /* sum */
            iload 3 /* j */
            iadd
            istore 1 /* sum */
        12: .line 43
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* j */
            iload 0 /* count */
            if_icmplt 11
        end local 3 // int j
        14: .line 38
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
        16: .line 47
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0  count  I
            1   17     1    sum  I
            2   16     2      i  I
            5    9     3      j  I
           10   14     3      j  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_nest01 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_nest01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_nest01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_nest01.java"