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

  public void testExceptionPropagation(com.oracle.truffle.api.CallTarget);
    descriptor: (Lcom/oracle/truffle/api/CallTarget;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.ExceptionNFITest this
        start local 1 // com.oracle.truffle.api.CallTarget target
         0: .line 83
            aload 1 /* target */
            iconst_0
            anewarray java.lang.Object
            invokeinterface com.oracle.truffle.api.CallTarget.call:([Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 84
            return
        end local 1 // com.oracle.truffle.api.CallTarget target
        end local 0 // com.oracle.truffle.nfi.test.ExceptionNFITest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/nfi/test/ExceptionNFITest;
            0    2     1  target  Lcom/oracle/truffle/api/CallTarget;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lcom/oracle/truffle/nfi/test/ExceptionNFITest$MyException;)
    RuntimeVisibleParameterAnnotations: 
      0:
        com.oracle.truffle.tck.TruffleRunner$Inject(value = Lcom/oracle/truffle/nfi/test/ExceptionNFITest$NativeCallbackNode;)
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "ExceptionNFITest.java"
NestMembers:
  com.oracle.truffle.nfi.test.ExceptionNFITest$MyException  com.oracle.truffle.nfi.test.ExceptionNFITest$NativeCallbackNode
InnerClasses:
  MyException = com.oracle.truffle.nfi.test.ExceptionNFITest$MyException of com.oracle.truffle.nfi.test.ExceptionNFITest
  public NativeCallbackNode = com.oracle.truffle.nfi.test.ExceptionNFITest$NativeCallbackNode of com.oracle.truffle.nfi.test.ExceptionNFITest
  public abstract Inject = com.oracle.truffle.tck.TruffleRunner$Inject of com.oracle.truffle.tck.TruffleRunner
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lcom/oracle/truffle/tck/TruffleRunner;)