public class org.ehcache.core.InternalStatus$Transition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.core.InternalStatus$Transition
  super_class: java.lang.Object
{
  private final org.ehcache.core.InternalStatus to;
    descriptor: Lorg/ehcache/core/InternalStatus;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private volatile org.ehcache.core.InternalStatus done;
    descriptor: Lorg/ehcache/core/InternalStatus;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final org.ehcache.core.InternalStatus this$0;
    descriptor: Lorg/ehcache/core/InternalStatus;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.ehcache.core.InternalStatus, org.ehcache.core.InternalStatus);
    descriptor: (Lorg/ehcache/core/InternalStatus;Lorg/ehcache/core/InternalStatus;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.ehcache.core.InternalStatus$Transition this
        start local 2 // org.ehcache.core.InternalStatus to
         0: .line 90
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.InternalStatus$Transition.this$0:Lorg/ehcache/core/InternalStatus;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            putfield org.ehcache.core.InternalStatus$Transition.owner:Ljava/lang/Thread;
         2: .line 91
            aload 2 /* to */
            ifnonnull 4
         3: .line 92
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         4: .line 94
      StackMap locals: org.ehcache.core.InternalStatus$Transition org.ehcache.core.InternalStatus org.ehcache.core.InternalStatus
      StackMap stack:
            aload 0 /* this */
            aload 2 /* to */
            putfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
         5: .line 95
            return
        end local 2 // org.ehcache.core.InternalStatus to
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/ehcache/core/InternalStatus$Transition;
            0    6     2    to  Lorg/ehcache/core/InternalStatus;
    MethodParameters:
        Name  Flags
      this$0  final
      to      final

  public org.ehcache.core.InternalStatus get();
    descriptor: ()Lorg/ehcache/core/InternalStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 98
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
            ifnull 2
         1: .line 99
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.owner:Ljava/lang/Thread;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            if_acmpne 6
         3: .line 101
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
            aload 0 /* this */
            invokevirtual org.ehcache.core.InternalStatus$Transition.from:()Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.compareTo:(Ljava/lang/Enum;)I
            ifle 4
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            invokevirtual org.ehcache.core.InternalStatus$Transition.from:()Lorg/ehcache/core/InternalStatus;
      StackMap locals:
      StackMap stack: org.ehcache.core.InternalStatus
         5: areturn
         6: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         7: .line 104
            iconst_0
            istore 2 /* interrupted */
        start local 2 // boolean interrupted
         8: .line 106
            goto 13
         9: .line 108
      StackMap locals: org.ehcache.core.InternalStatus$Transition int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
        10: .line 109
            goto 13
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        11: pop
        12: .line 110
            iconst_1
            istore 2 /* interrupted */
        13: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
            ifnull 9
        14: .line 113
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 3
        16: .line 114
            iload 2 /* interrupted */
            ifeq 18
        17: .line 115
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        18: .line 117
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3
            athrow
        19: .line 114
      StackMap locals:
      StackMap stack:
            iload 2 /* interrupted */
            ifeq 21
        20: .line 115
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        21: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
            aload 1
            monitorexit
        22: areturn
        end local 2 // boolean interrupted
        23: .line 103
      StackMap locals: org.ehcache.core.InternalStatus$Transition org.ehcache.core.InternalStatus$Transition
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        24: athrow
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/ehcache/core/InternalStatus$Transition;
            8   23     2  interrupted  Z
      Exception table:
        from    to  target  type
           9    10      11  Class java.lang.InterruptedException
           8    15      15  any
           7    22      23  any
          23    24      23  any

  public synchronized void succeeded();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
            putfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
         1: .line 124
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         2: .line 125
            return
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/ehcache/core/InternalStatus$Transition;

  public synchronized void failed();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
            aload 0 /* this */
            invokevirtual org.ehcache.core.InternalStatus$Transition.from:()Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.compareTo:(Ljava/lang/Enum;)I
            ifle 1
            aload 0 /* this */
            invokevirtual org.ehcache.core.InternalStatus$Transition.from:()Lorg/ehcache/core/InternalStatus;
            goto 2
      StackMap locals:
      StackMap stack: org.ehcache.core.InternalStatus$Transition
         1: aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
      StackMap locals: org.ehcache.core.InternalStatus$Transition
      StackMap stack: org.ehcache.core.InternalStatus$Transition org.ehcache.core.InternalStatus
         2: putfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
         3: .line 129
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         4: .line 130
            return
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/ehcache/core/InternalStatus$Transition;

  public org.ehcache.core.InternalStatus from();
    descriptor: ()Lorg/ehcache/core/InternalStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 133
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.this$0:Lorg/ehcache/core/InternalStatus;
            areturn
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/InternalStatus$Transition;

  public org.ehcache.core.InternalStatus to();
    descriptor: ()Lorg/ehcache/core/InternalStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 137
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.to:Lorg/ehcache/core/InternalStatus;
            areturn
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/InternalStatus$Transition;

  public boolean done();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.InternalStatus$Transition this
         0: .line 141
            aload 0 /* this */
            getfield org.ehcache.core.InternalStatus$Transition.done:Lorg/ehcache/core/InternalStatus;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.ehcache.core.InternalStatus$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/core/InternalStatus$Transition;
}
SourceFile: "InternalStatus.java"
NestHost: org.ehcache.core.InternalStatus
InnerClasses:
  public Transition = org.ehcache.core.InternalStatus$Transition of org.ehcache.core.InternalStatus