public abstract class org.graalvm.compiler.replacements.test.BytecodeExceptionTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.replacements.test.BytecodeExceptionTest
  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.replacements.test.BytecodeExceptionTest this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.test.BytecodeExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/BytecodeExceptionTest;

  protected boolean throwBytecodeException(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, java.lang.Class<? extends java.lang.Throwable>, org.graalvm.compiler.nodes.ValueNode[]);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljava/lang/Class;[Lorg/graalvm/compiler/nodes/ValueNode;)Z
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.replacements.test.BytecodeExceptionTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 2 // java.lang.Class exception
        start local 3 // org.graalvm.compiler.nodes.ValueNode[] arguments
         0: .line 36
            aload 1 /* b */
            new org.graalvm.compiler.nodes.extended.BytecodeExceptionNode
            dup
            aload 1 /* b */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 2 /* exception */
            aload 3 /* arguments */
            invokespecial org.graalvm.compiler.nodes.extended.BytecodeExceptionNode.<init>:(Ljdk/vm/ci/meta/MetaAccessProvider;Ljava/lang/Class;[Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            checkcast org.graalvm.compiler.nodes.extended.BytecodeExceptionNode
            astore 4 /* exceptionNode */
        start local 4 // org.graalvm.compiler.nodes.extended.BytecodeExceptionNode exceptionNode
         1: .line 37
            aload 1 /* b */
            new org.graalvm.compiler.nodes.UnwindNode
            dup
            aload 4 /* exceptionNode */
            invokespecial org.graalvm.compiler.nodes.UnwindNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            pop
         2: .line 38
            iconst_1
            ireturn
        end local 4 // org.graalvm.compiler.nodes.extended.BytecodeExceptionNode exceptionNode
        end local 3 // org.graalvm.compiler.nodes.ValueNode[] arguments
        end local 2 // java.lang.Class exception
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        end local 0 // org.graalvm.compiler.replacements.test.BytecodeExceptionTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/graalvm/compiler/replacements/test/BytecodeExceptionTest;
            0    3     1              b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    3     2      exception  Ljava/lang/Class<+Ljava/lang/Throwable;>;
            0    3     3      arguments  [Lorg/graalvm/compiler/nodes/ValueNode;
            1    3     4  exceptionNode  Lorg/graalvm/compiler/nodes/extended/BytecodeExceptionNode;
    Signature: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljava/lang/Class<+Ljava/lang/Throwable;>;[Lorg/graalvm/compiler/nodes/ValueNode;)Z
    MethodParameters:
           Name  Flags
      b          
      exception  
      arguments  

  protected abstract void registerPlugin(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      plugins  

  protected org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration editGraphBuilderConfiguration(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.BytecodeExceptionTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration conf
         0: .line 45
            aload 0 /* this */
            aload 1 /* conf */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.editGraphBuilderConfiguration:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            astore 2 /* ret */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration ret
         1: .line 46
            aload 0 /* this */
            aload 2 /* ret */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.getPlugins:()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.getInvocationPlugins:()Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            invokevirtual org.graalvm.compiler.replacements.test.BytecodeExceptionTest.registerPlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
         2: .line 47
            aload 2 /* ret */
            areturn
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration ret
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration conf
        end local 0 // org.graalvm.compiler.replacements.test.BytecodeExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/replacements/test/BytecodeExceptionTest;
            0    3     1  conf  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            1    3     2   ret  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
    MethodParameters:
      Name  Flags
      conf  
}
SourceFile: "BytecodeExceptionTest.java"
InnerClasses:
  public Plugins = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration