class com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2 extends com.oracle.truffle.api.test.polyglot.ProxyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  final com.oracle.truffle.api.test.LegacyTruffleExceptionTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected com.oracle.truffle.api.CallTarget parse(com.oracle.truffle.api.TruffleLanguage$ParsingRequest);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2 this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
         0: .line 98
            ldc Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2.languageInstance:Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            invokedynamic apply()Lcom/oracle/truffle/api/test/TruffleExceptionTest$ExceptionFactory;
              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/nodes/Node;)Ljava/lang/Object;
                  com/oracle/truffle/api/test/LegacyTruffleExceptionTest$2.lambda$0(Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object; (6)
                  (Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object;
         1: .line 103
            iconst_1
         2: .line 98
            invokestatic com.oracle.truffle.api.test.TruffleExceptionTest.createAST:(Ljava/lang/Class;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/test/TruffleExceptionTest$ExceptionFactory;Z)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$ParsingRequest request
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$2;
            0    3     1  request  Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      request  

  private static java.lang.Object lambda$0(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.nodes.Node n
         0: .line 99
            new com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException
            dup
            ldc "Test exception"
            aload 0 /* n */
            invokespecial com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.<init>:(Ljava/lang/String;Lcom/oracle/truffle/api/nodes/Node;)V
            astore 1 /* exception */
        start local 1 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException exception
         1: .line 100
            new com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject
            dup
            aload 1 /* exception */
            invokespecial com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.<init>:(Ljava/lang/Throwable;)V
            astore 2 /* exceptionObject */
        start local 2 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject exceptionObject
         2: .line 101
            aload 1 /* exception */
            aload 2 /* exceptionObject */
            invokevirtual com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.setExceptionObject:(Ljava/lang/Object;)V
         3: .line 102
            aload 2 /* exceptionObject */
            areturn
        end local 2 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject exceptionObject
        end local 1 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException exception
        end local 0 // com.oracle.truffle.api.nodes.Node n
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0                n  Lcom/oracle/truffle/api/nodes/Node;
            1    4     1        exception  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LegacyCatchableException;
            2    4     2  exceptionObject  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LangObject;
}
SourceFile: "LegacyTruffleExceptionTest.java"
EnclosingMethod: com.oracle.truffle.api.test.LegacyTruffleExceptionTest.testLegacyExceptionCustomGuestObject:()V
NestHost: com.oracle.truffle.api.test.LegacyTruffleExceptionTest
InnerClasses:
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  com.oracle.truffle.api.test.LegacyTruffleExceptionTest$2
  final LangObject = com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject of com.oracle.truffle.api.test.LegacyTruffleExceptionTest
  final LegacyCatchableException = com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException of com.oracle.truffle.api.test.LegacyTruffleExceptionTest
  abstract ExceptionFactory = com.oracle.truffle.api.test.TruffleExceptionTest$ExceptionFactory of com.oracle.truffle.api.test.TruffleExceptionTest
  public LanguageContext = com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext of com.oracle.truffle.api.test.polyglot.ProxyLanguage
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles