class com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$InvalidInstrument 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$InvalidInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$InvalidInstrument this
         0: .line 197
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$InvalidInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$InvalidInstrument;

  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$InvalidInstrument this
         0: .line 201
            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$InvalidInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$InvalidInstrument;

  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$InvalidInstrument this
         0: .line 206
            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$InvalidInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentOptionsTest$InvalidInstrument;
}
SourceFile: "InstrumentOptionsTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest
InnerClasses:
  InvalidInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest$InvalidInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentOptionsTest