public final class org.graalvm.compiler.jtt.except.BC_checkcast4 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.except.BC_checkcast4
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static java.lang.Object object2;
    descriptor: Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static java.lang.Object object3;
    descriptor: Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static java.lang.Object object4;
    descriptor: Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object2:Ljava/lang/Object;
         1: .line 36
            ldc ""
            putstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object3:Ljava/lang/Object;
         2: .line 37
            new org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            dup
            invokespecial org.graalvm.compiler.jtt.JTTTest$DummyTestClass.<init>:()V
            putstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object4:Ljava/lang/Object;
            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.except.BC_checkcast4 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.except.BC_checkcast4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/BC_checkcast4;

  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 41
            iload 0 /* arg */
            iconst_2
            if_icmpne 3
         1: .line 42
            getstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object2:Ljava/lang/Object;
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         2: .line 43
            goto 10
        end local 1 // java.lang.Object obj
      StackMap locals:
      StackMap stack:
         3: iload 0 /* arg */
            iconst_3
            if_icmpne 6
         4: .line 44
            getstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object3:Ljava/lang/Object;
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         5: .line 45
            goto 10
        end local 1 // java.lang.Object obj
      StackMap locals:
      StackMap stack:
         6: iload 0 /* arg */
            iconst_4
            if_icmpne 9
         7: .line 46
            getstatic org.graalvm.compiler.jtt.except.BC_checkcast4.object4:Ljava/lang/Object;
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         8: .line 47
            goto 10
        end local 1 // java.lang.Object obj
         9: .line 48
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
        10: .line 50
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* obj */
            checkcast org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            astore 2 /* bc */
        start local 2 // org.graalvm.compiler.jtt.JTTTest$DummyTestClass bc
        11: .line 51
            aload 2 /* bc */
            ifnull 13
        12: .line 52
            iload 0 /* arg */
            ireturn
        13: .line 54
      StackMap locals: org.graalvm.compiler.jtt.JTTTest$DummyTestClass
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // org.graalvm.compiler.jtt.JTTTest$DummyTestClass bc
        end local 1 // java.lang.Object obj
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0   arg  I
            2    3     1   obj  Ljava/lang/Object;
            5    6     1   obj  Ljava/lang/Object;
            8    9     1   obj  Ljava/lang/Object;
           10   14     1   obj  Ljava/lang/Object;
           11   14     2    bc  Lorg/graalvm/compiler/jtt/JTTTest$DummyTestClass;
    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.except.BC_checkcast4 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.except.BC_checkcast4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/BC_checkcast4;
    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.except.BC_checkcast4 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.except.BC_checkcast4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/BC_checkcast4;
    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.except.BC_checkcast4 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.except.BC_checkcast4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/BC_checkcast4;
    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.except.BC_checkcast4 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.except.BC_checkcast4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/BC_checkcast4;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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