public class com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest extends com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  super_class: com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest
{
  static final java.lang.String OTHER_LANGUAGE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "InstrumentationExceptionTest_OtherLanguage"

  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.InternalErrorPropagationTest this
         0: .line 59
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;

  public void testInstrumentCreateException();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest this
         0: .line 84
            new com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.<init>:()V
            astore 1 /* listener */
        start local 1 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener listener
         1: .line 85
            new com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument
            dup
            aload 1 /* listener */
            invokespecial com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;)V
            astore 2 /* instrument */
        start local 2 // com.oracle.truffle.api.test.polyglot.ProxyInstrument instrument
         2: .line 86
            new com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;)V
            astore 3 /* triggerFailure */
        start local 3 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener triggerFailure
         3: .line 88
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
         4: .line 91
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
         5: .line 92
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
         6: .line 93
            invokestatic org.junit.Assert.fail:()V
         7: .line 94
            goto 10
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener com.oracle.truffle.api.test.polyglot.ProxyInstrument com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener
      StackMap stack: org.graalvm.polyglot.PolyglotException
         8: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
         9: .line 95
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        10: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        11: .line 100
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        12: .line 101
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
        13: .line 102
            invokestatic org.junit.Assert.fail:()V
        14: .line 103
            goto 17
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        15: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
        16: .line 104
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        17: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextCreated:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        18: .line 109
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextInitialized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        19: .line 110
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
        20: .line 111
            invokestatic org.junit.Assert.fail:()V
        21: .line 112
            goto 24
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        22: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
        23: .line 113
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        24: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextInitialized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        25: .line 117
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
        26: .line 119
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextFinalized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        27: .line 120
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        28: .line 121
            invokestatic org.junit.Assert.fail:()V
        29: .line 122
            goto 34
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        30: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
        31: .line 123
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        32: .line 124
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextFinalized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        33: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        34: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextFinalized:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        35: .line 129
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
        36: .line 131
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextDisposed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        37: .line 132
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        38: .line 133
            invokestatic org.junit.Assert.fail:()V
        39: .line 134
            goto 44
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        40: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
        41: .line 135
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        42: .line 136
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextDisposed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        43: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        44: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onLanguageContextDisposed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        45: .line 141
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "proxyLanguage"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            aload 2 /* instrument */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)V
        46: .line 143
            aload 1 /* listener */
            aload 3 /* triggerFailure */
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextClosed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        47: .line 144
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        48: .line 145
            invokestatic org.junit.Assert.fail:()V
        49: .line 146
            goto 54
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
        50: astore 4 /* e */
        start local 4 // org.graalvm.polyglot.PolyglotException e
        51: .line 147
            aload 4 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        52: .line 148
            aload 1 /* listener */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener.onContextClosed:Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
        53: .line 149
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 4 // org.graalvm.polyglot.PolyglotException e
        54: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener triggerFailure
        end local 2 // com.oracle.truffle.api.test.polyglot.ProxyInstrument instrument
        end local 1 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener listener
        end local 0 // com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   55     0            this  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;
            1   55     1        listener  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestContextListener;
            2   55     2      instrument  Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;
            3   55     3  triggerFailure  Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest$TestEventListener;
            9   10     4               e  Lorg/graalvm/polyglot/PolyglotException;
           16   17     4               e  Lorg/graalvm/polyglot/PolyglotException;
           23   24     4               e  Lorg/graalvm/polyglot/PolyglotException;
           31   34     4               e  Lorg/graalvm/polyglot/PolyglotException;
           41   44     4               e  Lorg/graalvm/polyglot/PolyglotException;
           51   54     4               e  Lorg/graalvm/polyglot/PolyglotException;
      Exception table:
        from    to  target  type
           4     7       8  Class org.graalvm.polyglot.PolyglotException
          10    14      15  Class org.graalvm.polyglot.PolyglotException
          17    21      22  Class org.graalvm.polyglot.PolyglotException
          26    29      30  Class org.graalvm.polyglot.PolyglotException
          36    39      40  Class org.graalvm.polyglot.PolyglotException
          46    49      50  Class org.graalvm.polyglot.PolyglotException
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void triggerParseFailure(com.oracle.truffle.api.TruffleLanguage$Env, com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.TruffleLanguage$Env env
        start local 1 // com.oracle.truffle.api.TruffleContext c
         0: .line 155
            aload 1 /* c */
            aconst_null
            invokevirtual com.oracle.truffle.api.TruffleContext.enter:(Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object;
            astore 2 /* prev */
        start local 2 // java.lang.Object prev
         1: .line 157
            aload 0 /* env */
            ldc "InstrumentationExceptionTest_OtherLanguage"
            ldc ""
            ldc ""
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.parsePublic:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            pop
         2: .line 158
            goto 6
      StackMap locals: com.oracle.truffle.api.TruffleLanguage$Env com.oracle.truffle.api.TruffleContext java.lang.Object
      StackMap stack: java.lang.Throwable
         3: astore 3
         4: .line 159
            aload 1 /* c */
            aconst_null
            aload 2 /* prev */
            invokevirtual com.oracle.truffle.api.TruffleContext.leave:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Object;)V
         5: .line 160
            aload 3
            athrow
         6: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            aconst_null
            aload 2 /* prev */
            invokevirtual com.oracle.truffle.api.TruffleContext.leave:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Object;)V
         7: .line 161
            return
        end local 2 // java.lang.Object prev
        end local 1 // com.oracle.truffle.api.TruffleContext c
        end local 0 // com.oracle.truffle.api.TruffleLanguage$Env env
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   env  Lcom/oracle/truffle/api/TruffleLanguage$Env;
            0    8     1     c  Lcom/oracle/truffle/api/TruffleContext;
            1    8     2  prev  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
      Name  Flags
      env   
      c     

  static com.oracle.truffle.api.TruffleLanguage$Env access$0(com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InternalErrorPropagationTest;)Lcom/oracle/truffle/api/TruffleLanguage$Env;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 59
            aload 0
            getfield com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest.languageEnv:Lcom/oracle/truffle/api/TruffleLanguage$Env;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InternalErrorPropagationTest.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$OtherLanguage  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener  com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public OtherLanguage = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$OtherLanguage of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  TestContextListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestContextListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  final TestEventListener = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestEventListener of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  public TestProxyInstrument = com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest$TestProxyInstrument of com.oracle.truffle.api.instrumentation.test.InternalErrorPropagationTest
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source