class com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  private boolean created;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
         0: .line 68
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$TestInstrument;

  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=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 74
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
         1: .line 75
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument.created:Z
         2: .line 76
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$TestInstrument;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    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 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEngineOptionsOptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$TestInstrument;

  protected org.graalvm.options.OptionDescriptors getContextOptionDescriptors();
    descriptor: ()Lorg/graalvm/options/OptionDescriptors;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tContextOptionsOptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$TestInstrument;
}
SourceFile: "InstrumentOptionsTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  TestInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$TestInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest