public class org.graalvm.compiler.jtt.except.Catch_Unresolved01 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.except.Catch_Unresolved01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public static boolean executed;
    descriptor: Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int arg
         0: .line 38
            iconst_0
            putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.executed:Z
         1: .line 40
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.helper1:(I)V
         2: .line 41
            goto 7
      StackMap locals:
      StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
         3: pop
         4: .line 42
            iconst_1
            ireturn
         5: .line 43
      StackMap locals:
      StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
            pop
         6: .line 44
            iconst_2
            ireturn
         7: .line 46
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   arg  I
      Exception table:
        from    to  target  type
           1     2       3  Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
           1     2       5  Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
    MethodParameters:
      Name  Flags
      arg   

  private static void helper1(int);
    descriptor: (I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int arg
         0: .line 50
            getstatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.executed:Z
            ifeq 2
         1: .line 51
            new java.lang.IllegalStateException
            dup
            ldc "helper1 may only be called once"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 53
      StackMap locals:
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.executed:Z
         3: .line 54
            iload 0 /* arg */
            iconst_1
            if_icmpne 5
         4: .line 55
            new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
            dup
            invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3.<init>:()V
            athrow
         5: .line 56
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 7
         6: .line 57
            new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
            dup
            invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4.<init>:()V
            athrow
         7: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   arg  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.except.Catch_Unresolved01 this
         0: .line 61
            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.Catch_Unresolved01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved01;
    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.Catch_Unresolved01 this
         0: .line 66
            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.Catch_Unresolved01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved01;
    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.Catch_Unresolved01 this
         0: .line 71
            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.Catch_Unresolved01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Catch_Unresolved01.java"