class org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1
  super_class: java.lang.Object
{
  final org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor this$0;
    descriptor: Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor);
    descriptor: (Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 this
         0: .line 125
            aload 0 /* this */
            aload 1
            putfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 this
         0: .line 130
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.liveThreads:Ljava/util/Set;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 132
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.queue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.remove:()Ljava/lang/Object;
            checkcast java.lang.Runnable
            invokeinterface java.lang.Runnable.run:()V
         2: .line 133
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 134
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.liveThreads:Ljava/util/Set;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         5: .line 135
            aload 1
            athrow
         6: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.liveThreads:Ljava/util/Set;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         7: .line 136
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 137
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.queue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.isEmpty:()Z
            ifeq 17
        10: .line 138
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.runnerPermit:Ljava/util/concurrent/Semaphore;
            invokevirtual java.util.concurrent.Semaphore.release:()V
        11: .line 139
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.queue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.isEmpty:()Z
            ifne 14
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.runnerPermit:Ljava/util/concurrent/Semaphore;
            invokevirtual java.util.concurrent.Semaphore.tryAcquire:()Z
            ifeq 14
        12: .line 140
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.executor:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
            pop
        13: .line 141
            goto 18
      StackMap locals: org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 top java.lang.Throwable
      StackMap stack:
        14: aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            invokevirtual org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.isTerminated:()Z
            ifeq 18
        15: .line 142
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.termination:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
        16: .line 144
            goto 18
        17: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.executor:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
            pop
        18: .line 147
      StackMap locals:
      StackMap stack:
            aload 2
            athrow
        19: .line 137
      StackMap locals: org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.queue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.isEmpty:()Z
            ifeq 27
        20: .line 138
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.runnerPermit:Ljava/util/concurrent/Semaphore;
            invokevirtual java.util.concurrent.Semaphore.release:()V
        21: .line 139
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.queue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.isEmpty:()Z
            ifne 24
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.runnerPermit:Ljava/util/concurrent/Semaphore;
            invokevirtual java.util.concurrent.Semaphore.tryAcquire:()Z
            ifeq 24
        22: .line 140
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.executor:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
            pop
        23: .line 141
            goto 28
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            invokevirtual org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.isTerminated:()Z
            ifeq 28
        25: .line 142
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.termination:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
        26: .line 144
            goto 28
        27: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1.this$0:Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor;
            getfield org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.executor:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
            pop
        28: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/ehcache/impl/internal/executor/PartitionedUnorderedExecutor$1;
      Exception table:
        from    to  target  type
           1     3       3  any
           0     8       8  any
}
SourceFile: "PartitionedUnorderedExecutor.java"
EnclosingMethod: org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor.execute:(Ljava/lang/Runnable;)V
NestHost: org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor
InnerClasses:
  org.ehcache.impl.internal.executor.PartitionedUnorderedExecutor$1