public class org.graalvm.compiler.jtt.except.Catch_Unresolved 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_Unresolved
  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_Unresolved 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_Unresolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved;

  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_Unresolved.executed:Z
         1: .line 40
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved.helper1:(I)V
         2: .line 41
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved.helper2:(I)V
         3: .line 42
            goto 8
      StackMap locals:
      StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
         4: pop
         5: .line 43
            iconst_1
            ireturn
         6: .line 44
      StackMap locals:
      StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
            pop
         7: .line 45
            iconst_2
            ireturn
         8: .line 47
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0   arg  I
      Exception table:
        from    to  target  type
           1     3       4  Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
           1     3       6  Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
    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 51
            getstatic org.graalvm.compiler.jtt.except.Catch_Unresolved.executed:Z
            ifeq 2
         1: .line 52
            new java.lang.IllegalStateException
            dup
            ldc "helper1 may only be called once"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 54
      StackMap locals:
      StackMap stack:
            iconst_1
            putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved.executed:Z
         3: .line 55
            iload 0 /* arg */
            iconst_1
            if_icmpne 5
         4: .line 56
            new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
            dup
            invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1.<init>:()V
            athrow
         5: .line 57
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 7
         6: .line 58
            new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
            dup
            invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2.<init>:()V
            athrow
         7: .line 60
      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   

  private static void helper2(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 63
            iload 0 /* arg */
            ifeq 2
         1: .line 64
            new java.lang.IllegalStateException
            dup
            ldc "helper2 can only be called if arg==0"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     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_Unresolved this
         0: .line 68
            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_Unresolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved;
    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_Unresolved this
         0: .line 73
            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_Unresolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved;
    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_Unresolved 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.except.Catch_Unresolved this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Catch_Unresolved;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Catch_Unresolved.java"