final class com.oracle.truffle.api.instrumentation.UnwindException extends java.lang.ThreadDeath
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.UnwindException
  super_class: java.lang.ThreadDeath
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8034021436021506591

  private final java.lang.Object info;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasPreferredBindingSet;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.api.instrumentation.EventBinding<?> binding;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;

  private com.oracle.truffle.api.instrumentation.UnwindException next;
    descriptor: Lcom/oracle/truffle/api/instrumentation/UnwindException;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.concurrent.atomic.AtomicReference<java.lang.Thread> thrownThread;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Thread;>;

  private boolean thrownFromBindingCalled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  boolean notifiedOnReturnValue;
    descriptor: Z
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lcom/oracle/truffle/api/instrumentation/UnwindException;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
         3: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(, com.oracle.truffle.api.instrumentation.EventBinding<?>);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
        start local 1 // java.lang.Object info
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding preferredBinding
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.ThreadDeath.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* info */
            putfield com.oracle.truffle.api.instrumentation.UnwindException.info:Ljava/lang/Object;
         2: .line 67
            aload 0 /* this */
            aload 2 /* preferredBinding */
            ifnull 3
            iconst_1
            goto 4
      StackMap locals: com.oracle.truffle.api.instrumentation.UnwindException java.lang.Object com.oracle.truffle.api.instrumentation.EventBinding
      StackMap stack: com.oracle.truffle.api.instrumentation.UnwindException
         3: iconst_0
      StackMap locals: com.oracle.truffle.api.instrumentation.UnwindException java.lang.Object com.oracle.truffle.api.instrumentation.EventBinding
      StackMap stack: com.oracle.truffle.api.instrumentation.UnwindException int
         4: putfield com.oracle.truffle.api.instrumentation.UnwindException.hasPreferredBindingSet:Z
         5: .line 68
            aload 0 /* this */
            aload 2 /* preferredBinding */
            putfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         6: .line 69
            iconst_0
            istore 3 /* assertions */
        start local 3 // boolean assertions
         7: .line 70
            getstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
            ifne 8
            iconst_1
            dup
            istore 3 /* assertions */
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 71
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* assertions */
            ifeq 9
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            goto 10
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.instrumentation.UnwindException
         9: aconst_null
      StackMap locals: com.oracle.truffle.api.instrumentation.UnwindException java.lang.Object com.oracle.truffle.api.instrumentation.EventBinding int
      StackMap stack: com.oracle.truffle.api.instrumentation.UnwindException java.util.concurrent.atomic.AtomicReference
        10: putfield com.oracle.truffle.api.instrumentation.UnwindException.thrownThread:Ljava/util/concurrent/atomic/AtomicReference;
        11: .line 72
            return
        end local 3 // boolean assertions
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding preferredBinding
        end local 1 // java.lang.Object info
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
            0   12     1              info  Ljava/lang/Object;
            0   12     2  preferredBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
            7   12     3        assertions  Z
    Signature: (Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;)V
    MethodParameters:
                  Name  Flags
      info              
      preferredBinding  

  void thrownFromBinding(com.oracle.truffle.api.instrumentation.EventBinding<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
         0: .line 75
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.UnwindException.thrownFromBindingCalled:Z
         1: .line 76
            getstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
            ifne 2
            aload 1 /* unwindBinding */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 78
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.hasPreferredBindingSet:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnull 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            aload 1 /* unwindBinding */
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            ifnonnull 5
         4: .line 80
            aload 0 /* this */
            aload 1 /* unwindBinding */
            putfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
         5: .line 82
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.thrownThread:Ljava/util/concurrent/atomic/AtomicReference;
            ifnull 6
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.UnwindException.checkThrownConsistency:()Z
            ifne 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
            0    7     1  unwindBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;)V
    MethodParameters:
               Name  Flags
      unwindBinding  

  private boolean checkThrownConsistency();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 88
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* currentThread */
        start local 1 // java.lang.Thread currentThread
         1: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.thrownThread:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* currentThread */
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Thread
            astore 2 /* oldThread */
        start local 2 // java.lang.Thread oldThread
         2: .line 90
            aload 2 /* oldThread */
            ifnull 4
            aload 2 /* oldThread */
            aload 1 /* currentThread */
            if_acmpeq 4
         3: .line 91
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A single instance of UnwindException thrown in two threads: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* oldThread */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "' and '"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* currentThread */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 93
      StackMap locals: java.lang.Thread java.lang.Thread
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // java.lang.Thread oldThread
        end local 1 // java.lang.Thread currentThread
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
            1    5     1  currentThread  Ljava/lang/Thread;
            2    5     2      oldThread  Ljava/lang/Thread;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  boolean hasPreferredBinding();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.hasPreferredBindingSet:Z
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  boolean isThrownFromBinding();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.thrownFromBindingCalled:Z
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  com.oracle.truffle.api.instrumentation.EventBinding<?> getBinding();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
    Signature: ()Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 114
            aload 0 /* this */
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  void addNext(com.oracle.truffle.api.instrumentation.UnwindException);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/UnwindException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
        start local 1 // com.oracle.truffle.api.instrumentation.UnwindException ex
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            ifnonnull 3
         1: .line 120
            aload 0 /* this */
            aload 1 /* ex */
            putfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
         2: .line 121
            goto 4
         3: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            aload 1 /* ex */
            invokevirtual com.oracle.truffle.api.instrumentation.UnwindException.addNext:(Lcom/oracle/truffle/api/instrumentation/UnwindException;)V
         4: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.UnwindException ex
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
            0    5     1    ex  Lcom/oracle/truffle/api/instrumentation/UnwindException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      ex    

  com.oracle.truffle.api.instrumentation.UnwindException getNext();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/UnwindException;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  java.lang.Object getInfo();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.info:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  void resetBoundary(com.oracle.truffle.api.instrumentation.EventBinding<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
         0: .line 136
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            aload 1 /* unwindBinding */
            if_acmpne 3
         1: .line 137
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.UnwindException.resetThread:()V
         2: .line 138
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            ifnull 7
         4: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            aload 1 /* unwindBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.UnwindException.resetBoundary:(Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
         5: .line 140
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            getfield com.oracle.truffle.api.instrumentation.UnwindException.binding:Lcom/oracle/truffle/api/instrumentation/EventBinding;
            aload 1 /* unwindBinding */
            if_acmpne 7
         6: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            getfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
            putfield com.oracle.truffle.api.instrumentation.UnwindException.next:Lcom/oracle/truffle/api/instrumentation/UnwindException;
         7: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding unwindBinding
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
            0    8     1  unwindBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;)V
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
               Name  Flags
      unwindBinding  

  void resetThread();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 147
            getstatic com.oracle.truffle.api.instrumentation.UnwindException.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.thrownThread:Ljava/util/concurrent/atomic/AtomicReference;
            ifnull 1
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.UnwindException.resetThreadBoundary:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;

  private boolean resetThreadBoundary();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
         0: .line 152
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.UnwindException.thrownThread:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 153
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "UnwindException.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives