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

  public static int test(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // java.lang.String a
        start local 1 // java.lang.String b
         0: .line 36
            iconst_0
            istore 2 /* x */
        start local 2 // int x
         1: .line 38
            iconst_1
            istore 2 /* x */
         2: .line 39
            aload 0 /* a */
            invokevirtual java.lang.String.toString:()Ljava/lang/String;
            pop
         3: .line 40
            iconst_2
            istore 2 /* x */
         4: .line 41
            aload 1 /* b */
            invokevirtual java.lang.String.toString:()Ljava/lang/String;
            pop
         5: .line 42
            goto 8
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack: java.lang.NullPointerException
         6: pop
         7: .line 43
            iload 2 /* x */
            ireturn
         8: .line 45
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // int x
        end local 1 // java.lang.String b
        end local 0 // java.lang.String a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  Ljava/lang/String;
            0    9     1     b  Ljava/lang/String;
            1    9     2     x  I
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.NullPointerException
    MethodParameters:
      Name  Flags
      a     
      b     

  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.Except_Locals this
         0: .line 48
            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.Except_Locals this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Except_Locals;
    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.Except_Locals this
         0: .line 53
            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.Except_Locals this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Except_Locals;
    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.Except_Locals this
         0: .line 58
            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.Except_Locals this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/except/Except_Locals;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Except_Locals.java"