class org.xnio.nio.QueuedNioTcpServer$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.nio.QueuedNioTcpServer$2
  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$2 this
         0: .line 138
            aload 0 /* this */
            aload 1
            putfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/QueuedNioTcpServer$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$2 this
         0: .line 141
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            dup
            getfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
            iconst_1
            isub
            putfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
         1: .line 142
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
            ifeq 8
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getLowWater:(J)I
            if_icmpge 8
         2: .line 143
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            dup
            astore 1
            monitorenter
         3: .line 144
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$2.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            iconst_0
            putfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
         4: .line 143
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: org.xnio.nio.QueuedNioTcpServer$2 org.xnio.nio.QueuedNioTcpServer
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/xnio/nio/QueuedNioTcpServer$2;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
}
SourceFile: "QueuedNioTcpServer.java"
EnclosingMethod: org.xnio.nio.QueuedNioTcpServer
NestHost: org.xnio.nio.QueuedNioTcpServer
InnerClasses:
  org.xnio.nio.QueuedNioTcpServer$2