final class io.netty.util.internal.PlatformDependent$Mpsc
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.util.internal.PlatformDependent$Mpsc
  super_class: java.lang.Object
{
  private static final boolean USE_MPSC_CHUNKED_ARRAY_QUEUE;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.util.internal.PlatformDependent$Mpsc this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tThe import org.jctools cannot be resolved\n\tPow2 cannot be resolved to a variable\n\tUnsafeAccess cannot be resolved to a variable\n\tMpscChunkedArrayQueue cannot be resolved to a type\n\tMpscGrowableAtomicArrayQueue cannot be resolved to a type\n\tMpscUnboundedArrayQueue cannot be resolved to a type\n\tMpscUnboundedAtomicArrayQueue cannot be resolved to a type\n\tSpscLinkedQueue cannot be resolved to a type\n\tSpscLinkedAtomicQueue cannot be resolved to a type\n\tMpscArrayQueue cannot be resolved to a type\n\tMpscAtomicArrayQueue cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.util.internal.PlatformDependent$Mpsc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/internal/PlatformDependent$Mpsc;

  static <T> java.util.Queue<T> newMpscQueue(int);
    descriptor: (I)Ljava/util/Queue;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 858
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMpscChunkedArrayQueue cannot be resolved to a type\n\tMpscGrowableAtomicArrayQueue cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(I)Ljava/util/Queue<TT;>;
    MethodParameters:
             Name  Flags
      maxCapacity  final

  static <T> java.util.Queue<T> newMpscQueue();
    descriptor: ()Ljava/util/Queue;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 863
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMpscUnboundedArrayQueue cannot be resolved to a type\n\tMpscUnboundedAtomicArrayQueue cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()Ljava/util/Queue<TT;>;
}
SourceFile: "PlatformDependent.java"
NestHost: io.netty.util.internal.PlatformDependent
InnerClasses:
  private final Mpsc = io.netty.util.internal.PlatformDependent$Mpsc of io.netty.util.internal.PlatformDependent