class org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4 implements org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$Idle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4 this
         0: .line 171
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory$WaitStrategy$4;

  public int idle(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4 this
        start local 1 // int idleCounter
         0: .line 174
            iload 1 /* idleCounter */
            sipush 200
            if_icmple 3
         1: .line 175
            lconst_1
            invokestatic java.util.concurrent.locks.LockSupport.parkNanos:(J)V
         2: .line 176
            goto 5
      StackMap locals:
      StackMap stack:
         3: iload 1 /* idleCounter */
            bipush 100
            if_icmple 5
         4: .line 177
            invokestatic java.lang.Thread.yield:()V
         5: .line 179
      StackMap locals:
      StackMap stack:
            iload 1 /* idleCounter */
            iconst_1
            iadd
            ireturn
        end local 1 // int idleCounter
        end local 0 // org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/logging/log4j/core/async/JCToolsBlockingQueueFactory$WaitStrategy$4;
            0    6     1  idleCounter  I
    MethodParameters:
             Name  Flags
      idleCounter  final
}
SourceFile: "JCToolsBlockingQueueFactory.java"
EnclosingMethod: org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy
NestHost: org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory
InnerClasses:
  private abstract Idle = org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$Idle of org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory
  public final WaitStrategy = org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy of org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory
  org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory$WaitStrategy$4