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

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

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

  private final com.lmax.disruptor.WaitStrategy fallbackStrategy;
    descriptor: Lcom/lmax/disruptor/WaitStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, long, java.util.concurrent.TimeUnit, com.lmax.disruptor.WaitStrategy);
    descriptor: (JJLjava/util/concurrent/TimeUnit;Lcom/lmax/disruptor/WaitStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.lmax.disruptor.PhasedBackoffWaitStrategy this
        start local 1 // long spinTimeout
        start local 3 // long yieldTimeout
        start local 5 // java.util.concurrent.TimeUnit units
        start local 6 // com.lmax.disruptor.WaitStrategy fallbackStrategy
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 5 /* units */
            lload 1 /* spinTimeout */
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            putfield com.lmax.disruptor.PhasedBackoffWaitStrategy.spinTimeoutNanos:J
         2: .line 40
            aload 0 /* this */
            aload 0 /* this */
            getfield com.lmax.disruptor.PhasedBackoffWaitStrategy.spinTimeoutNanos:J
            aload 5 /* units */
            lload 3 /* yieldTimeout */
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            ladd
            putfield com.lmax.disruptor.PhasedBackoffWaitStrategy.yieldTimeoutNanos:J
         3: .line 41
            aload 0 /* this */
            aload 6 /* fallbackStrategy */
            putfield com.lmax.disruptor.PhasedBackoffWaitStrategy.fallbackStrategy:Lcom/lmax/disruptor/WaitStrategy;
         4: .line 42
            return
        end local 6 // com.lmax.disruptor.WaitStrategy fallbackStrategy
        end local 5 // java.util.concurrent.TimeUnit units
        end local 3 // long yieldTimeout
        end local 1 // long spinTimeout
        end local 0 // com.lmax.disruptor.PhasedBackoffWaitStrategy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
            0    5     1       spinTimeout  J
            0    5     3      yieldTimeout  J
            0    5     5             units  Ljava/util/concurrent/TimeUnit;
            0    5     6  fallbackStrategy  Lcom/lmax/disruptor/WaitStrategy;
    MethodParameters:
                  Name  Flags
      spinTimeout       
      yieldTimeout      
      units             
      fallbackStrategy  

  public static com.lmax.disruptor.PhasedBackoffWaitStrategy withLock(long, long, java.util.concurrent.TimeUnit);
    descriptor: (JJLjava/util/concurrent/TimeUnit;)Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // long spinTimeout
        start local 2 // long yieldTimeout
        start local 4 // java.util.concurrent.TimeUnit units
         0: .line 57
            new com.lmax.disruptor.PhasedBackoffWaitStrategy
            dup
         1: .line 58
            lload 0 /* spinTimeout */
            lload 2 /* yieldTimeout */
         2: .line 59
            aload 4 /* units */
            new com.lmax.disruptor.BlockingWaitStrategy
            dup
            invokespecial com.lmax.disruptor.BlockingWaitStrategy.<init>:()V
         3: .line 57
            invokespecial com.lmax.disruptor.PhasedBackoffWaitStrategy.<init>:(JJLjava/util/concurrent/TimeUnit;Lcom/lmax/disruptor/WaitStrategy;)V
            areturn
        end local 4 // java.util.concurrent.TimeUnit units
        end local 2 // long yieldTimeout
        end local 0 // long spinTimeout
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0   spinTimeout  J
            0    4     2  yieldTimeout  J
            0    4     4         units  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
              Name  Flags
      spinTimeout   
      yieldTimeout  
      units         

  public static com.lmax.disruptor.PhasedBackoffWaitStrategy withLiteLock(long, long, java.util.concurrent.TimeUnit);
    descriptor: (JJLjava/util/concurrent/TimeUnit;)Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // long spinTimeout
        start local 2 // long yieldTimeout
        start local 4 // java.util.concurrent.TimeUnit units
         0: .line 75
            new com.lmax.disruptor.PhasedBackoffWaitStrategy
            dup
         1: .line 76
            lload 0 /* spinTimeout */
            lload 2 /* yieldTimeout */
         2: .line 77
            aload 4 /* units */
            new com.lmax.disruptor.LiteBlockingWaitStrategy
            dup
            invokespecial com.lmax.disruptor.LiteBlockingWaitStrategy.<init>:()V
         3: .line 75
            invokespecial com.lmax.disruptor.PhasedBackoffWaitStrategy.<init>:(JJLjava/util/concurrent/TimeUnit;Lcom/lmax/disruptor/WaitStrategy;)V
            areturn
        end local 4 // java.util.concurrent.TimeUnit units
        end local 2 // long yieldTimeout
        end local 0 // long spinTimeout
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0   spinTimeout  J
            0    4     2  yieldTimeout  J
            0    4     4         units  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
              Name  Flags
      spinTimeout   
      yieldTimeout  
      units         

  public static com.lmax.disruptor.PhasedBackoffWaitStrategy withSleep(long, long, java.util.concurrent.TimeUnit);
    descriptor: (JJLjava/util/concurrent/TimeUnit;)Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=5, args_size=3
        start local 0 // long spinTimeout
        start local 2 // long yieldTimeout
        start local 4 // java.util.concurrent.TimeUnit units
         0: .line 93
            new com.lmax.disruptor.PhasedBackoffWaitStrategy
            dup
         1: .line 94
            lload 0 /* spinTimeout */
            lload 2 /* yieldTimeout */
         2: .line 95
            aload 4 /* units */
            new com.lmax.disruptor.SleepingWaitStrategy
            dup
            iconst_0
            invokespecial com.lmax.disruptor.SleepingWaitStrategy.<init>:(I)V
         3: .line 93
            invokespecial com.lmax.disruptor.PhasedBackoffWaitStrategy.<init>:(JJLjava/util/concurrent/TimeUnit;Lcom/lmax/disruptor/WaitStrategy;)V
            areturn
        end local 4 // java.util.concurrent.TimeUnit units
        end local 2 // long yieldTimeout
        end local 0 // long spinTimeout
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0   spinTimeout  J
            0    4     2  yieldTimeout  J
            0    4     4         units  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
              Name  Flags
      spinTimeout   
      yieldTimeout  
      units         

  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=6, locals=13, args_size=5
        start local 0 // com.lmax.disruptor.PhasedBackoffWaitStrategy 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 103
            lconst_0
            lstore 8 /* startTime */
        start local 8 // long startTime
         1: .line 104
            sipush 10000
            istore 10 /* counter */
        start local 10 // int counter
         2: .line 108
      StackMap locals: com.lmax.disruptor.PhasedBackoffWaitStrategy long com.lmax.disruptor.Sequence com.lmax.disruptor.Sequence com.lmax.disruptor.SequenceBarrier top top long int
      StackMap stack:
            aload 4 /* dependentSequence */
            invokevirtual com.lmax.disruptor.Sequence.get:()J
            dup2
            lstore 6 /* availableSequence */
        start local 6 // long availableSequence
         3: lload 1 /* sequence */
            lcmp
            iflt 5
         4: .line 110
            lload 6 /* availableSequence */
            lreturn
         5: .line 113
      StackMap locals: com.lmax.disruptor.PhasedBackoffWaitStrategy long com.lmax.disruptor.Sequence com.lmax.disruptor.Sequence com.lmax.disruptor.SequenceBarrier long long int
      StackMap stack:
            iinc 10 /* counter */ -1
            iload 10 /* counter */
            ifne 2
         6: .line 115
            lconst_0
            lload 8 /* startTime */
            lcmp
            ifne 9
         7: .line 117
            invokestatic java.lang.System.nanoTime:()J
            lstore 8 /* startTime */
         8: .line 118
            goto 14
         9: .line 121
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.nanoTime:()J
            lload 8 /* startTime */
            lsub
            lstore 11 /* timeDelta */
        start local 11 // long timeDelta
        10: .line 122
            lload 11 /* timeDelta */
            aload 0 /* this */
            getfield com.lmax.disruptor.PhasedBackoffWaitStrategy.yieldTimeoutNanos:J
            lcmp
            ifle 12
        11: .line 124
            aload 0 /* this */
            getfield com.lmax.disruptor.PhasedBackoffWaitStrategy.fallbackStrategy:Lcom/lmax/disruptor/WaitStrategy;
            lload 1 /* sequence */
            aload 3 /* cursor */
            aload 4 /* dependentSequence */
            aload 5 /* barrier */
            invokeinterface com.lmax.disruptor.WaitStrategy.waitFor:(JLcom/lmax/disruptor/Sequence;Lcom/lmax/disruptor/Sequence;Lcom/lmax/disruptor/SequenceBarrier;)J
            lreturn
        12: .line 126
      StackMap locals: long
      StackMap stack:
            lload 11 /* timeDelta */
            aload 0 /* this */
            getfield com.lmax.disruptor.PhasedBackoffWaitStrategy.spinTimeoutNanos:J
            lcmp
            ifle 14
        13: .line 128
            invokestatic java.lang.Thread.yield:()V
        end local 11 // long timeDelta
        14: .line 131
      StackMap locals:
      StackMap stack:
            sipush 10000
            istore 10 /* counter */
        15: .line 134
            goto 2
        end local 10 // int counter
        end local 8 // long startTime
        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.PhasedBackoffWaitStrategy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
            0   16     1           sequence  J
            0   16     3             cursor  Lcom/lmax/disruptor/Sequence;
            0   16     4  dependentSequence  Lcom/lmax/disruptor/Sequence;
            0   16     5            barrier  Lcom/lmax/disruptor/SequenceBarrier;
            3   16     6  availableSequence  J
            1   16     8          startTime  J
            2   16    10            counter  I
           10   14    11          timeDelta  J
    Exceptions:
      throws com.lmax.disruptor.AlertException, java.lang.InterruptedException, com.lmax.disruptor.TimeoutException
    MethodParameters:
                   Name  Flags
      sequence           
      cursor             
      dependentSequence  
      barrier            

  public void signalAllWhenBlocking();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.PhasedBackoffWaitStrategy this
         0: .line 140
            aload 0 /* this */
            getfield com.lmax.disruptor.PhasedBackoffWaitStrategy.fallbackStrategy:Lcom/lmax/disruptor/WaitStrategy;
            invokeinterface com.lmax.disruptor.WaitStrategy.signalAllWhenBlocking:()V
         1: .line 141
            return
        end local 0 // com.lmax.disruptor.PhasedBackoffWaitStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/PhasedBackoffWaitStrategy;
}
SourceFile: "PhasedBackoffWaitStrategy.java"