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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // int count
         0: .line 51
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 54
      StackMap locals: int
      StackMap stack:
            new org.graalvm.compiler.jtt.loop.Loop17$L
            dup
            iload 1 /* i */
            iload 1 /* i */
            iconst_1
            iadd
            iload 1 /* i */
            iconst_2
            iadd
            invokespecial org.graalvm.compiler.jtt.loop.Loop17$L.<init>:(III)V
            astore 2 /* l */
        start local 2 // org.graalvm.compiler.jtt.loop.Loop17$L l
         2: .line 55
            iinc 1 /* i */ 1
            iload 1 /* i */
            iload 0 /* count */
         3: .line 53
            if_icmplt 1
         4: .line 57
            aload 2 /* l */
            getfield org.graalvm.compiler.jtt.loop.Loop17$L.a:I
            aload 2 /* l */
            getfield org.graalvm.compiler.jtt.loop.Loop17$L.b:I
            bipush 10
            imul
            iadd
            aload 2 /* l */
            getfield org.graalvm.compiler.jtt.loop.Loop17$L.c:I
            bipush 100
            imul
            iadd
            ireturn
        end local 2 // org.graalvm.compiler.jtt.loop.Loop17$L l
        end local 1 // int i
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  count  I
            1    5     1      i  I
            2    5     2      l  Lorg/graalvm/compiler/jtt/loop/Loop17$L;
    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.loop.Loop17 this
         0: .line 60
            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.loop.Loop17 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/Loop17;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Loop17.java"
NestMembers:
  org.graalvm.compiler.jtt.loop.Loop17$L
InnerClasses:
  private L = org.graalvm.compiler.jtt.loop.Loop17$L of org.graalvm.compiler.jtt.loop.Loop17