public final class com.lmax.disruptor.LiteBlockingWaitStrategy implements com.lmax.disruptor.WaitStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.lmax.disruptor.LiteBlockingWaitStrategy
  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 java.util.concurrent.atomic.AtomicBoolean signalNeeded;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
         2: .line 34
            aload 0 /* this */
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.newCondition:()Ljava/util/concurrent/locks/Condition;
            putfield com.lmax.disruptor.LiteBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
         3: .line 35
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield com.lmax.disruptor.LiteBlockingWaitStrategy.signalNeeded:Ljava/util/concurrent/atomic/AtomicBoolean;
         4: .line 31
            return
        end local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/lmax/disruptor/LiteBlockingWaitStrategy;

  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=9, args_size=5
        start local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy 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 42
            aload 3 /* cursorSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            lload 1 /* sequence */
            lcmp
            ifge 17
         1: .line 44
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.signalNeeded:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.getAndSet:(Z)Z
            pop
         3: .line 52
            aload 3 /* cursorSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            lload 1 /* sequence */
            lcmp
            iflt 5
         4: .line 54
            goto 13
         5: .line 57
      StackMap locals:
      StackMap stack:
            aload 5 /* barrier */
            invokeinterface com.lmax.disruptor.SequenceBarrier.checkAlert:()V
         6: .line 58
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            invokeinterface java.util.concurrent.locks.Condition.await:()V
         7: .line 60
            aload 3 /* cursorSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            lload 1 /* sequence */
         8: .line 48
            lcmp
            iflt 2
         9: .line 61
            goto 13
        10: .line 63
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        11: .line 64
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        12: .line 65
            aload 8
            athrow
        13: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        14: .line 68
            goto 17
        start local 6 // long availableSequence
        15: .line 70
      StackMap locals: long
      StackMap stack:
            aload 5 /* barrier */
            invokeinterface com.lmax.disruptor.SequenceBarrier.checkAlert:()V
        16: .line 71
            invokestatic com.lmax.disruptor.util.ThreadHints.onSpinWait:()V
        end local 6 // long availableSequence
        17: .line 68
      StackMap locals:
      StackMap stack:
            aload 4 /* dependentSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            dup2
            lstore 6 /* availableSequence */
        start local 6 // long availableSequence
        18: lload 1 /* sequence */
            lcmp
            iflt 15
        19: .line 74
            lload 6 /* availableSequence */
            lreturn
        end local 6 // long availableSequence
        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.LiteBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   20     0               this  Lcom/lmax/disruptor/LiteBlockingWaitStrategy;
            0   20     1           sequence  J
            0   20     3     cursorSequence  Lcom/lmax/disruptor/Sequence;
            0   20     4  dependentSequence  Lcom/lmax/disruptor/Sequence;
            0   20     5            barrier  Lcom/lmax/disruptor/SequenceBarrier;
           15   17     6  availableSequence  J
           18   20     6  availableSequence  J
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws com.lmax.disruptor.AlertException, java.lang.InterruptedException
    MethodParameters:
                   Name  Flags
      sequence           
      cursorSequence     
      dependentSequence  
      barrier            

  public void signalAllWhenBlocking();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy this
         0: .line 80
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.signalNeeded:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.getAndSet:(Z)Z
            ifeq 8
         1: .line 82
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 85
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            invokeinterface java.util.concurrent.locks.Condition.signalAll:()V
         3: .line 86
            goto 7
         4: .line 88
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 89
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         6: .line 90
            aload 1
            athrow
         7: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.lock:Ljava/util/concurrent/locks/Lock;
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         8: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/lmax/disruptor/LiteBlockingWaitStrategy;
      Exception table:
        from    to  target  type
           2     4       4  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.LiteBlockingWaitStrategy this
         0: .line 97
            new java.lang.StringBuilder
            dup
            ldc "LiteBlockingWaitStrategy{processorNotifyCondition="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 98
            aload 0 /* this */
            getfield com.lmax.disruptor.LiteBlockingWaitStrategy.processorNotifyCondition:Ljava/util/concurrent/locks/Condition;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 99
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         3: .line 97
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.lmax.disruptor.LiteBlockingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/lmax/disruptor/LiteBlockingWaitStrategy;
}
SourceFile: "LiteBlockingWaitStrategy.java"