final class org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode extends org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode
  super_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode this
         0: .line 96
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$AlwaysThrowNode;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 99
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         1: .line 100
            new java.lang.RuntimeException
            dup
            ldc "Node replace successful!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$AlwaysThrowNode;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CodeInvalidationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CodeInvalidationTest
InnerClasses:
  final AlwaysThrowNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$AlwaysThrowNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest
  abstract BaseNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest