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

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         0: .line 48
            aload 1 /* invocationPlugins */
            new org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1.<init>:(Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;)V
         1: .line 53
            ldc Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest$Exceptions;
            ldc "throwNull"
            iconst_0
            anewarray java.lang.reflect.Type
         2: .line 48
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 54
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.replacements.test.BytecodeExceptionTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
         4: .line 55
            return
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;
            0    5     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  public static void nullSnippet();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 58
            invokestatic org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$Exceptions.throwNull:()V
         1: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testNullPointerException();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest 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.replacements.test.NullBytecodeExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "NullBytecodeExceptionTest.java"
NestMembers:
  org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1  org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$Exceptions
InnerClasses:
  org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1
  private Exceptions = org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$Exceptions of org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest