class com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1 extends com.oracle.truffle.api.instrumentation.ExecutionEventNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1
  super_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
{
  final com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6 this$1;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$6;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$6;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1 this
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1.this$1:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$6;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.ExecutionEventNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$6$1;
    MethodParameters:
        Name  Flags
      this$0  final

  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=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        start local 3 // int inputIndex
        start local 4 // java.lang.Object inputValue
         0: .line 222
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 4 // java.lang.Object inputValue
        end local 3 // int inputIndex
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest$6$1;
            0    1     1         frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  inputContext  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     3    inputIndex  I
            0    1     4    inputValue  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      frame         
      inputContext  
      inputIndex    
      inputValue    
}
SourceFile: "InstrumentationNoExceptionsTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6.create:(Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
InnerClasses:
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1
  private MyInstrumentException = com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException of com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest