public final class com.lmax.disruptor.SleepingWaitStrategy 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.SleepingWaitStrategy
  super_class: java.lang.Object
{
  private static final int DEFAULT_RETRIES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 200

  private static final long DEFAULT_SLEEP;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private final int retries;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long sleepTimeNs;
    descriptor: J
    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.SleepingWaitStrategy this
         0: .line 41
            aload 0 /* this */
            sipush 200
            ldc 100
            invokespecial com.lmax.disruptor.SleepingWaitStrategy.<init>:(IJ)V
         1: .line 42
            return
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/SleepingWaitStrategy;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.SleepingWaitStrategy this
        start local 1 // int retries
         0: .line 46
            aload 0 /* this */
            iload 1 /* retries */
            ldc 100
            invokespecial com.lmax.disruptor.SleepingWaitStrategy.<init>:(IJ)V
         1: .line 47
            return
        end local 1 // int retries
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/lmax/disruptor/SleepingWaitStrategy;
            0    2     1  retries  I
    MethodParameters:
         Name  Flags
      retries  

  public void <init>(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.lmax.disruptor.SleepingWaitStrategy this
        start local 1 // int retries
        start local 2 // long sleepTimeNs
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iload 1 /* retries */
            putfield com.lmax.disruptor.SleepingWaitStrategy.retries:I
         2: .line 52
            aload 0 /* this */
            lload 2 /* sleepTimeNs */
            putfield com.lmax.disruptor.SleepingWaitStrategy.sleepTimeNs:J
         3: .line 53
            return
        end local 2 // long sleepTimeNs
        end local 1 // int retries
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/lmax/disruptor/SleepingWaitStrategy;
            0    4     1      retries  I
            0    4     2  sleepTimeNs  J
    MethodParameters:
             Name  Flags
      retries      
      sleepTimeNs  

  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.SleepingWaitStrategy this
        start local 1 // long sequence
        start local 3 // com.lmax.disruptor.Sequence cursor
        start local 4 // com.lmax.disruptor.Sequence dependentSequence
        start local 5 // com.lmax.disruptor.SequenceBarrier barrier
         0: .line 61
            aload 0 /* this */
            getfield com.lmax.disruptor.SleepingWaitStrategy.retries:I
            istore 8 /* counter */
        start local 8 // int counter
         1: .line 63
            goto 3
        start local 6 // long availableSequence
         2: .line 65
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            aload 5 /* barrier */
            iload 8 /* counter */
            invokevirtual com.lmax.disruptor.SleepingWaitStrategy.applyWaitMethod:(Lcom/lmax/disruptor/SequenceBarrier;I)I
            istore 8 /* counter */
        end local 6 // long availableSequence
         3: .line 63
      StackMap locals: com.lmax.disruptor.SleepingWaitStrategy long com.lmax.disruptor.Sequence com.lmax.disruptor.Sequence com.lmax.disruptor.SequenceBarrier top top int
      StackMap stack:
            aload 4 /* dependentSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            dup2
            lstore 6 /* availableSequence */
        start local 6 // long availableSequence
         4: lload 1 /* sequence */
            lcmp
            iflt 2
         5: .line 68
            lload 6 /* availableSequence */
            lreturn
        end local 8 // int counter
        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 cursor
        end local 1 // long sequence
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lcom/lmax/disruptor/SleepingWaitStrategy;
            0    6     1           sequence  J
            0    6     3             cursor  Lcom/lmax/disruptor/Sequence;
            0    6     4  dependentSequence  Lcom/lmax/disruptor/Sequence;
            0    6     5            barrier  Lcom/lmax/disruptor/SequenceBarrier;
            2    3     6  availableSequence  J
            4    6     6  availableSequence  J
            1    6     8            counter  I
    Exceptions:
      throws com.lmax.disruptor.AlertException
    MethodParameters:
                   Name  Flags
      sequence           final
      cursor             
      dependentSequence  final
      barrier            final

  public void signalAllWhenBlocking();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.SleepingWaitStrategy this
         0: .line 74
            return
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/SleepingWaitStrategy;

  private int applyWaitMethod(com.lmax.disruptor.SequenceBarrier, int);
    descriptor: (Lcom/lmax/disruptor/SequenceBarrier;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.lmax.disruptor.SleepingWaitStrategy this
        start local 1 // com.lmax.disruptor.SequenceBarrier barrier
        start local 2 // int counter
         0: .line 79
            aload 1 /* barrier */
            invokeinterface com.lmax.disruptor.SequenceBarrier.checkAlert:()V
         1: .line 81
            iload 2 /* counter */
            bipush 100
            if_icmple 4
         2: .line 83
            iinc 2 /* counter */ -1
         3: .line 84
            goto 9
         4: .line 85
      StackMap locals:
      StackMap stack:
            iload 2 /* counter */
            ifle 8
         5: .line 87
            iinc 2 /* counter */ -1
         6: .line 88
            invokestatic java.lang.Thread.yield:()V
         7: .line 89
            goto 9
         8: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.lmax.disruptor.SleepingWaitStrategy.sleepTimeNs:J
            invokestatic java.util.concurrent.locks.LockSupport.parkNanos:(J)V
         9: .line 95
      StackMap locals:
      StackMap stack:
            iload 2 /* counter */
            ireturn
        end local 2 // int counter
        end local 1 // com.lmax.disruptor.SequenceBarrier barrier
        end local 0 // com.lmax.disruptor.SleepingWaitStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/lmax/disruptor/SleepingWaitStrategy;
            0   10     1  barrier  Lcom/lmax/disruptor/SequenceBarrier;
            0   10     2  counter  I
    Exceptions:
      throws com.lmax.disruptor.AlertException
    MethodParameters:
         Name  Flags
      barrier  final
      counter  
}
SourceFile: "SleepingWaitStrategy.java"