public final class org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  public static final java.lang.String NAME_AND_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "InstrumentationCompilerTest_SavingInstrument"

  static final org.graalvm.options.OptionKey<java.lang.Boolean> EnableInstrument;
    descriptor: Lorg/graalvm/options/OptionKey;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/options/OptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.Option(name = "", category = org.graalvm.options.OptionCategory.EXPERT:Lorg/graalvm/options/OptionCategory;, help = "Enable the instrument.")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument;

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument this
         0: .line 179
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument;
    MethodParameters:
      Name  Flags
      env   

  protected org.graalvm.options.OptionDescriptors getOptionDescriptors();
    descriptor: ()Lorg/graalvm/options/OptionDescriptors;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$SavingInstrument;
}
SourceFile: "InstrumentationCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration of com.oracle.truffle.api.instrumentation.TruffleInstrument
  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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "InstrumentationCompilerTest_SavingInstrument", name = "InstrumentationCompilerTest_SavingInstrument")