public class org.graalvm.compiler.nodes.test.ExceptionLivenessTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.test.ExceptionLivenessTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.ExceptionLivenessTest this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.nodes.test.ExceptionLivenessTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/test/ExceptionLivenessTest;

  public void testNewarray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.ExceptionLivenessTest this
         0: .line 35
            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.nodes.test.ExceptionLivenessTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/test/ExceptionLivenessTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int[] newarraySnippet();
    descriptor: ()[I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 42
            iconst_4
            newarray 10
            astore 0 /* array */
        start local 0 // int[] array
         1: .line 44
            invokestatic org.graalvm.compiler.nodes.test.ExceptionLivenessTest.dummy:()V
         2: .line 46
            bipush -10
            newarray 10
            astore 0 /* array */
         3: .line 47
            goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NegativeArraySizeException
         4: pop
         5: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* array */
            areturn
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    6     0  array  [I
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NegativeArraySizeException

  static void dummy();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline()
}
SourceFile: "ExceptionLivenessTest.java"
InnerClasses:
  public abstract BytecodeParserNeverInline = org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline of org.graalvm.compiler.core.test.GraalCompilerTest