class org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue extends java.util.concurrent.ArrayBlockingQueue<java.lang.Runnable>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue
  super_class: java.util.concurrent.ArrayBlockingQueue
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
         0: .line 709
            aload 0 /* this */
            iconst_1
            invokespecial java.util.concurrent.ArrayBlockingQueue.<init>:(I)V
         1: .line 710
            return
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;

  public int remainingCapacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
         0: .line 714
            iconst_0
            ireturn
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;

  public boolean add(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
        start local 1 // java.lang.Runnable runnable
         0: .line 719
            new java.lang.IllegalStateException
            dup
            ldc "Queue is full"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Runnable runnable
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;
            0    1     1  runnable  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      runnable  final

  public void put(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
        start local 1 // java.lang.Runnable runnable
         0: .line 725
            new java.lang.InterruptedException
            dup
            ldc "Unable to insert into queue"
            invokespecial java.lang.InterruptedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Runnable runnable
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;
            0    1     1  runnable  Ljava/lang/Runnable;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
          Name  Flags
      runnable  final

  public boolean offer(java.lang.Runnable, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
        start local 1 // java.lang.Runnable runnable
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit timeUnit
         0: .line 730
            aload 4 /* timeUnit */
            lload 2 /* timeout */
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            invokestatic java.lang.Thread.sleep:(J)V
         1: .line 731
            iconst_0
            ireturn
        end local 4 // java.util.concurrent.TimeUnit timeUnit
        end local 2 // long timeout
        end local 1 // java.lang.Runnable runnable
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;
            0    2     1  runnable  Ljava/lang/Runnable;
            0    2     2   timeout  J
            0    2     4  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
          Name  Flags
      runnable  final
      timeout   final
      timeUnit  final

  public boolean addAll(java.util.Collection<? extends java.lang.Runnable>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
        start local 1 // java.util.Collection collection
         0: .line 736
            aload 1 /* collection */
            invokeinterface java.util.Collection.size:()I
            ifle 2
         1: .line 737
            new java.lang.IllegalArgumentException
            dup
            ldc "Too many items in collection"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 739
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/logging/log4j/core/appender/rolling/RollingFileManager$EmptyQueue;
            0    3     1  collection  Ljava/util/Collection<+Ljava/lang/Runnable;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/Runnable;>;)Z
    MethodParameters:
            Name  Flags
      collection  final

  public boolean offer(java.lang.Object, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Runnable
            lload 2
            aload 4
            invokevirtual org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue.offer:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public void put(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Runnable
            invokevirtual org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue.put:(Ljava/lang/Runnable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Runnable
            invokevirtual org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue.add:(Ljava/lang/Runnable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/concurrent/ArrayBlockingQueue<Ljava/lang/Runnable;>;
SourceFile: "RollingFileManager.java"
NestHost: org.apache.logging.log4j.core.appender.rolling.RollingFileManager
InnerClasses:
  private EmptyQueue = org.apache.logging.log4j.core.appender.rolling.RollingFileManager$EmptyQueue of org.apache.logging.log4j.core.appender.rolling.RollingFileManager