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

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

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

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

  private static volatile int[] $SWITCH_TABLE$org$ehcache$core$InternalStatus;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(org.ehcache.core.StatusTransitioner, org.ehcache.core.InternalStatus$Transition, java.lang.Thread, java.lang.String);
    descriptor: (Lorg/ehcache/core/StatusTransitioner;Lorg/ehcache/core/InternalStatus$Transition;Ljava/lang/Thread;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.ehcache.core.StatusTransitioner$Transition this
        start local 2 // org.ehcache.core.InternalStatus$Transition st
        start local 3 // java.lang.Thread thread
        start local 4 // java.lang.String action
         0: .line 184
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 185
            aload 0 /* this */
            aload 2 /* st */
            putfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
         2: .line 186
            aload 0 /* this */
            aload 3 /* thread */
            putfield org.ehcache.core.StatusTransitioner$Transition.thread:Ljava/lang/Thread;
         3: .line 187
            aload 0 /* this */
            aload 4 /* action */
            putfield org.ehcache.core.StatusTransitioner$Transition.action:Ljava/lang/String;
         4: .line 188
            return
        end local 4 // java.lang.String action
        end local 3 // java.lang.Thread thread
        end local 2 // org.ehcache.core.InternalStatus$Transition st
        end local 0 // org.ehcache.core.StatusTransitioner$Transition this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/ehcache/core/StatusTransitioner$Transition;
            0    5     2      st  Lorg/ehcache/core/InternalStatus$Transition;
            0    5     3  thread  Ljava/lang/Thread;
            0    5     4  action  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      st      final
      thread  final
      action  final

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.ehcache.core.StatusTransitioner$Transition this
         0: .line 192
            invokestatic org.ehcache.core.StatusTransitioner$Transition.$SWITCH_TABLE$org$ehcache$core$InternalStatus:()[I
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.to:()Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 3
                    2: 6
                    3: 1
              default: 8
          }
         1: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            invokevirtual org.ehcache.core.StatusTransitioner.runInitHooks:()V
         2: .line 195
            goto 9
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aconst_null
            putfield org.ehcache.core.StatusTransitioner.maintenanceLease:Ljava/lang/Thread;
         4: .line 198
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            invokevirtual org.ehcache.core.StatusTransitioner.runCloseHooks:()V
         5: .line 199
            goto 9
         6: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.thread:Ljava/lang/Thread;
            putfield org.ehcache.core.StatusTransitioner.maintenanceLease:Ljava/lang/Thread;
         7: .line 202
            goto 9
         8: .line 204
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Didn't expect that enum value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.to:()Lorg/ehcache/core/InternalStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.succeeded:()V
        10: .line 207
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Exception
        11: astore 1 /* e */
        start local 1 // java.lang.Exception e
        12: .line 208
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.failed:()V
        13: .line 209
            new org.ehcache.StateTransitionException
            dup
            aload 1 /* e */
            invokespecial org.ehcache.StateTransitionException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        14: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.from:()Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.toPublicStatus:()Lorg/ehcache/Status;
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.to:()Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.toPublicStatus:()Lorg/ehcache/Status;
            invokevirtual org.ehcache.core.StatusTransitioner.fireTransitionEvent:(Lorg/ehcache/Status;Lorg/ehcache/Status;)V
        15: .line 214
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 1
        17: .line 215
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.thread:Ljava/lang/Thread;
            putfield org.ehcache.core.StatusTransitioner.maintenanceLease:Ljava/lang/Thread;
        18: .line 216
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            getfield org.ehcache.core.StatusTransitioner.logger:Lorg/slf4j/Logger;
            ldc "{} successful."
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.action:Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        19: .line 217
            aload 1
            athrow
        20: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.thread:Ljava/lang/Thread;
            putfield org.ehcache.core.StatusTransitioner.maintenanceLease:Ljava/lang/Thread;
        21: .line 216
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            getfield org.ehcache.core.StatusTransitioner.logger:Lorg/slf4j/Logger;
            ldc "{} successful."
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.action:Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        22: .line 218
            return
        end local 0 // org.ehcache.core.StatusTransitioner$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/ehcache/core/StatusTransitioner$Transition;
           12   14     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    10      11  Class java.lang.Exception
          14    16      16  any

  public org.ehcache.StateTransitionException failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lorg/ehcache/StateTransitionException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.ehcache.core.StatusTransitioner$Transition this
        start local 1 // java.lang.Throwable t
         0: .line 221
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.done:()Z
            ifeq 4
         1: .line 222
            aload 1 /* t */
            ifnull 3
         2: .line 223
            new java.lang.AssertionError
            dup
            ldc "Throwable cannot be thrown if Transition is done."
            aload 1 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         3: .line 225
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.st:Lorg/ehcache/core/InternalStatus$Transition;
            invokevirtual org.ehcache.core.InternalStatus$Transition.failed:()V
         5: .line 228
            aload 1 /* t */
            ifnonnull 7
         6: .line 229
            aconst_null
            areturn
         7: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.this$0:Lorg/ehcache/core/StatusTransitioner;
            getfield org.ehcache.core.StatusTransitioner.logger:Lorg/slf4j/Logger;
            ldc "{} failed."
            aload 0 /* this */
            getfield org.ehcache.core.StatusTransitioner$Transition.action:Ljava/lang/String;
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 232
            aload 1 /* t */
            instanceof org.ehcache.StateTransitionException
            ifeq 10
         9: .line 233
            aload 1 /* t */
            checkcast org.ehcache.StateTransitionException
            areturn
        10: .line 235
      StackMap locals:
      StackMap stack:
            new org.ehcache.StateTransitionException
            dup
            aload 1 /* t */
            invokespecial org.ehcache.StateTransitionException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 1 // java.lang.Throwable t
        end local 0 // org.ehcache.core.StatusTransitioner$Transition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/ehcache/core/StatusTransitioner$Transition;
            0   11     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  static int[] $SWITCH_TABLE$org$ehcache$core$InternalStatus();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 178
            getstatic org.ehcache.core.StatusTransitioner$Transition.$SWITCH_TABLE$org$ehcache$core$InternalStatus:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.ehcache.core.InternalStatus.values:()[Lorg/ehcache/core/InternalStatus;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.ehcache.core.InternalStatus.AVAILABLE:Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.ehcache.core.InternalStatus.MAINTENANCE:Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.ehcache.core.InternalStatus.UNINITIALIZED:Lorg/ehcache/core/InternalStatus;
            invokevirtual org.ehcache.core.InternalStatus.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic org.ehcache.core.StatusTransitioner$Transition.$SWITCH_TABLE$org$ehcache$core$InternalStatus:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "StatusTransitioner.java"
NestHost: org.ehcache.core.StatusTransitioner
InnerClasses:
  public Transition = org.ehcache.core.InternalStatus$Transition of org.ehcache.core.InternalStatus
  final Transition = org.ehcache.core.StatusTransitioner$Transition of org.ehcache.core.StatusTransitioner