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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.xnio.nio.QueuedNioTcpServer$4 this
         0: .line 357
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getHighWater:(J)I
            if_icmplt 8
         1: .line 358
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            dup
            astore 1
            monitorenter
         2: .line 359
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            iconst_1
            putfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
         3: .line 360
            getstatic org.xnio.nio.Log.tcpServerLog:Lorg/xnio/nio/Log;
            getstatic org.xnio.nio.QueuedNioTcpServer.FQCN:Ljava/lang/String;
            getstatic org.jboss.logging.Logger$Level.DEBUG:Lorg/jboss/logging/Logger$Level;
            aconst_null
            ldc "Total open connections reach high water limit (%s) after updating water mark"
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getHighWater:(J)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.xnio.nio.Log.logf:(Ljava/lang/String;Lorg/jboss/logging/Logger$Level;Ljava/lang/Throwable;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 358
            aload 1
            monitorexit
         5: goto 10
      StackMap locals: org.xnio.nio.QueuedNioTcpServer$4 org.xnio.nio.QueuedNioTcpServer
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
            ifeq 10
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.openConnections:I
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            getfield org.xnio.nio.QueuedNioTcpServer.connectionStatus:J
            invokestatic org.xnio.nio.QueuedNioTcpServer.getLowWater:(J)I
            if_icmpgt 10
         9: .line 363
            aload 0 /* this */
            getfield org.xnio.nio.QueuedNioTcpServer$4.this$0:Lorg/xnio/nio/QueuedNioTcpServer;
            iconst_0
            putfield org.xnio.nio.QueuedNioTcpServer.suspendedDueToWatermark:Z
        10: .line 365
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.xnio.nio.QueuedNioTcpServer$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/xnio/nio/QueuedNioTcpServer$4;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
}
SourceFile: "QueuedNioTcpServer.java"
EnclosingMethod: org.xnio.nio.QueuedNioTcpServer.updateWaterMark:(II)J
NestHost: org.xnio.nio.QueuedNioTcpServer
InnerClasses:
  public final Level = org.jboss.logging.Logger$Level of org.jboss.logging.Logger
  org.xnio.nio.QueuedNioTcpServer$4