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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // int input
         0: .line 36
            iconst_2
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 37
            iload 0 /* input */
            istore 2 /* current */
        start local 2 // int current
         2: .line 38
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 39
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* ret */
            iconst_2
            iload 2 /* current */
            iadd
            imul
            istore 1 /* ret */
         5: .line 40
            iload 2 /* current */
            bipush 50
            idiv
            istore 2 /* current */
         6: .line 38
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            bipush 7
            if_icmplt 4
        end local 3 // int i
         8: .line 42
            iload 1 /* ret */
            ireturn
        end local 2 // int current
        end local 1 // int ret
        end local 0 // int input
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0    input  I
            1    9     1      ret  I
            2    9     2  current  I
            3    8     3        i  I
    MethodParameters:
       Name  Flags
      input  

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