class org.xnio.nio.QueuedNioTcpServer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.nio.QueuedNioTcpServer$1
  super_class: java.lang.Object
{
  final org.xnio.nio.QueuedNioTcpServer this$0;
    descriptor: Lorg/xnio/nio/QueuedNioTcpServer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.nio.QueuedNioTcpServer);
    descriptor: (Lorg/xnio/nio/QueuedNioTcpServer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.QueuedNioTcpServer$1 this
         0: .line 126
            aload 0 /* this */
            aload 1
            putfield org.xnio.nio.QueuedNioTcpServer$1.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$1 this
         0: .line 128
            invokestatic org.xnio.nio.WorkerThread.getCurrent:()Lorg/xnio/nio/WorkerThread;
            astore 1 /* current */
        start local 1 // org.xnio.nio.WorkerThread current
         1: .line 129
            getstatic org.xnio.nio.QueuedNioTcpServer.$assertionsDisabled:Z
            ifne 2
            aload 1 /* current */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 130
      StackMap locals: org.xnio.nio.WorkerThread
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$1.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.acceptQueues:Ljava/util/List;
            aload 1 /* current */
            invokevirtual org.xnio.nio.WorkerThread.getNumber:()I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.concurrent.BlockingQueue
            astore 2 /* queue */
        start local 2 // java.util.concurrent.BlockingQueue queue
         3: .line 131
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$1.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$1.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            invokevirtual org.xnio.nio.QueuedNioTcpServer.getAcceptListener:()Lorg/xnio/ChannelListener;
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         4: .line 132
            aload 2 /* queue */
            invokeinterface java.util.concurrent.BlockingQueue.isEmpty:()Z
            ifne 6
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$1.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
            ifne 6
         5: .line 133
            aload 1 /* current */
            aload 0 /* this */
            invokevirtual org.xnio.nio.WorkerThread.execute:(Ljava/lang/Runnable;)V
         6: .line 135
      StackMap locals: java.util.concurrent.BlockingQueue
      StackMap stack:
            return
        end local 2 // java.util.concurrent.BlockingQueue queue
        end local 1 // org.xnio.nio.WorkerThread current
        end local 0 // org.xnio.nio.QueuedNioTcpServer$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/xnio/nio/QueuedNioTcpServer$1;
            1    7     1  current  Lorg/xnio/nio/WorkerThread;
            3    7     2    queue  Ljava/util/concurrent/BlockingQueue<Ljava/nio/channels/SocketChannel;>;
}
SourceFile: "QueuedNioTcpServer.java"
EnclosingMethod: org.xnio.nio.QueuedNioTcpServer
NestHost: org.xnio.nio.QueuedNioTcpServer
InnerClasses:
  org.xnio.nio.QueuedNioTcpServer$1