final class reactor.util.concurrent.WaitStrategy$Yielding extends reactor.util.concurrent.WaitStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.util.concurrent.WaitStrategy$Yielding
  super_class: reactor.util.concurrent.WaitStrategy
{
  static final reactor.util.concurrent.WaitStrategy$Yielding INSTANCE;
    descriptor: Lreactor/util/concurrent/WaitStrategy$Yielding;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final int SPIN_TRIES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 507
            new reactor.util.concurrent.WaitStrategy$Yielding
            dup
            invokespecial reactor.util.concurrent.WaitStrategy$Yielding.<init>:()V
            putstatic reactor.util.concurrent.WaitStrategy$Yielding.INSTANCE:Lreactor/util/concurrent/WaitStrategy$Yielding;
         1: .line 536
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
         0: .line 505
            aload 0 /* this */
            invokespecial reactor.util.concurrent.WaitStrategy.<init>:()V
            return
        end local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/util/concurrent/WaitStrategy$Yielding;

  public long waitFor(long, java.util.function.LongSupplier, java.lang.Runnable);
    descriptor: (JLjava/util/function/LongSupplier;Ljava/lang/Runnable;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
        start local 1 // long sequence
        start local 3 // java.util.function.LongSupplier cursor
        start local 4 // java.lang.Runnable barrier
         0: .line 513
            bipush 100
            istore 7 /* counter */
        start local 7 // int counter
         1: .line 515
            goto 3
        start local 5 // long availableSequence
         2: .line 516
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* barrier */
            iload 7 /* counter */
            invokevirtual reactor.util.concurrent.WaitStrategy$Yielding.applyWaitMethod:(Ljava/lang/Runnable;I)I
            istore 7 /* counter */
        end local 5 // long availableSequence
         3: .line 515
      StackMap locals: reactor.util.concurrent.WaitStrategy$Yielding long java.util.function.LongSupplier java.lang.Runnable top top int
      StackMap stack:
            aload 3 /* cursor */
            invokeinterface java.util.function.LongSupplier.getAsLong:()J
            dup2
            lstore 5 /* availableSequence */
        start local 5 // long availableSequence
         4: lload 1 /* sequence */
            lcmp
            iflt 2
         5: .line 519
            lload 5 /* availableSequence */
            lreturn
        end local 7 // int counter
        end local 5 // long availableSequence
        end local 4 // java.lang.Runnable barrier
        end local 3 // java.util.function.LongSupplier cursor
        end local 1 // long sequence
        end local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lreactor/util/concurrent/WaitStrategy$Yielding;
            0    6     1           sequence  J
            0    6     3             cursor  Ljava/util/function/LongSupplier;
            0    6     4            barrier  Ljava/lang/Runnable;
            2    3     5  availableSequence  J
            4    6     5  availableSequence  J
            1    6     7            counter  I
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
          Name  Flags
      sequence  final
      cursor    
      barrier   final

  private int applyWaitMethod(java.lang.Runnable, int);
    descriptor: (Ljava/lang/Runnable;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
        start local 1 // java.lang.Runnable barrier
        start local 2 // int counter
         0: .line 524
            aload 1 /* barrier */
            invokeinterface java.lang.Runnable.run:()V
         1: .line 526
            iload 2 /* counter */
            ifne 4
         2: .line 527
            invokestatic java.lang.Thread.yield:()V
         3: .line 528
            goto 5
         4: .line 530
      StackMap locals:
      StackMap stack:
            iinc 2 /* counter */ -1
         5: .line 533
      StackMap locals:
      StackMap stack:
            iload 2 /* counter */
            ireturn
        end local 2 // int counter
        end local 1 // java.lang.Runnable barrier
        end local 0 // reactor.util.concurrent.WaitStrategy$Yielding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lreactor/util/concurrent/WaitStrategy$Yielding;
            0    6     1  barrier  Ljava/lang/Runnable;
            0    6     2  counter  I
    Exceptions:
      throws reactor.util.concurrent.WaitStrategy$AlertException
    MethodParameters:
         Name  Flags
      barrier  final
      counter  
}
SourceFile: "WaitStrategy.java"
NestHost: reactor.util.concurrent.WaitStrategy
InnerClasses:
  final AlertException = reactor.util.concurrent.WaitStrategy$AlertException of reactor.util.concurrent.WaitStrategy
  final Yielding = reactor.util.concurrent.WaitStrategy$Yielding of reactor.util.concurrent.WaitStrategy