class sun.nio.ch.ServerSocketChannelImpl extends java.nio.channels.ServerSocketChannel implements sun.nio.ch.SelChImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.ServerSocketChannelImpl
  super_class: java.nio.channels.ServerSocketChannel
{
  private static sun.nio.ch.NativeDispatcher nd;
    descriptor: Lsun/nio/ch/NativeDispatcher;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final java.io.FileDescriptor fd;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int fdVal;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private volatile long thread;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.lang.Object lock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object stateLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int ST_UNINITIALIZED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int ST_INUSE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int ST_KILLED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.net.InetSocketAddress localAddress;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private sun.nio.ch.SocketOpts$IP$TCP options;
    descriptor: Lsun/nio/ch/SocketOpts$IP$TCP;
    flags: (0x0002) ACC_PRIVATE

  java.net.ServerSocket socket;
    descriptor: Ljava/net/ServerSocket;
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 44
            ldc Lsun/nio/ch/ServerSocketChannelImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
         3: .line 345
            invokestatic sun.nio.ch.IOUtil.load:()V
         4: .line 346
            invokestatic sun.nio.ch.ServerSocketChannelImpl.initIDs:()V
         5: .line 347
            new sun.nio.ch.SocketDispatcher
            dup
            invokespecial sun.nio.ch.SocketDispatcher.<init>:()V
            putstatic sun.nio.ch.ServerSocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
         6: .line 348
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
         0: .line 90
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.ServerSocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 60
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
         2: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.lock:Ljava/lang/Object;
         3: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
         4: .line 75
            aload 0 /* this */
            iconst_m1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         5: .line 81
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.ServerSocketChannelImpl.options:Lsun/nio/ch/SocketOpts$IP$TCP;
         6: .line 91
            aload 0 /* this */
            iconst_1
            invokestatic sun.nio.ch.Net.serverSocket:(Z)Ljava/io/FileDescriptor;
            putfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
         7: .line 92
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.IOUtil.fdVal:(Ljava/io/FileDescriptor;)I
            putfield sun.nio.ch.ServerSocketChannelImpl.fdVal:I
         8: .line 93
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         9: .line 94
            return
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   10     1    sp  Ljava/nio/channels/spi/SelectorProvider;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sp    

  public void <init>(java.nio.channels.spi.SelectorProvider, java.io.FileDescriptor);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;Ljava/io/FileDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
        start local 2 // java.io.FileDescriptor fd
         0: .line 99
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.ServerSocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 60
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
         2: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.lock:Ljava/lang/Object;
         3: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
         4: .line 75
            aload 0 /* this */
            iconst_m1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         5: .line 81
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.ServerSocketChannelImpl.options:Lsun/nio/ch/SocketOpts$IP$TCP;
         6: .line 100
            aload 0 /* this */
            aload 2 /* fd */
            putfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
         7: .line 101
            aload 0 /* this */
            aload 2 /* fd */
            invokestatic sun.nio.ch.IOUtil.fdVal:(Ljava/io/FileDescriptor;)I
            putfield sun.nio.ch.ServerSocketChannelImpl.fdVal:I
         8: .line 102
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         9: .line 103
            aload 0 /* this */
            aload 2 /* fd */
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
        10: .line 104
            return
        end local 2 // java.io.FileDescriptor fd
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   11     1    sp  Ljava/nio/channels/spi/SelectorProvider;
            0   11     2    fd  Ljava/io/FileDescriptor;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sp    
      fd    

  public java.net.ServerSocket socket();
    descriptor: ()Ljava/net/ServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 108
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 109
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.socket:Ljava/net/ServerSocket;
            ifnonnull 3
         2: .line 110
            aload 0 /* this */
            aload 0 /* this */
            invokestatic sun.nio.ch.ServerSocketAdaptor.create:(Lsun/nio/ch/ServerSocketChannelImpl;)Ljava/net/ServerSocket;
            putfield sun.nio.ch.ServerSocketChannelImpl.socket:Ljava/net/ServerSocket;
         3: .line 111
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.socket:Ljava/net/ServerSocket;
            aload 1
            monitorexit
         4: areturn
         5: .line 108
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public boolean isBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 116
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 117
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 116
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public java.net.InetSocketAddress localAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 122
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 123
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            ifnonnull 2
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            goto 4
         2: .line 125
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            invokestatic sun.nio.ch.Net.asInetSocketAddress:(Ljava/net/SocketAddress;)Ljava/net/InetSocketAddress;
         3: .line 124
            invokestatic sun.nio.ch.Net.getRevealedLocalAddress:(Ljava/net/InetSocketAddress;)Ljava/net/InetSocketAddress;
         4: .line 123
      StackMap locals:
      StackMap stack: java.net.InetSocketAddress
            aload 1
            monitorexit
         5: areturn
         6: .line 122
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         7: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  public void bind(java.net.SocketAddress, int);
    descriptor: (Ljava/net/SocketAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.net.SocketAddress local
        start local 2 // int backlog
         0: .line 130
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 131
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 3
         2: .line 132
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         3: .line 133
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isBound:()Z
            ifeq 5
         4: .line 134
            new sun.nio.ch.AlreadyBoundException
            dup
            invokespecial sun.nio.ch.AlreadyBoundException.<init>:()V
            athrow
         5: .line 135
      StackMap locals:
      StackMap stack:
            aload 1 /* local */
            invokestatic sun.nio.ch.Net.checkAddress:(Ljava/net/SocketAddress;)Ljava/net/InetSocketAddress;
            astore 4 /* isa */
        start local 4 // java.net.InetSocketAddress isa
         6: .line 136
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 5 /* sm */
        start local 5 // java.lang.SecurityManager sm
         7: .line 137
            aload 5 /* sm */
            ifnull 9
         8: .line 138
            aload 5 /* sm */
            aload 4 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.lang.SecurityManager.checkListen:(I)V
         9: .line 139
      StackMap locals: java.net.InetSocketAddress java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 4 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic sun.nio.ch.Net.bind:(Ljava/io/FileDescriptor;Ljava/net/InetAddress;I)V
        10: .line 140
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 2 /* backlog */
            iconst_1
            if_icmpge 11
            bipush 50
            goto 12
      StackMap locals:
      StackMap stack: java.io.FileDescriptor
        11: iload 2 /* backlog */
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.net.SocketAddress int java.lang.Object java.net.InetSocketAddress java.lang.SecurityManager
      StackMap stack: java.io.FileDescriptor int
        12: invokestatic sun.nio.ch.ServerSocketChannelImpl.listen:(Ljava/io/FileDescriptor;I)V
        13: .line 141
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 6
            monitorenter
        14: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
        15: .line 141
            aload 6
            monitorexit
        16: goto 19
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.net.SocketAddress int java.lang.Object java.net.InetSocketAddress java.lang.SecurityManager java.lang.Object
      StackMap stack: java.lang.Throwable
        17: aload 6
            monitorexit
        18: athrow
        end local 5 // java.lang.SecurityManager sm
        end local 4 // java.net.InetSocketAddress isa
        19: .line 130
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        20: goto 23
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: aload 3
            monitorexit
        22: athrow
        23: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int backlog
        end local 1 // java.net.SocketAddress local
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   24     1    local  Ljava/net/SocketAddress;
            0   24     2  backlog  I
            6   19     4      isa  Ljava/net/InetSocketAddress;
            7   19     5       sm  Ljava/lang/SecurityManager;
      Exception table:
        from    to  target  type
          14    16      17  any
          17    18      17  any
           1    20      21  any
          21    22      21  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      local    
      backlog  

  public java.nio.channels.SocketChannel accept();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 148
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 149
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 3
         2: .line 150
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         3: .line 151
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isBound:()Z
            ifne 5
         4: .line 152
            new java.nio.channels.NotYetBoundException
            dup
            invokespecial java.nio.channels.NotYetBoundException.<init>:()V
            athrow
         5: .line 153
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* sc */
        start local 2 // java.nio.channels.SocketChannel sc
         6: .line 155
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         7: .line 156
            new java.io.FileDescriptor
            dup
            invokespecial java.io.FileDescriptor.<init>:()V
            astore 4 /* newfd */
        start local 4 // java.io.FileDescriptor newfd
         8: .line 157
            iconst_1
            anewarray java.net.InetSocketAddress
            astore 5 /* isaa */
        start local 5 // java.net.InetSocketAddress[] isaa
         9: .line 160
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.begin:()V
        10: .line 161
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 18
        11: .line 171
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
        12: .line 172
            aload 0 /* this */
            iload 3 /* n */
            ifle 13
            iconst_1
            goto 14
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl
        13: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        14: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(Z)V
        15: .line 173
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 16
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.check:(I)Z
            ifne 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
      StackMap locals:
      StackMap stack:
        16: aload 1
            monitorexit
        17: .line 162
            aconst_null
            areturn
        18: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
        19: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* newfd */
            aload 5 /* isaa */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.accept0:(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
            istore 3 /* n */
        20: .line 166
            iload 3 /* n */
            bipush -3
            if_icmpne 29
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifeq 29
        21: .line 164
            goto 19
        22: .line 170
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        23: .line 171
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
        24: .line 172
            aload 0 /* this */
            iload 3 /* n */
            ifle 25
            iconst_1
            goto 26
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[] java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl
        25: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[] java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        26: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(Z)V
        27: .line 173
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 28
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.check:(I)Z
            ifne 28
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        28: .line 174
      StackMap locals:
      StackMap stack:
            aload 6
            athrow
        29: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
        30: .line 172
            aload 0 /* this */
            iload 3 /* n */
            ifle 31
            iconst_1
            goto 32
      StackMap locals:
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl
        31: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        32: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(Z)V
        33: .line 173
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 34
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.check:(I)Z
            ifne 34
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        34: .line 176
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpge 37
        35: .line 177
            aload 1
            monitorexit
        36: aconst_null
            areturn
        37: .line 179
      StackMap locals:
      StackMap stack:
            aload 4 /* newfd */
            iconst_1
            invokestatic sun.nio.ch.IOUtil.configureBlocking:(Ljava/io/FileDescriptor;Z)V
        38: .line 180
            aload 5 /* isaa */
            iconst_0
            aaload
            astore 6 /* isa */
        start local 6 // java.net.InetSocketAddress isa
        39: .line 181
            new sun.nio.ch.SocketChannelImpl
            dup
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.provider:()Ljava/nio/channels/spi/SelectorProvider;
            aload 4 /* newfd */
            aload 6 /* isa */
            invokespecial sun.nio.ch.SocketChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;)V
            astore 2 /* sc */
        40: .line 182
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 7 /* sm */
        start local 7 // java.lang.SecurityManager sm
        41: .line 183
            aload 7 /* sm */
            ifnull 49
        42: .line 185
            aload 7 /* sm */
            aload 6 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
        43: .line 186
            aload 6 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
        44: .line 185
            invokevirtual java.lang.SecurityManager.checkAccept:(Ljava/lang/String;I)V
        45: .line 187
            goto 49
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object java.nio.channels.SocketChannel int java.io.FileDescriptor java.net.InetSocketAddress[] java.net.InetSocketAddress java.lang.SecurityManager
      StackMap stack: java.lang.SecurityException
        46: astore 8 /* x */
        start local 8 // java.lang.SecurityException x
        47: .line 188
            aload 2 /* sc */
            invokevirtual java.nio.channels.SocketChannel.close:()V
        48: .line 189
            aload 8 /* x */
            athrow
        end local 8 // java.lang.SecurityException x
        49: .line 192
      StackMap locals:
      StackMap stack:
            aload 2 /* sc */
            aload 1
            monitorexit
        50: areturn
        end local 7 // java.lang.SecurityManager sm
        end local 6 // java.net.InetSocketAddress isa
        end local 5 // java.net.InetSocketAddress[] isaa
        end local 4 // java.io.FileDescriptor newfd
        end local 3 // int n
        end local 2 // java.nio.channels.SocketChannel sc
        51: .line 148
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        52: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   53     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            6   51     2     sc  Ljava/nio/channels/SocketChannel;
            7   51     3      n  I
            8   51     4  newfd  Ljava/io/FileDescriptor;
            9   51     5   isaa  [Ljava/net/InetSocketAddress;
           39   51     6    isa  Ljava/net/InetSocketAddress;
           41   51     7     sm  Ljava/lang/SecurityManager;
           47   49     8      x  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           9    11      22  any
          18    22      22  any
          42    45      46  Class java.lang.SecurityException
           1    17      51  any
          18    36      51  any
          37    50      51  any
          51    52      51  any
    Exceptions:
      throws java.io.IOException

  protected void implConfigureBlocking(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // boolean block
         0: .line 198
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* block */
            invokestatic sun.nio.ch.IOUtil.configureBlocking:(Ljava/io/FileDescriptor;Z)V
         1: .line 199
            return
        end local 1 // boolean block
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    2     1  block  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      block  

  public sun.nio.ch.SocketOpts options();
    descriptor: ()Lsun/nio/ch/SocketOpts;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 202
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 203
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.options:Lsun/nio/ch/SocketOpts$IP$TCP;
            ifnonnull 5
         2: .line 205
            new sun.nio.ch.ServerSocketChannelImpl$1
            dup
            aload 0 /* this */
            invokespecial sun.nio.ch.ServerSocketChannelImpl$1.<init>:(Lsun/nio/ch/ServerSocketChannelImpl;)V
         3: .line 204
            astore 2 /* d */
        start local 2 // sun.nio.ch.SocketOptsImpl$Dispatcher d
         4: .line 217
            aload 0 /* this */
            new sun.nio.ch.SocketOptsImpl$IP$TCP
            dup
            aload 2 /* d */
            invokespecial sun.nio.ch.SocketOptsImpl$IP$TCP.<init>:(Lsun/nio/ch/SocketOptsImpl$Dispatcher;)V
            putfield sun.nio.ch.ServerSocketChannelImpl.options:Lsun/nio/ch/SocketOpts$IP$TCP;
        end local 2 // sun.nio.ch.SocketOptsImpl$Dispatcher d
         5: .line 219
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.options:Lsun/nio/ch/SocketOpts$IP$TCP;
            aload 1
            monitorexit
         6: areturn
         7: .line 202
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         8: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            4    5     2     d  Lsun/nio/ch/SocketOptsImpl$Dispatcher;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  protected void implCloseSelectableChannel();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 224
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 225
            getstatic sun.nio.ch.ServerSocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokevirtual sun.nio.ch.NativeDispatcher.preClose:(Ljava/io/FileDescriptor;)V
         2: .line 226
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.thread:J
            lstore 2 /* th */
        start local 2 // long th
         3: .line 227
            lload 2 /* th */
            lconst_0
            lcmp
            ifeq 5
         4: .line 228
            lload 2 /* th */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
         5: .line 229
      StackMap locals: java.lang.Object long
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isRegistered:()Z
            ifne 7
         6: .line 230
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.kill:()V
        end local 2 // long th
         7: .line 224
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            3    7     2    th  J
      Exception table:
        from    to  target  type
           1     8       9  any
           9    10       9  any
    Exceptions:
      throws java.io.IOException

  public void kill();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 235
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 236
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmpne 4
         2: .line 237
            aload 1
            monitorexit
         3: return
         4: .line 238
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_m1
            if_icmpne 8
         5: .line 239
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         6: .line 240
            aload 1
            monitorexit
         7: return
         8: .line 242
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 10
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 9
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isRegistered:()Z
            ifeq 10
      StackMap locals:
      StackMap stack:
         9: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 243
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.ch.ServerSocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokevirtual sun.nio.ch.NativeDispatcher.close:(Ljava/io/FileDescriptor;)V
        11: .line 244
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
        12: .line 235
            aload 1
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 1
            monitorexit
        15: athrow
        16: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           1     3      14  any
           4     7      14  any
           8    13      14  any
          14    15      14  any
    Exceptions:
      throws java.io.IOException

  public boolean translateReadyOps(int, int, sun.nio.ch.SelectionKeyImpl);
    descriptor: (IILsun/nio/ch/SelectionKeyImpl;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // int ops
        start local 2 // int initialOps
        start local 3 // sun.nio.ch.SelectionKeyImpl sk
         0: .line 253
            aload 3 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioInterestOps:()I
            istore 4 /* intOps */
        start local 4 // int intOps
         1: .line 254
            aload 3 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            istore 5 /* oldOps */
        start local 5 // int oldOps
         2: .line 255
            iload 2 /* initialOps */
            istore 6 /* newOps */
        start local 6 // int newOps
         3: .line 257
            iload 1 /* ops */
            bipush 32
            iand
            ifeq 5
         4: .line 261
            iconst_0
            ireturn
         5: .line 264
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* ops */
            bipush 24
            iand
            ifeq 10
         6: .line 266
            iload 4 /* intOps */
            istore 6 /* newOps */
         7: .line 267
            aload 3 /* sk */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
         8: .line 268
            iload 6 /* newOps */
            iload 5 /* oldOps */
            iconst_m1
            ixor
            iand
            ifeq 9
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 271
      StackMap locals:
      StackMap stack:
            iload 1 /* ops */
            iconst_1
            iand
            ifeq 13
        11: .line 272
            iload 4 /* intOps */
            bipush 16
            iand
            ifeq 13
        12: .line 273
            iload 6 /* newOps */
            bipush 16
            ior
            istore 6 /* newOps */
        13: .line 275
      StackMap locals:
      StackMap stack:
            aload 3 /* sk */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
        14: .line 276
            iload 6 /* newOps */
            iload 5 /* oldOps */
            iconst_m1
            ixor
            iand
            ifeq 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 6 // int newOps
        end local 5 // int oldOps
        end local 4 // int intOps
        end local 3 // sun.nio.ch.SelectionKeyImpl sk
        end local 2 // int initialOps
        end local 1 // int ops
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   16     1         ops  I
            0   16     2  initialOps  I
            0   16     3          sk  Lsun/nio/ch/SelectionKeyImpl;
            1   16     4      intOps  I
            2   16     5      oldOps  I
            3   16     6      newOps  I
    MethodParameters:
            Name  Flags
      ops         
      initialOps  
      sk          

  public boolean translateAndUpdateReadyOps(int, sun.nio.ch.SelectionKeyImpl);
    descriptor: (ILsun/nio/ch/SelectionKeyImpl;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // int ops
        start local 2 // sun.nio.ch.SelectionKeyImpl sk
         0: .line 280
            aload 0 /* this */
            iload 1 /* ops */
            aload 2 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            aload 2 /* sk */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.translateReadyOps:(IILsun/nio/ch/SelectionKeyImpl;)Z
            ireturn
        end local 2 // sun.nio.ch.SelectionKeyImpl sk
        end local 1 // int ops
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    1     1   ops  I
            0    1     2    sk  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
      Name  Flags
      ops   
      sk    

  public boolean translateAndSetReadyOps(int, sun.nio.ch.SelectionKeyImpl);
    descriptor: (ILsun/nio/ch/SelectionKeyImpl;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // int ops
        start local 2 // sun.nio.ch.SelectionKeyImpl sk
         0: .line 284
            aload 0 /* this */
            iload 1 /* ops */
            iconst_0
            aload 2 /* sk */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.translateReadyOps:(IILsun/nio/ch/SelectionKeyImpl;)Z
            ireturn
        end local 2 // sun.nio.ch.SelectionKeyImpl sk
        end local 1 // int ops
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    1     1   ops  I
            0    1     2    sk  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
      Name  Flags
      ops   
      sk    

  public void translateAndSetInterestOps(int, sun.nio.ch.SelectionKeyImpl);
    descriptor: (ILsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // int ops
        start local 2 // sun.nio.ch.SelectionKeyImpl sk
         0: .line 291
            iconst_0
            istore 3 /* newOps */
        start local 3 // int newOps
         1: .line 294
            iload 1 /* ops */
            bipush 16
            iand
            ifeq 3
         2: .line 295
            iload 3 /* newOps */
            iconst_1
            ior
            istore 3 /* newOps */
         3: .line 297
      StackMap locals: int
      StackMap stack:
            aload 2 /* sk */
            getfield sun.nio.ch.SelectionKeyImpl.selector:Lsun/nio/ch/SelectorImpl;
            aload 2 /* sk */
            iload 3 /* newOps */
            invokevirtual sun.nio.ch.SelectorImpl.putEventOps:(Lsun/nio/ch/SelectionKeyImpl;I)V
         4: .line 298
            return
        end local 3 // int newOps
        end local 2 // sun.nio.ch.SelectionKeyImpl sk
        end local 1 // int ops
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    5     1     ops  I
            0    5     2      sk  Lsun/nio/ch/SelectionKeyImpl;
            1    5     3  newOps  I
    MethodParameters:
      Name  Flags
      ops   
      sk    

  public java.io.FileDescriptor getFD();
    descriptor: ()Ljava/io/FileDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 301
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            areturn
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ServerSocketChannelImpl;

  public int getFDVal();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 305
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fdVal:I
            ireturn
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ServerSocketChannelImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 309
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 310
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 311
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 312
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 6
         4: .line 313
            aload 1 /* sb */
            ldc "closed"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 314
            goto 16
         6: .line 315
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         7: .line 316
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.localAddress:()Ljava/net/InetSocketAddress;
            astore 3 /* addr */
        start local 3 // java.net.InetSocketAddress addr
         8: .line 317
            aload 3 /* addr */
            ifnonnull 11
         9: .line 318
            aload 1 /* sb */
            ldc "unbound"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 319
            goto 12
        11: .line 320
      StackMap locals: java.lang.Object java.net.InetSocketAddress
      StackMap stack:
            aload 1 /* sb */
            aload 3 /* addr */
            invokestatic sun.nio.ch.Net.getRevealedLocalAddressAsString:(Ljava/net/InetSocketAddress;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 3 // java.net.InetSocketAddress addr
        12: .line 315
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 2
            monitorexit
        15: athrow
        16: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        17: .line 325
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            1   18     1    sb  Ljava/lang/StringBuffer;
            8   12     3  addr  Ljava/net/InetSocketAddress;
      Exception table:
        from    to  target  type
           7    13      14  any
          14    15      14  any

  private static native void listen(java.io.FileDescriptor, int);
    descriptor: (Ljava/io/FileDescriptor;I)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      fd       
      backlog  

  private native int accept0(java.io.FileDescriptor, java.io.FileDescriptor, java.net.InetSocketAddress[]);
    descriptor: (Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      ssfd   
      newfd  
      isaa   

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
}
SourceFile: "ServerSocketChannelImpl.java"
NestMembers:
  sun.nio.ch.ServerSocketChannelImpl$1
InnerClasses:
  sun.nio.ch.ServerSocketChannelImpl$1
  public abstract IP = sun.nio.ch.SocketOpts$IP of sun.nio.ch.SocketOpts
  public abstract TCP = sun.nio.ch.SocketOpts$IP$TCP of sun.nio.ch.SocketOpts$IP
  abstract Dispatcher = sun.nio.ch.SocketOptsImpl$Dispatcher of sun.nio.ch.SocketOptsImpl
  IP = sun.nio.ch.SocketOptsImpl$IP of sun.nio.ch.SocketOptsImpl
  public TCP = sun.nio.ch.SocketOptsImpl$IP$TCP of sun.nio.ch.SocketOptsImpl$IP