public class org.graalvm.compiler.jtt.optimize.ABCE_03 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.optimize.ABCE_03
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  private static final int[] ARRAY1;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] ARRAY2;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 35
            bipush 10
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_5
            iastore
            dup
            iconst_5
            bipush 6
            iastore
            dup
            bipush 6
            bipush 7
            iastore
            dup
            bipush 7
            bipush 8
            iastore
            dup
            bipush 8
            bipush 9
            iastore
            dup
            bipush 9
            bipush 10
            iastore
            putstatic org.graalvm.compiler.jtt.optimize.ABCE_03.ARRAY1:[I
         1: .line 36
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            putstatic org.graalvm.compiler.jtt.optimize.ABCE_03.ARRAY2:[I
            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.optimize.ABCE_03 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.optimize.ABCE_03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/ABCE_03;

  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 arg
         0: .line 39
            iload 0 /* arg */
            ifne 1
            getstatic org.graalvm.compiler.jtt.optimize.ABCE_03.ARRAY2:[I
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.graalvm.compiler.jtt.optimize.ABCE_03.ARRAY1:[I
      StackMap locals:
      StackMap stack: int[]
         2: astore 1 /* array */
        start local 1 // int[] array
         3: .line 40
            iconst_0
            istore 2 /* r */
        start local 2 // int r
         4: .line 41
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 42
      StackMap locals: int[] int int
      StackMap stack:
            iload 2 /* r */
            aload 1 /* array */
            iload 3 /* i */
            iaload
            iadd
            istore 2 /* r */
         7: .line 41
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 0 /* arg */
            if_icmplt 6
        end local 3 // int i
         9: .line 44
            iload 2 /* r */
            ireturn
        end local 2 // int r
        end local 1 // int[] array
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0    arg  I
            3   10     1  array  [I
            4   10     2      r  I
            5    9     3      i  I
    MethodParameters:
      Name  Flags
      arg   

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

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