public class com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest extends com.oracle.truffle.api.instrumentation.test.AbstractInstrumentationTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
  super_class: com.oracle.truffle.api.instrumentation.test.AbstractInstrumentationTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 67
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.AbstractInstrumentationTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 72
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
            ldc "engine.InstrumentExceptionsAreThrown"
            ldc "false"
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.out:Ljava/io/ByteArrayOutputStream;
            invokevirtual org.graalvm.polyglot.Context$Builder.out:(Ljava/io/OutputStream;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.err:Ljava/io/ByteArrayOutputStream;
            invokevirtual org.graalvm.polyglot.Context$Builder.err:(Ljava/io/OutputStream;)Lorg/graalvm/polyglot/Context$Builder;
            astore 1 /* builder */
        start local 1 // org.graalvm.polyglot.Context$Builder builder
         1: .line 73
            aload 0 /* this */
            aload 1 /* builder */
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.<init>:()V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
         2: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.getEngine:()Lorg/graalvm/polyglot/Engine;
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.engine:Lorg/graalvm/polyglot/Engine;
         3: .line 75
            return
        end local 1 // org.graalvm.polyglot.Context$Builder builder
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1    4     1  builder  Lorg/graalvm/polyglot/Context$Builder;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void testInstrumentExceptionOnEnter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 79
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 1 /* returnedValue */
        start local 1 // java.util.concurrent.atomic.AtomicInteger returnedValue
         1: .line 80
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 2 /* returnedExceptional */
        start local 2 // java.util.concurrent.atomic.AtomicInteger returnedExceptional
         2: .line 81
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.instrumentEnv:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$1
            dup
            aload 0 /* this */
            aload 1 /* returnedValue */
            aload 2 /* returnedExceptional */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/util/concurrent/atomic/AtomicInteger;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 98
            aload 0 /* this */
            ldc "ROOT(EXPRESSION)"
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.run:(Ljava/lang/String;)Ljava/lang/String;
            pop
         4: .line 99
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.getErr:()Ljava/lang/String;
            astore 3 /* errOut */
        start local 3 // java.lang.String errOut
         5: .line 100
            aload 3 /* errOut */
            aload 3 /* errOut */
            ldc "MyInstrumentException"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         6: .line 101
            lconst_1
            aload 1 /* returnedValue */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         7: .line 102
            lconst_0
            aload 2 /* returnedExceptional */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         8: .line 103
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitOK:(I)V
         9: .line 104
            return
        end local 3 // java.lang.String errOut
        end local 2 // java.util.concurrent.atomic.AtomicInteger returnedExceptional
        end local 1 // java.util.concurrent.atomic.AtomicInteger returnedValue
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1   10     1        returnedValue  Ljava/util/concurrent/atomic/AtomicInteger;
            2   10     2  returnedExceptional  Ljava/util/concurrent/atomic/AtomicInteger;
            5   10     3               errOut  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testInstrumentExceptionOnReturn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 108
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 1 /* entered */
        start local 1 // java.util.concurrent.atomic.AtomicInteger entered
         1: .line 109
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 2 /* returnedExceptional */
        start local 2 // java.util.concurrent.atomic.AtomicInteger returnedExceptional
         2: .line 110
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.instrumentEnv:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$2
            dup
            aload 0 /* this */
            aload 1 /* entered */
            aload 2 /* returnedExceptional */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$2.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/util/concurrent/atomic/AtomicInteger;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 127
            aload 0 /* this */
            ldc "ROOT(EXPRESSION)"
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.run:(Ljava/lang/String;)Ljava/lang/String;
            pop
         4: .line 128
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.getErr:()Ljava/lang/String;
            astore 3 /* errOut */
        start local 3 // java.lang.String errOut
         5: .line 129
            aload 3 /* errOut */
            aload 3 /* errOut */
            ldc "MyInstrumentException"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         6: .line 130
            lconst_1
            aload 1 /* entered */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         7: .line 131
            lconst_0
            aload 2 /* returnedExceptional */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         8: .line 132
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitOK:(I)V
         9: .line 133
            return
        end local 3 // java.lang.String errOut
        end local 2 // java.util.concurrent.atomic.AtomicInteger returnedExceptional
        end local 1 // java.util.concurrent.atomic.AtomicInteger entered
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1   10     1              entered  Ljava/util/concurrent/atomic/AtomicInteger;
            2   10     2  returnedExceptional  Ljava/util/concurrent/atomic/AtomicInteger;
            5   10     3               errOut  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testInstrumentExceptionOnReturnExceptional();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 137
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 1 /* entered */
        start local 1 // java.util.concurrent.atomic.AtomicInteger entered
         1: .line 138
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 2 /* returnedValue */
        start local 2 // java.util.concurrent.atomic.AtomicInteger returnedValue
         2: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.instrumentEnv:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$3
            dup
            aload 0 /* this */
            aload 1 /* entered */
            aload 2 /* returnedValue */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$3.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/util/concurrent/atomic/AtomicInteger;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 157
            aload 0 /* this */
            ldc "ROOT(EXPRESSION(THROW(test, test)))"
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.run:(Ljava/lang/String;)Ljava/lang/String;
            pop
         4: .line 158
            invokestatic org.junit.Assert.fail:()V
         5: .line 159
            goto 8
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest java.util.concurrent.atomic.AtomicInteger java.util.concurrent.atomic.AtomicInteger
      StackMap stack: org.graalvm.polyglot.PolyglotException
         6: astore 3 /* ex */
        start local 3 // org.graalvm.polyglot.PolyglotException ex
         7: .line 160
            ldc "test"
            aload 3 /* ex */
            invokevirtual org.graalvm.polyglot.PolyglotException.getMessage:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 3 // org.graalvm.polyglot.PolyglotException ex
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.getErr:()Ljava/lang/String;
            astore 3 /* errOut */
        start local 3 // java.lang.String errOut
         9: .line 163
            aload 3 /* errOut */
            aload 3 /* errOut */
            ldc "MyInstrumentException"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
        10: .line 164
            lconst_1
            aload 1 /* entered */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        11: .line 165
            lconst_0
            aload 2 /* returnedValue */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        12: .line 166
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitErr:(I)V
        13: .line 167
            return
        end local 3 // java.lang.String errOut
        end local 2 // java.util.concurrent.atomic.AtomicInteger returnedValue
        end local 1 // java.util.concurrent.atomic.AtomicInteger entered
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1   14     1        entered  Ljava/util/concurrent/atomic/AtomicInteger;
            2   14     2  returnedValue  Ljava/util/concurrent/atomic/AtomicInteger;
            7    8     3             ex  Lorg/graalvm/polyglot/PolyglotException;
            9   14     3         errOut  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     5       6  Class org.graalvm.polyglot.PolyglotException
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testInstrumentExceptionOnUnwind();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 171
            aload 0 /* this */
            ldc "ROOT(STATEMENT(EXPRESSION))"
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$0(Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
         1: .line 197
            iconst_0
         2: .line 171
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/lang/String;Ljava/util/function/Consumer;Z)V
         3: .line 198
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInFactoryCreate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 202
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$1(Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         1: .line 210
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testInstrumentExceptionOnInputValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 214
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            astore 1 /* filter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
         1: .line 215
            aload 0 /* this */
            ldc "ROOT(EXPRESSION(EXPRESSION))"
            aload 0 /* this */
            aload 1 /* filter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$2(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
         2: .line 227
            iconst_0
         3: .line 215
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/lang/String;Ljava/util/function/Consumer;Z)V
         4: .line 228
            iconst_2
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitOK:(I)V
         5: .line 229
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1    6     1  filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testInstrumentExceptionOnInputValueFilter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 233
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            astore 1 /* filter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
         1: .line 234
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokedynamic test()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$3(Lcom/oracle/truffle/api/source/Source;)Z (6)
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  4
                  1
                  (Ljava/lang/Object;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.sourceIs:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
         2: .line 236
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         3: .line 234
            astore 2 /* buggySourceSectionFilter */
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
         4: .line 237
            aload 0 /* this */
            ldc "ROOT(EXPRESSION(EXPRESSION))"
            aload 0 /* this */
            aload 1 /* filter */
            aload 2 /* buggySourceSectionFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$4(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
         5: .line 243
            iconst_0
         6: .line 237
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/lang/String;Ljava/util/function/Consumer;Z)V
         7: .line 244
            iconst_2
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitOK:(I)V
         8: .line 245
            return
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    9     0                      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            1    9     1                    filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            4    9     2  buggySourceSectionFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInLoadSource();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 249
            aload 0 /* this */
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$5(Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         1: .line 252
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInExecuteSource();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 256
            aload 0 /* this */
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$7(Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         1: .line 259
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInLoadSourceFilterPredicate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 263
            invokestatic com.oracle.truffle.api.instrumentation.SourceFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceFilter$Builder;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$9(Lcom/oracle/truffle/api/source/Source;)Z (6)
                  (Lcom/oracle/truffle/api/source/Source;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceFilter$Builder.sourceIs:(Ljava/util/function/Predicate;)Lcom/oracle/truffle/api/instrumentation/SourceFilter$Builder;
         1: .line 265
            invokevirtual com.oracle.truffle.api.instrumentation.SourceFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceFilter;
         2: .line 263
            astore 1 /* buggySourceFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceFilter buggySourceFilter
         3: .line 266
            aload 0 /* this */
            aload 1 /* buggySourceFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/SourceFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$10(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 268
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceFilter buggySourceFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceFilter  Lcom/oracle/truffle/api/instrumentation/SourceFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInExecuteSourceFilterPredicate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 272
            invokestatic com.oracle.truffle.api.instrumentation.SourceFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceFilter$Builder;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$12(Lcom/oracle/truffle/api/source/Source;)Z (6)
                  (Lcom/oracle/truffle/api/source/Source;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceFilter$Builder.sourceIs:(Ljava/util/function/Predicate;)Lcom/oracle/truffle/api/instrumentation/SourceFilter$Builder;
         1: .line 274
            invokevirtual com.oracle.truffle.api.instrumentation.SourceFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceFilter;
         2: .line 272
            astore 1 /* buggySourceFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceFilter buggySourceFilter
         3: .line 275
            aload 0 /* this */
            aload 1 /* buggySourceFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/SourceFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$13(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 277
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceFilter buggySourceFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceFilter  Lcom/oracle/truffle/api/instrumentation/SourceFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInLoadSourceSectionFilterPredicate1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 281
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokedynamic test()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$15(Lcom/oracle/truffle/api/source/Source;)Z (6)
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  4
                  1
                  (Ljava/lang/Object;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.sourceIs:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
         1: .line 283
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 281
            astore 1 /* buggySourceSectionFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
         3: .line 284
            aload 0 /* this */
            aload 1 /* buggySourceSectionFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$16(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 286
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceSectionFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInLoadSourceSectionFilterPredicate2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 290
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$18(Ljava/lang/String;)Z (6)
                  (Ljava/lang/String;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.rootNameIs:(Ljava/util/function/Predicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
         1: .line 292
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 290
            astore 1 /* buggySourceSectionFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
         3: .line 293
            aload 0 /* this */
            aload 1 /* buggySourceSectionFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$19(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 295
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceSectionFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInExecutionEventSectionFilterPredicate1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 299
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokedynamic test()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$21(Lcom/oracle/truffle/api/source/Source;)Z (6)
                  (Lcom/oracle/truffle/api/source/Source;)Z
                  4
                  1
                  (Ljava/lang/Object;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.sourceIs:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$SourcePredicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
         1: .line 301
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 299
            astore 1 /* buggySourceSectionFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
         3: .line 302
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* buggySourceSectionFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$22(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 315
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceSectionFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testExceptionInExecutionEventSectionFilterPredicate2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
         0: .line 319
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$23(Ljava/lang/String;)Z (6)
                  (Ljava/lang/String;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.rootNameIs:(Ljava/util/function/Predicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
         1: .line 321
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 319
            astore 1 /* buggySourceSectionFilter */
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
         3: .line 322
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* buggySourceSectionFilter */
            invokedynamic accept(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$24(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/util/function/Consumer;)V
         4: .line 335
            return
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter buggySourceSectionFilter
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            3    5     1  buggySourceSectionFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void testExceptionInInstrument(java.util.function.Consumer<com.oracle.truffle.api.instrumentation.Instrumenter>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 1 // java.util.function.Consumer attachInstrumentation
         0: .line 338
            aload 0 /* this */
            ldc "ROOT(EXPRESSION)"
            aload 1 /* attachInstrumentation */
            iconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.testExceptionInInstrument:(Ljava/lang/String;Ljava/util/function/Consumer;Z)V
         1: .line 339
            return
        end local 1 // java.util.function.Consumer attachInstrumentation
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    2     1  attachInstrumentation  Ljava/util/function/Consumer<Lcom/oracle/truffle/api/instrumentation/Instrumenter;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/util/function/Consumer<Lcom/oracle/truffle/api/instrumentation/Instrumenter;>;)V
    MethodParameters:
                       Name  Flags
      attachInstrumentation  

  private void testExceptionInInstrument(java.lang.String, java.util.function.Consumer<com.oracle.truffle.api.instrumentation.Instrumenter>, );
    descriptor: (Ljava/lang/String;Ljava/util/function/Consumer;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 1 // java.lang.String code
        start local 2 // java.util.function.Consumer attachInstrumentation
        start local 3 // boolean assertDecentInstrument
         0: .line 342
            aload 2 /* attachInstrumentation */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.instrumentEnv:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 343
            aload 0 /* this */
            aload 1 /* code */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.run:(Ljava/lang/String;)Ljava/lang/String;
            pop
         2: .line 344
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest.getErr:()Ljava/lang/String;
            astore 4 /* errOut */
        start local 4 // java.lang.String errOut
         3: .line 345
            aload 4 /* errOut */
            aload 4 /* errOut */
            ldc "MyInstrumentException"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         4: .line 346
            iload 3 /* assertDecentInstrument */
            ifeq 6
         5: .line 347
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument.assertHitOK:(I)V
         6: .line 349
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 4 // java.lang.String errOut
        end local 3 // boolean assertDecentInstrument
        end local 2 // java.util.function.Consumer attachInstrumentation
        end local 1 // java.lang.String code
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    7     1                    code  Ljava/lang/String;
            0    7     2   attachInstrumentation  Ljava/util/function/Consumer<Lcom/oracle/truffle/api/instrumentation/Instrumenter;>;
            0    7     3  assertDecentInstrument  Z
            3    7     4                  errOut  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/String;Ljava/util/function/Consumer<Lcom/oracle/truffle/api/instrumentation/Instrumenter;>;Z)V
    MethodParameters:
                        Name  Flags
      code                    
      attachInstrumentation   
      assertDecentInstrument  

  private void lambda$0(com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 171
            aload 1 /* ins */
         1: .line 172
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 173
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$4
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$4.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
         3: .line 171
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 197
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    5     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private void lambda$1(com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 202
            aload 1 /* ins */
         1: .line 203
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 204
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$5
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$5.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
         3: .line 202
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventFactory:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         4: .line 209
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    5     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private void lambda$2(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 215
            aload 2 /* ins */
            aload 1
            aload 1
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventFactory:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         1: .line 227
            return
        end local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    2     2   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$3(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source s
         0: .line 235
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.source.Source s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/source/Source;

  private void lambda$4(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 3 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 237
            aload 3 /* ins */
            aload 1
            aload 2
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$7
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$7.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventFactory:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         1: .line 243
            return
        end local 3 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    2     3   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static void lambda$5(com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 249
            aload 0 /* ins */
            getstatic com.oracle.truffle.api.instrumentation.SourceFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceFilter;
            invokedynamic onLoad()Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$6(Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
         1: .line 251
            iconst_1
         2: .line 249
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceListener:(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 251
            return
        end local 0 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static void lambda$7(com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 256
            aload 0 /* ins */
            getstatic com.oracle.truffle.api.instrumentation.SourceFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceFilter;
            invokedynamic onExecute()Lcom/oracle/truffle/api/instrumentation/ExecuteSourceListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$8(Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
         1: .line 258
            iconst_1
         2: .line 256
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecuteSourceListener:(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/ExecuteSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 258
            return
        end local 0 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$9(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source s
         0: .line 264
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.source.Source s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/source/Source;

  private static void lambda$10(com.oracle.truffle.api.instrumentation.SourceFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 266
            aload 1 /* ins */
            aload 0
            invokedynamic onLoad()Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$11(Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
         1: .line 267
            iconst_1
         2: .line 266
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceListener:(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 267
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$12(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source s
         0: .line 273
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.source.Source s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/source/Source;

  private static void lambda$13(com.oracle.truffle.api.instrumentation.SourceFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 275
            aload 1 /* ins */
            aload 0
            invokedynamic onExecute()Lcom/oracle/truffle/api/instrumentation/ExecuteSourceListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$14(Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
         1: .line 276
            iconst_1
         2: .line 275
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecuteSourceListener:(Lcom/oracle/truffle/api/instrumentation/SourceFilter;Lcom/oracle/truffle/api/instrumentation/ExecuteSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 276
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$15(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source s
         0: .line 282
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.source.Source s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/source/Source;

  private static void lambda$16(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 284
            aload 1 /* ins */
            aload 0
            invokedynamic onLoad()Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$17(Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
         1: .line 285
            iconst_1
         2: .line 284
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 285
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$18(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 291
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/lang/String;

  private static void lambda$19(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 293
            aload 1 /* ins */
            aload 0
            invokedynamic onLoad()Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
                  com/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest.lambda$20(Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V (6)
                  (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
         1: .line 294
            iconst_1
         2: .line 293
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         3: .line 294
            return
        end local 1 // com.oracle.truffle.api.instrumentation.Instrumenter ins
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$21(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source s
         0: .line 300
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.source.Source s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/source/Source;

  private void lambda$22(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 302
            aload 2 /* ins */
            aload 1
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$8
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$8.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         1: .line 314
            return
        end local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    2     2   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static boolean lambda$23(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 320
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/lang/String;

  private void lambda$24(com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.Instrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/Instrumenter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
        start local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
         0: .line 322
            aload 2 /* ins */
            aload 1
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$9
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$9.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         1: .line 334
            return
        end local 2 // com.oracle.truffle.api.instrumentation.Instrumenter ins
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationNoExceptionsTest;
            0    2     2   ins  Lcom/oracle/truffle/api/instrumentation/Instrumenter;

  private static void lambda$6(com.oracle.truffle.api.instrumentation.LoadSourceEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent s
         0: .line 250
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;

  private static void lambda$8(com.oracle.truffle.api.instrumentation.ExecuteSourceEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ExecuteSourceEvent s
         0: .line 257
            new com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.ExecuteSourceEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;

  private static void lambda$11(com.oracle.truffle.api.instrumentation.LoadSourceEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent s
         0: .line 267
            return
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;

  private static void lambda$14(com.oracle.truffle.api.instrumentation.ExecuteSourceEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ExecuteSourceEvent s
         0: .line 276
            return
        end local 0 // com.oracle.truffle.api.instrumentation.ExecuteSourceEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;

  private static void lambda$17(com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent s
         0: .line 285
            return
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;

  private static void lambda$20(com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent s
         0: .line 294
            return
        end local 0 // com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;
}
SourceFile: "InstrumentationNoExceptionsTest.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$1  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$10  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$11  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$12  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$12$1  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$13  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$14  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$14$1  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$15  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$2  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$3  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$4  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$5  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6$1  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$7  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$7$1  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$8  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$9  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument$1
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceFilter$Builder of com.oracle.truffle.api.instrumentation.SourceFilter
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public abstract SourcePredicate = com.oracle.truffle.api.instrumentation.SourceSectionFilter$SourcePredicate of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$1
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$2
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$3
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$4
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$5
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$6
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$7
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$8
  com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$9
  private MyInstrumentException = com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$MyInstrumentException of com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
  public TestDecentInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest$TestDecentInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentationNoExceptionsTest
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context