final class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument this
         0: .line 433
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$OnCreateExcInstrument;

  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.InstrumentationTest$OnCreateExcInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 436
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$MyLanguageException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$MyLanguageException.<init>:()V
            athrow
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$OnCreateExcInstrument;
            0    1     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "InstrumentationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  private MyLanguageException = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$MyLanguageException of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
  private final OnCreateExcInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$OnCreateExcInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentationTest