public class org.graalvm.compiler.jtt.bytecode.BC_checkcast02 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.bytecode.BC_checkcast02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static java.lang.Object[] o1;
    descriptor: [Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static java.lang.String[] o2;
    descriptor: [Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static org.graalvm.compiler.jtt.bytecode.BC_checkcast02$TestClass[] o3;
    descriptor: [Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02$TestClass;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 38
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            aastore
            putstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o1:[Ljava/lang/Object;
         1: .line 39
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc ""
            aastore
            putstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o2:[Ljava/lang/String;
         2: .line 40
            iconst_1
            anewarray org.graalvm.compiler.jtt.bytecode.BC_checkcast02$TestClass
            dup
            iconst_0
            new org.graalvm.compiler.jtt.bytecode.BC_checkcast02$TestClass
            dup
            invokespecial org.graalvm.compiler.jtt.bytecode.BC_checkcast02$TestClass.<init>:()V
            aastore
            putstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o3:[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02$TestClass;
            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.bytecode.BC_checkcast02 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.bytecode.BC_checkcast02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int arg
         0: .line 43
            aconst_null
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         1: .line 44
            iload 0 /* arg */
            ifne 3
         2: .line 45
            getstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o1:[Ljava/lang/Object;
            astore 1 /* obj */
         3: .line 47
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 0 /* arg */
            iconst_1
            if_icmpne 5
         4: .line 48
            getstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o2:[Ljava/lang/String;
            astore 1 /* obj */
         5: .line 50
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 7
         6: .line 51
            getstatic org.graalvm.compiler.jtt.bytecode.BC_checkcast02.o3:[Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02$TestClass;
            astore 1 /* obj */
         7: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast java.lang.Object[]
            astore 2 /* r */
        start local 2 // java.lang.Object[] r
         8: .line 54
            aload 2 /* r */
            ifnonnull 9
            iconst_m1
            goto 10
      StackMap locals: java.lang.Object[]
      StackMap stack:
         9: iconst_m1
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 2 // java.lang.Object[] r
        end local 1 // java.lang.Object obj
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0   arg  I
            1   11     1   obj  Ljava/lang/Object;
            8   11     2     r  [Ljava/lang/Object;
    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.bytecode.BC_checkcast02 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.bytecode.BC_checkcast02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02;
    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.bytecode.BC_checkcast02 this
         0: .line 62
            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.bytecode.BC_checkcast02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02;
    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.bytecode.BC_checkcast02 this
         0: .line 67
            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.bytecode.BC_checkcast02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_checkcast02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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