final class org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode extends com.oracle.truffle.api.instrumentation.ExecutionEventNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tSavingInstrumentOptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument$SavingNode;

  protected void onInputValue(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.instrumentation.EventContext, int, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventContext;ILjava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
         0: .line 190
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument$SavingNode;
    MethodParameters:
              Name  Flags
      frame         
      inputContext  
      inputIndex    
      inputValue    

  protected void onReturnValue(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
         0: .line 196
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument$SavingNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
    MethodParameters:
        Name  Flags
      frame   
      result  
}
SourceFile: "InstrumentationCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
InnerClasses:
  public final SavingInstrument = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
  private final SavingNode = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument