public class com.lmax.disruptor.TimeoutBlockingWaitStrategy implements com.lmax.disruptor.WaitStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.lmax.disruptor.TimeoutBlockingWaitStrategy
  super_class: java.lang.Object
{
  private final java.util.concurrent.locks.Lock lock;
    descriptor: Ljava/util/concurrent/locks/Lock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.locks.Condition processorNotifyCondition;
    descriptor: Ljava/util/concurrent/locks/Condition;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long timeoutInNanos;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit units
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
         2: .line 11
            aload 0 /* this */
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.newCondition:()Ljava/util/concurrent/locks/Condition;
            putfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
         3: .line 16
            aload 0 /* this */
            aload 3 /* units */
            lload 1 /* timeout */
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            putfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.timeoutInNanos:J
         4: .line 17
            return
        end local 3 // java.util.concurrent.TimeUnit units
        end local 1 // long timeout
        end local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/lmax/disruptor/TimeoutBlockingWaitStrategy;
            0    5     1  timeout  J
            0    5     3    units  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  final
      units    final

  public long waitFor(long, com.lmax.disruptor.Sequence, com.lmax.disruptor.Sequence, com.lmax.disruptor.SequenceBarrier);
    descriptor: (JLcom/lmax/disruptor/Sequence;Lcom/lmax/disruptor/Sequence;Lcom/lmax/disruptor/SequenceBarrier;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=5
        start local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
        start local 1 // long sequence
        start local 3 // com.lmax.disruptor.Sequence cursorSequence
        start local 4 // com.lmax.disruptor.Sequence dependentSequence
        start local 5 // com.lmax.disruptor.SequenceBarrier barrier
         0: .line 27
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.timeoutInNanos:J
            lstore 6 /* nanos */
        start local 6 // long nanos
         1: .line 30
            aload 3 /* cursorSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            lload 1 /* sequence */
            lcmp
            ifge 16
         2: .line 32
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         3: .line 35
            goto 8
         4: .line 37
      StackMap locals: long
      StackMap stack:
            aload 5 /* barrier */
            invokeinterface com.lmax.disruptor.SequenceBarrier.checkAlert:()V
         5: .line 38
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            lload 6 /* nanos */
            invokeinterface java.util.concurrent.locks.Condition.awaitNanos:(J)J
            lstore 6 /* nanos */
         6: .line 39
            lload 6 /* nanos */
            lconst_0
            lcmp
            ifgt 8
         7: .line 41
            getstatic com.lmax.disruptor.TimeoutException.INSTANCE:Lcom/lmax/disruptor/TimeoutException;
            athrow
         8: .line 35
      StackMap locals:
      StackMap stack:
            aload 3 /* cursorSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            lload 1 /* sequence */
            lcmp
            iflt 4
         9: .line 44
            goto 13
        10: .line 46
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        11: .line 47
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        12: .line 48
            aload 10
            athrow
        13: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        14: .line 51
            goto 16
        start local 8 // long availableSequence
        15: .line 53
      StackMap locals: long
      StackMap stack:
            aload 5 /* barrier */
            invokeinterface com.lmax.disruptor.SequenceBarrier.checkAlert:()V
        end local 8 // long availableSequence
        16: .line 51
      StackMap locals:
      StackMap stack:
            aload 4 /* dependentSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            dup2
            lstore 8 /* availableSequence */
        start local 8 // long availableSequence
        17: lload 1 /* sequence */
            lcmp
            iflt 15
        18: .line 56
            lload 8 /* availableSequence */
            lreturn
        end local 8 // long availableSequence
        end local 6 // long nanos
        end local 5 // com.lmax.disruptor.SequenceBarrier barrier
        end local 4 // com.lmax.disruptor.Sequence dependentSequence
        end local 3 // com.lmax.disruptor.Sequence cursorSequence
        end local 1 // long sequence
        end local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lcom/lmax/disruptor/TimeoutBlockingWaitStrategy;
            0   19     1           sequence  J
            0   19     3     cursorSequence  Lcom/lmax/disruptor/Sequence;
            0   19     4  dependentSequence  Lcom/lmax/disruptor/Sequence;
            0   19     5            barrier  Lcom/lmax/disruptor/SequenceBarrier;
            1   19     6              nanos  J
           15   16     8  availableSequence  J
           17   19     8  availableSequence  J
      Exception table:
        from    to  target  type
           3    10      10  any
    Exceptions:
      throws com.lmax.disruptor.AlertException, java.lang.InterruptedException, com.lmax.disruptor.TimeoutException
    MethodParameters:
                   Name  Flags
      sequence           final
      cursorSequence     final
      dependentSequence  final
      barrier            final

  public void signalAllWhenBlocking();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
         0: .line 62
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         1: .line 65
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            invokeinterface java.util.concurrent.locks.Condition.signalAll:()V
         2: .line 66
            goto 6
         3: .line 68
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 69
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         5: .line 70
            aload 1
            athrow
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         7: .line 71
            return
        end local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/lmax/disruptor/TimeoutBlockingWaitStrategy;
      Exception table:
        from    to  target  type
           1     3       3  any

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
         0: .line 76
            new java.lang.StringBuilder
            dup
            ldc "TimeoutBlockingWaitStrategy{processorNotifyCondition="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 77
            aload 0 /* this */
            getfield com.lmax.disruptor.TimeoutBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 78
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         3: .line 76
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.lmax.disruptor.TimeoutBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/lmax/disruptor/TimeoutBlockingWaitStrategy;
}
SourceFile: "TimeoutBlockingWaitStrategy.java"