public class org.graalvm.compiler.jtt.loop.LoopEscape 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.LoopEscape
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public static org.graalvm.compiler.jtt.loop.LoopEscape$L ll;
    descriptor: Lorg/graalvm/compiler/jtt/loop/LoopEscape$L;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 37
            new org.graalvm.compiler.jtt.loop.LoopEscape$L
            dup
            iconst_0
            iconst_1
            iconst_2
            invokespecial org.graalvm.compiler.jtt.loop.LoopEscape$L.<init>:(III)V
            putstatic org.graalvm.compiler.jtt.loop.LoopEscape.ll:Lorg/graalvm/compiler/jtt/loop/LoopEscape$L;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public static int test0(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // int count
         0: .line 53
            new org.graalvm.compiler.jtt.loop.LoopEscape$L
            dup
            iconst_5
            iconst_5
            iconst_5
            invokespecial org.graalvm.compiler.jtt.loop.LoopEscape$L.<init>:(III)V
            astore 1 /* l */
        start local 1 // org.graalvm.compiler.jtt.loop.LoopEscape$L l
         1: .line 54
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 55
      StackMap locals: org.graalvm.compiler.jtt.loop.LoopEscape$L int
      StackMap stack:
            aload 1 /* l */
            dup
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
         4: .line 56
            aload 1 /* l */
            dup
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
            iconst_1
            isub
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
         5: .line 57
            aload 1 /* l */
            iconst_4
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.c:I
         6: .line 54
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
         8: .line 60
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
            bipush 10
            imul
            iadd
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.c:I
            bipush 100
            imul
            iadd
            ireturn
        end local 1 // org.graalvm.compiler.jtt.loop.LoopEscape$L l
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  count  I
            1    9     1      l  Lorg/graalvm/compiler/jtt/loop/LoopEscape$L;
            2    8     2      i  I
    MethodParameters:
       Name  Flags
      count  

  public static int test1(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // int count
         0: .line 64
            new org.graalvm.compiler.jtt.loop.LoopEscape$L
            dup
            iconst_5
            iconst_5
            iconst_5
            invokespecial org.graalvm.compiler.jtt.loop.LoopEscape$L.<init>:(III)V
            astore 1 /* l */
        start local 1 // org.graalvm.compiler.jtt.loop.LoopEscape$L l
         1: .line 65
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 10
         3: .line 66
      StackMap locals: org.graalvm.compiler.jtt.loop.LoopEscape$L int
      StackMap stack:
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            iconst_2
            irem
            ifne 8
         4: .line 67
            aload 1 /* l */
            dup
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
         5: .line 68
            aload 1 /* l */
            dup
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
            iconst_1
            isub
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
         6: .line 69
            aload 1 /* l */
            iconst_4
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.c:I
         7: .line 70
            goto 9
         8: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* l */
            dup
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
         9: .line 65
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int i
        11: .line 75
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.a:I
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.b:I
            bipush 10
            imul
            iadd
            aload 1 /* l */
            getfield org.graalvm.compiler.jtt.loop.LoopEscape$L.c:I
            bipush 100
            imul
            iadd
            ireturn
        end local 1 // org.graalvm.compiler.jtt.loop.LoopEscape$L l
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0  count  I
            1   12     1      l  Lorg/graalvm/compiler/jtt/loop/LoopEscape$L;
            2   11     2      i  I
    MethodParameters:
       Name  Flags
      count  

  public void run10();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 78
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run11();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 83
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run12();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 88
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run00();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 93
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run01();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 98
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run02();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 103
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run05();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopEscape this
         0: .line 108
            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.LoopEscape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopEscape;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "LoopEscape.java"
NestMembers:
  org.graalvm.compiler.jtt.loop.LoopEscape$L
InnerClasses:
  private L = org.graalvm.compiler.jtt.loop.LoopEscape$L of org.graalvm.compiler.jtt.loop.LoopEscape