class com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler implements java.lang.Thread$UncaughtExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler
  super_class: java.lang.Object
{
  final com.oracle.truffle.polyglot.PolyglotLanguageContext this$0;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.oracle.truffle.polyglot.PolyglotLanguageContext);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler this
         0: .line 1003
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler.this$0:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$PolyglotUncaughtExceptionHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void uncaughtException(java.lang.Thread, java.lang.Throwable);
    descriptor: (Ljava/lang/Thread;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler this
        start local 1 // java.lang.Thread t
        start local 2 // java.lang.Throwable e
         0: .line 1007
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler.this$0:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext.env:Lcom/oracle/truffle/api/TruffleLanguage$Env;
            astore 3 /* currentEnv */
        start local 3 // com.oracle.truffle.api.TruffleLanguage$Env currentEnv
         1: .line 1008
            aload 3 /* currentEnv */
            ifnull 7
         2: .line 1010
            aload 2 /* e */
            new java.io.PrintStream
            dup
            aload 3 /* currentEnv */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.err:()Ljava/io/OutputStream;
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintStream;)V
         3: .line 1011
            goto 8
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler java.lang.Thread java.lang.Throwable com.oracle.truffle.api.TruffleLanguage$Env
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 1014
            aload 2 /* e */
            invokevirtual java.lang.Throwable.printStackTrace:()V
         6: .line 1016
            goto 8
         7: .line 1017
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokevirtual java.lang.Throwable.printStackTrace:()V
         8: .line 1019
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.TruffleLanguage$Env currentEnv
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.Thread t
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$PolyglotUncaughtExceptionHandler;
            0    9     1           t  Ljava/lang/Thread;
            0    9     2           e  Ljava/lang/Throwable;
            1    9     3  currentEnv  Lcom/oracle/truffle/api/TruffleLanguage$Env;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     
      e     
}
SourceFile: "PolyglotLanguageContext.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLanguageContext
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  private PolyglotUncaughtExceptionHandler = com.oracle.truffle.polyglot.PolyglotLanguageContext$PolyglotUncaughtExceptionHandler of com.oracle.truffle.polyglot.PolyglotLanguageContext
  public abstract UncaughtExceptionHandler = java.lang.Thread$UncaughtExceptionHandler of java.lang.Thread