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 final sun.nio.ch.NativeDispatcher nd;
    descriptor: Lsun/nio/ch/NativeDispatcher;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final int fdVal;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.locks.ReentrantLock acceptLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    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_INUSE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

  private long thread;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private boolean isReuseAddress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.net.ServerSocket socket;
    descriptor: Ljava/net/ServerSocket;
    flags: (0x0002) ACC_PRIVATE

  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 58
            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 63
            new sun.nio.ch.SocketDispatcher
            dup
            invokespecial sun.nio.ch.SocketDispatcher.<init>:()V
            putstatic sun.nio.ch.ServerSocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
         4: .line 81
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
    flags: (0x0000) 
    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 100
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.ServerSocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 70
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
         2: .line 74
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
         3: .line 101
            aload 0 /* this */
            iconst_1
            invokestatic sun.nio.ch.Net.serverSocket:(Z)Ljava/io/FileDescriptor;
            putfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
         4: .line 102
            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
         5: .line 103
            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    6     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    6     1    sp  Ljava/nio/channels/spi/SelectorProvider;
    MethodParameters:
      Name  Flags
      sp    

  void <init>(java.nio.channels.spi.SelectorProvider, java.io.FileDescriptor, boolean);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;Ljava/io/FileDescriptor;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
        start local 2 // java.io.FileDescriptor fd
        start local 3 // boolean bound
         0: .line 108
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.ServerSocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 70
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
         2: .line 74
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
         3: .line 109
            aload 0 /* this */
            aload 2 /* fd */
            putfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
         4: .line 110
            aload 0 /* this */
            aload 2 /* fd */
            invokestatic sun.nio.ch.IOUtil.fdVal:(Ljava/io/FileDescriptor;)I
            putfield sun.nio.ch.ServerSocketChannelImpl.fdVal:I
         5: .line 111
            iload 3 /* bound */
            ifeq 12
         6: .line 112
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         7: .line 113
            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;
         8: .line 112
            aload 4
            monitorexit
         9: goto 12
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.nio.channels.spi.SelectorProvider java.io.FileDescriptor int java.lang.Object
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean bound
        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   13     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   13     1     sp  Ljava/nio/channels/spi/SelectorProvider;
            0   13     2     fd  Ljava/io/FileDescriptor;
            0   13     3  bound  Z
      Exception table:
        from    to  target  type
           7     9      10  any
          10    11      10  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      sp     
      fd     
      bound  

  private void ensureOpen();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 120
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 2
         1: .line 121
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
    Exceptions:
      throws java.nio.channels.ClosedChannelException

  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 126
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 127
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.socket:Ljava/net/ServerSocket;
            ifnonnull 3
         2: .line 128
            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 129
      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 126
      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.SocketAddress getLocalAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 135
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 136
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         2: .line 137
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            ifnonnull 4
         3: .line 138
            aconst_null
            goto 5
         4: .line 139
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            invokestatic sun.nio.ch.Net.getRevealedLocalAddress:(Ljava/net/InetSocketAddress;)Ljava/net/InetSocketAddress;
         5: .line 137
      StackMap locals:
      StackMap stack: java.net.InetSocketAddress
            aload 1
            monitorexit
         6: areturn
         7: .line 135
      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;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    Exceptions:
      throws java.io.IOException

  public <T> java.nio.channels.ServerSocketChannel setOption(java.net.SocketOption<T>, T);
    descriptor: (Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.net.SocketOption name
        start local 2 // java.lang.Object value
         0: .line 147
            aload 1 /* name */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 148
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.supportedOptions:()Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 149
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "' not supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            invokeinterface java.net.SocketOption.type:()Ljava/lang/Class;
            aload 2 /* value */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 151
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid value '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         6: .line 154
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         7: .line 156
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.SO_REUSEADDR:Ljava/net/SocketOption;
            if_acmpne 10
            invokestatic sun.nio.ch.Net.useExclusiveBind:()Z
            ifeq 10
         8: .line 158
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield sun.nio.ch.ServerSocketChannelImpl.isReuseAddress:Z
         9: .line 159
            goto 11
        10: .line 161
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            aload 1 /* name */
            aload 2 /* value */
            invokestatic sun.nio.ch.Net.setSocketOption:(Ljava/io/FileDescriptor;Ljava/net/ProtocolFamily;Ljava/net/SocketOption;Ljava/lang/Object;)V
        11: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3
            monitorexit
        12: areturn
        13: .line 153
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        14: athrow
        end local 2 // java.lang.Object value
        end local 1 // java.net.SocketOption name
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   15     1   name  Ljava/net/SocketOption<TT;>;
            0   15     2  value  TT;
      Exception table:
        from    to  target  type
           6    12      13  any
          13    14      13  any
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;TT;)Ljava/nio/channels/ServerSocketChannel;
    MethodParameters:
       Name  Flags
      name   
      value  

  public <T> T getOption(java.net.SocketOption<T>);
    descriptor: (Ljava/net/SocketOption;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.net.SocketOption name
         0: .line 172
            aload 1 /* name */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 173
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.supportedOptions:()Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 174
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "' not supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         4: .line 177
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         5: .line 178
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.SO_REUSEADDR:Ljava/net/SocketOption;
            if_acmpne 8
            invokestatic sun.nio.ch.Net.useExclusiveBind:()Z
            ifeq 8
         6: .line 180
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.isReuseAddress:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 2
            monitorexit
         7: areturn
         8: .line 183
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            aload 1 /* name */
            invokestatic sun.nio.ch.Net.getSocketOption:(Ljava/io/FileDescriptor;Ljava/net/ProtocolFamily;Ljava/net/SocketOption;)Ljava/lang/Object;
            aload 2
            monitorexit
         9: areturn
        10: .line 176
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        11: athrow
        end local 1 // java.net.SocketOption name
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   12     1  name  Ljava/net/SocketOption<TT;>;
      Exception table:
        from    to  target  type
           4     7      10  any
           8     9      10  any
          10    11      10  any
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;)TT;
    MethodParameters:
      Name  Flags
      name  

  public final java.util.Set<java.net.SocketOption<?>> supportedOptions();
    descriptor: ()Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 204
            getstatic sun.nio.ch.ServerSocketChannelImpl$DefaultOptionsHolder.defaultOptions:Ljava/util/Set;
            areturn
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
    Signature: ()Ljava/util/Set<Ljava/net/SocketOption<*>;>;

  public java.nio.channels.ServerSocketChannel bind(java.net.SocketAddress, int);
    descriptor: (Ljava/net/SocketAddress;I)Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, 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 209
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 210
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         2: .line 211
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            ifnull 4
         3: .line 212
            new java.nio.channels.AlreadyBoundException
            dup
            invokespecial java.nio.channels.AlreadyBoundException.<init>:()V
            athrow
         4: .line 213
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* local */
            ifnonnull 6
         5: .line 214
            new java.net.InetSocketAddress
            dup
            iconst_0
            invokespecial java.net.InetSocketAddress.<init>:(I)V
            goto 7
         6: .line 215
      StackMap locals:
      StackMap stack:
            aload 1 /* local */
            invokestatic sun.nio.ch.Net.checkAddress:(Ljava/net/SocketAddress;)Ljava/net/InetSocketAddress;
         7: .line 213
      StackMap locals:
      StackMap stack: java.net.InetSocketAddress
            astore 4 /* isa */
        start local 4 // java.net.InetSocketAddress isa
         8: .line 216
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 5 /* sm */
        start local 5 // java.lang.SecurityManager sm
         9: .line 217
            aload 5 /* sm */
            ifnull 11
        10: .line 218
            aload 5 /* sm */
            aload 4 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.lang.SecurityManager.checkListen:(I)V
        11: .line 219
      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.net.NetHooks.beforeTcpBind:(Ljava/io/FileDescriptor;Ljava/net/InetAddress;I)V
        12: .line 220
            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
        13: .line 221
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 2 /* backlog */
            iconst_1
            if_icmpge 14
            bipush 50
            goto 15
      StackMap locals:
      StackMap stack: java.io.FileDescriptor
        14: 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
        15: invokestatic sun.nio.ch.Net.listen:(Ljava/io/FileDescriptor;I)V
        16: .line 222
            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;
        end local 5 // java.lang.SecurityManager sm
        end local 4 // java.net.InetSocketAddress isa
        17: .line 209
            aload 3
            monitorexit
        18: goto 21
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.net.SocketAddress int java.lang.Object
      StackMap stack: java.lang.Throwable
        19: aload 3
            monitorexit
        20: athrow
        21: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        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   22     0     this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   22     1    local  Ljava/net/SocketAddress;
            0   22     2  backlog  I
            8   17     4      isa  Ljava/net/InetSocketAddress;
            9   17     5       sm  Ljava/lang/SecurityManager;
      Exception table:
        from    to  target  type
           1    18      19  any
          19    20      19  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      local    
      backlog  

  private void begin(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // boolean blocking
         0: .line 234
            iload 1 /* blocking */
            ifeq 2
         1: .line 235
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.begin:()V
         2: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 237
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         4: .line 238
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            ifnonnull 6
         5: .line 239
            new java.nio.channels.NotYetBoundException
            dup
            invokespecial java.nio.channels.NotYetBoundException.<init>:()V
            athrow
         6: .line 240
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* blocking */
            ifeq 8
         7: .line 241
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
         8: .line 236
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   13     1  blocking  Z
      Exception table:
        from    to  target  type
           3     9      10  any
          10    11      10  any
    Exceptions:
      throws java.nio.channels.ClosedChannelException
    MethodParameters:
          Name  Flags
      blocking  

  private void end(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // boolean completed
         0: .line 254
            iload 1 /* blocking */
            ifeq 10
         1: .line 255
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         2: .line 256
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.ServerSocketChannelImpl.thread:J
         3: .line 257
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmpne 5
         4: .line 258
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.tryFinishClose:()V
         5: .line 255
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
         9: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* completed */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(Z)V
        10: .line 263
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // boolean blocking
        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   blocking  Z
            0   11     2  completed  Z
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    Exceptions:
      throws java.nio.channels.AsynchronousCloseException
    MethodParameters:
           Name  Flags
      blocking   
      completed  

  public java.nio.channels.SocketChannel accept();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 267
            iconst_0
            istore 1 /* n */
        start local 1 // int n
         1: .line 268
            new java.io.FileDescriptor
            dup
            invokespecial java.io.FileDescriptor.<init>:()V
            astore 2 /* newfd */
        start local 2 // java.io.FileDescriptor newfd
         2: .line 269
            iconst_1
            anewarray java.net.InetSocketAddress
            astore 3 /* isaa */
        start local 3 // java.net.InetSocketAddress[] isaa
         3: .line 271
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 273
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isBlocking:()Z
            istore 4 /* blocking */
        start local 4 // boolean blocking
         5: .line 275
            aload 0 /* this */
            iload 4 /* blocking */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.begin:(Z)V
         6: .line 276
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* newfd */
            aload 3 /* isaa */
            invokestatic sun.nio.ch.Net.accept:(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
            istore 1 /* n */
         7: .line 277
            iload 4 /* blocking */
            ifeq 19
         8: .line 278
            goto 11
         9: .line 279
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[] int
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.park:(I)V
        10: .line 280
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* newfd */
            aload 3 /* isaa */
            invokestatic sun.nio.ch.Net.accept:(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
            istore 1 /* n */
        11: .line 278
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 19
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 9
        12: .line 283
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 5
        14: .line 284
            aload 0 /* this */
            iload 4 /* blocking */
            iload 1 /* n */
            ifle 15
            iconst_1
            goto 16
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[] int java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        15: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[] int java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int int
        16: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(ZZ)V
        17: .line 285
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 18
            iload 1 /* n */
            invokestatic sun.nio.ch.IOStatus.check:(I)Z
            ifne 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 286
      StackMap locals:
      StackMap stack:
            aload 5
            athrow
        19: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* blocking */
            iload 1 /* n */
            ifle 20
            iconst_1
            goto 21
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[] int
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        20: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[] int
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int int
        21: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(ZZ)V
        22: .line 285
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 26
            iload 1 /* n */
            invokestatic sun.nio.ch.IOStatus.check:(I)Z
            ifne 26
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // boolean blocking
        23: .line 287
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: java.lang.Throwable
            astore 6
        24: .line 288
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        25: .line 289
            aload 6
            athrow
        26: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 291
            iload 1 /* n */
            ifle 29
        28: .line 292
            aload 0 /* this */
            aload 2 /* newfd */
            aload 3 /* isaa */
            iconst_0
            aaload
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.finishAccept:(Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;)Ljava/nio/channels/SocketChannel;
            areturn
        29: .line 294
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.net.InetSocketAddress[] isaa
        end local 2 // java.io.FileDescriptor newfd
        end local 1 // int n
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   30     0      this  Lsun/nio/ch/ServerSocketChannelImpl;
            1   30     1         n  I
            2   30     2     newfd  Ljava/io/FileDescriptor;
            3   30     3      isaa  [Ljava/net/InetSocketAddress;
            5   23     4  blocking  Z
      Exception table:
        from    to  target  type
           5    13      13  any
           4    23      23  any
    Exceptions:
      throws java.io.IOException

  java.nio.channels.SocketChannel blockingAccept(long);
    descriptor: (J)Ljava/nio/channels/SocketChannel;
    flags: (0x0000) 
    Code:
      stack=6, locals=13, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // long nanos
         0: .line 309
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         1: .line 310
            new java.io.FileDescriptor
            dup
            invokespecial java.io.FileDescriptor.<init>:()V
            astore 4 /* newfd */
        start local 4 // java.io.FileDescriptor newfd
         2: .line 311
            iconst_1
            anewarray java.net.InetSocketAddress
            astore 5 /* isaa */
        start local 5 // java.net.InetSocketAddress[] isaa
         3: .line 313
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 316
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isBlocking:()Z
            ifne 6
         5: .line 317
            new java.nio.channels.IllegalBlockingModeException
            dup
            invokespecial java.nio.channels.IllegalBlockingModeException.<init>:()V
            athrow
         6: .line 320
      StackMap locals: int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.begin:(Z)V
         7: .line 322
            aload 0 /* this */
            iconst_0
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.lockedConfigureBlocking:(Z)V
         8: .line 324
            invokestatic java.lang.System.nanoTime:()J
            lstore 6 /* startNanos */
        start local 6 // long startNanos
         9: .line 325
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* newfd */
            aload 5 /* isaa */
            invokestatic sun.nio.ch.Net.accept:(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
            istore 3 /* n */
        10: .line 326
            goto 16
        11: .line 327
      StackMap locals: long
      StackMap stack:
            lload 1 /* nanos */
            invokestatic java.lang.System.nanoTime:()J
            lload 6 /* startNanos */
            lsub
            lsub
            lstore 8 /* remainingNanos */
        start local 8 // long remainingNanos
        12: .line 328
            lload 8 /* remainingNanos */
            lconst_0
            lcmp
            ifgt 14
        13: .line 329
            new java.net.SocketTimeoutException
            dup
            ldc "Accept timed out"
            invokespecial java.net.SocketTimeoutException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 331
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            lload 8 /* remainingNanos */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.park:(IJ)V
        15: .line 332
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* newfd */
            aload 5 /* isaa */
            invokestatic sun.nio.ch.Net.accept:(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I
            istore 3 /* n */
        end local 8 // long remainingNanos
        16: .line 326
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            bipush -2
            if_icmpne 21
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 11
        end local 6 // long startNanos
        17: .line 334
            goto 21
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: java.lang.Throwable
        18: astore 10
        19: .line 336
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.lockedConfigureBlocking:(Z)V
        20: .line 337
            aload 10
            athrow
        21: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.lockedConfigureBlocking:(Z)V
        22: .line 338
            goto 28
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 11
        24: .line 339
            aload 0 /* this */
            iconst_1
            iload 3 /* n */
            ifle 25
            iconst_1
            goto 26
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[] top top top top top java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        25: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[] top top top top top java.lang.Throwable
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int int
        26: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(ZZ)V
        27: .line 340
            aload 11
            athrow
        28: .line 339
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iload 3 /* n */
            ifle 29
            iconst_1
            goto 30
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int
        29: iconst_0
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl long int java.io.FileDescriptor java.net.InetSocketAddress[]
      StackMap stack: sun.nio.ch.ServerSocketChannelImpl int int
        30: invokevirtual sun.nio.ch.ServerSocketChannelImpl.end:(ZZ)V
        31: .line 341
            goto 35
      StackMap locals:
      StackMap stack: java.lang.Throwable
        32: astore 12
        33: .line 342
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        34: .line 343
            aload 12
            athrow
        35: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        36: .line 345
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 37
            iload 3 /* n */
            ifgt 37
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        37: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* newfd */
            aload 5 /* isaa */
            iconst_0
            aaload
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.finishAccept:(Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;)Ljava/nio/channels/SocketChannel;
            areturn
        end local 5 // java.net.InetSocketAddress[] isaa
        end local 4 // java.io.FileDescriptor newfd
        end local 3 // int n
        end local 1 // long nanos
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   38     0            this  Lsun/nio/ch/ServerSocketChannelImpl;
            0   38     1           nanos  J
            1   38     3               n  I
            2   38     4           newfd  Ljava/io/FileDescriptor;
            3   38     5            isaa  [Ljava/net/InetSocketAddress;
            9   17     6      startNanos  J
           12   16     8  remainingNanos  J
      Exception table:
        from    to  target  type
           8    18      18  any
           6    23      23  any
           4    32      32  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      nanos  

  private java.nio.channels.SocketChannel finishAccept(java.io.FileDescriptor, java.net.InetSocketAddress);
    descriptor: (Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;)Ljava/nio/channels/SocketChannel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // java.io.FileDescriptor newfd
        start local 2 // java.net.InetSocketAddress isa
         0: .line 354
            aload 1 /* newfd */
            iconst_1
            invokestatic sun.nio.ch.IOUtil.configureBlocking:(Ljava/io/FileDescriptor;Z)V
         1: .line 357
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 3 /* sm */
        start local 3 // java.lang.SecurityManager sm
         2: .line 358
            aload 3 /* sm */
            ifnull 4
         3: .line 359
            aload 3 /* sm */
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.lang.SecurityManager.checkAccept:(Ljava/lang/String;I)V
         4: .line 361
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            new sun.nio.ch.SocketChannelImpl
            dup
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.provider:()Ljava/nio/channels/spi/SelectorProvider;
            aload 1 /* newfd */
            aload 2 /* isa */
            invokespecial sun.nio.ch.SocketChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;)V
         5: areturn
        end local 3 // java.lang.SecurityManager sm
         6: .line 362
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.io.FileDescriptor java.net.InetSocketAddress
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         7: .line 363
            getstatic sun.nio.ch.ServerSocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 1 /* newfd */
            invokevirtual sun.nio.ch.NativeDispatcher.close:(Ljava/io/FileDescriptor;)V
         8: .line 364
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // java.net.InetSocketAddress isa
        end local 1 // java.io.FileDescriptor newfd
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    9     1  newfd  Ljava/io/FileDescriptor;
            0    9     2    isa  Ljava/net/InetSocketAddress;
            2    6     3     sm  Ljava/lang/SecurityManager;
            7    9     3      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      newfd  
      isa    

  protected void implConfigureBlocking(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // boolean block
         0: .line 370
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 372
            aload 0 /* this */
            iload 1 /* block */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.lockedConfigureBlocking:(Z)V
         2: .line 373
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 374
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 375
            aload 2
            athrow
         6: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 376
            return
        end local 1 // boolean block
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    8     1  block  Z
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      block  

  private void lockedConfigureBlocking(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // boolean block
         0: .line 382
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.isHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 384
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.ensureOpen:()V
         3: .line 385
            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
         4: .line 383
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl int java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 387
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean block
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    9     1  block  Z
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      block  

  private boolean tryClose();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 394
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmpeq 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.thread:J
            lconst_0
            lcmp
            ifne 6
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isRegistered:()Z
            ifne 6
         3: .line 396
            aload 0 /* this */
            iconst_2
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         4: .line 397
            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
         5: .line 398
            iconst_1
            ireturn
         6: .line 400
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
    Exceptions:
      throws java.io.IOException

  private void tryFinishClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 411
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.tryClose:()Z
            pop
         1: .line 412
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 413
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  private void implCloseBlockingMode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 423
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 424
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 425
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         3: .line 426
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.tryClose:()Z
            ifne 8
         4: .line 427
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.thread:J
            lstore 2 /* th */
        start local 2 // long th
         5: .line 428
            lload 2 /* th */
            lconst_0
            lcmp
            ifeq 8
         6: .line 429
            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
         7: .line 430
            lload 2 /* th */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
        end local 2 // long th
         8: .line 423
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 434
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
            5    8     2    th  J
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any
    Exceptions:
      throws java.io.IOException

  private void implCloseNonBlockingMode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 443
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 444
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 445
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.ServerSocketChannelImpl.state:I
         3: .line 443
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         8: .line 449
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.acceptLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         9: .line 450
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
        10: .line 451
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmpne 12
        11: .line 452
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.tryClose:()Z
            pop
        12: .line 450
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 1
            monitorexit
        15: athrow
        16: .line 455
      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     4       5  any
           5     6       5  any
          10    13      14  any
          14    15      14  any
    Exceptions:
      throws java.io.IOException

  protected void implCloseSelectableChannel();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 462
            getstatic sun.nio.ch.ServerSocketChannelImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isBlocking:()Z
            ifeq 4
         2: .line 464
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.implCloseBlockingMode:()V
         3: .line 465
            goto 5
         4: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.implCloseNonBlockingMode:()V
         5: .line 468
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
    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 472
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 473
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.state:I
            iconst_1
            if_icmpne 3
         2: .line 474
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.tryFinishClose:()V
         3: .line 472
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 477
      StackMap locals:
      StackMap stack:
            return
        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     4       5  any
           5     6       5  any

  boolean isBound();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 483
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 484
            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 483
      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

  java.net.InetSocketAddress localAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
         0: .line 492
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 493
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            aload 1
            monitorexit
         2: areturn
         3: .line 492
      StackMap locals: sun.nio.ch.ServerSocketChannelImpl java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/ServerSocketChannelImpl;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  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 ski
         0: .line 501
            aload 3 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioInterestOps:()I
            istore 4 /* intOps */
        start local 4 // int intOps
         1: .line 502
            aload 3 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            istore 5 /* oldOps */
        start local 5 // int oldOps
         2: .line 503
            iload 2 /* initialOps */
            istore 6 /* newOps */
        start local 6 // int newOps
         3: .line 505
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLNVAL:S
            iand
            ifeq 5
         4: .line 509
            iconst_0
            ireturn
         5: .line 512
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLERR:S
            getstatic sun.nio.ch.Net.POLLHUP:S
            ior
            iand
            ifeq 10
         6: .line 513
            iload 4 /* intOps */
            istore 6 /* newOps */
         7: .line 514
            aload 3 /* ski */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
         8: .line 515
            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 518
      StackMap locals:
      StackMap stack:
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLIN:S
            iand
            ifeq 13
        11: .line 519
            iload 4 /* intOps */
            bipush 16
            iand
            ifeq 13
        12: .line 520
            iload 6 /* newOps */
            bipush 16
            ior
            istore 6 /* newOps */
        13: .line 522
      StackMap locals:
      StackMap stack:
            aload 3 /* ski */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
        14: .line 523
            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 ski
        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         ski  Lsun/nio/ch/SelectionKeyImpl;
            1   16     4      intOps  I
            2   16     5      oldOps  I
            3   16     6      newOps  I
    MethodParameters:
            Name  Flags
      ops         
      initialOps  
      ski         

  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 ski
         0: .line 527
            aload 0 /* this */
            iload 1 /* ops */
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            aload 2 /* ski */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.translateReadyOps:(IILsun/nio/ch/SelectionKeyImpl;)Z
            ireturn
        end local 2 // sun.nio.ch.SelectionKeyImpl ski
        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   ski  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
      Name  Flags
      ops   
      ski   

  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 ski
         0: .line 531
            aload 0 /* this */
            iload 1 /* ops */
            iconst_0
            aload 2 /* ski */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.translateReadyOps:(IILsun/nio/ch/SelectionKeyImpl;)Z
            ireturn
        end local 2 // sun.nio.ch.SelectionKeyImpl ski
        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   ski  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
      Name  Flags
      ops   
      ski   

  public int translateInterestOps(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.ServerSocketChannelImpl this
        start local 1 // int ops
         0: .line 538
            iconst_0
            istore 2 /* newOps */
        start local 2 // int newOps
         1: .line 539
            iload 1 /* ops */
            bipush 16
            iand
            ifeq 3
         2: .line 540
            iload 2 /* newOps */
            getstatic sun.nio.ch.Net.POLLIN:S
            ior
            istore 2 /* newOps */
         3: .line 541
      StackMap locals: int
      StackMap stack:
            iload 2 /* newOps */
            ireturn
        end local 2 // int newOps
        end local 1 // int ops
        end local 0 // sun.nio.ch.ServerSocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/nio/ch/ServerSocketChannelImpl;
            0    4     1     ops  I
            1    4     2  newOps  I
    MethodParameters:
      Name  Flags
      ops   

  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 545
            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 549
            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 553
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 554
            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.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 555
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         3: .line 556
            aload 0 /* this */
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.isOpen:()Z
            ifne 6
         4: .line 557
            aload 1 /* sb */
            ldc "closed"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 558
            goto 16
         6: .line 559
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         7: .line 560
            aload 0 /* this */
            getfield sun.nio.ch.ServerSocketChannelImpl.localAddress:Ljava/net/InetSocketAddress;
            astore 3 /* addr */
        start local 3 // java.net.InetSocketAddress addr
         8: .line 561
            aload 3 /* addr */
            ifnonnull 11
         9: .line 562
            aload 1 /* sb */
            ldc "unbound"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 563
            goto 12
        11: .line 564
      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.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 3 // java.net.InetSocketAddress addr
        12: .line 559
      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 568
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        17: .line 569
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder 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/StringBuilder;
            8   12     3  addr  Ljava/net/InetSocketAddress;
      Exception table:
        from    to  target  type
           7    13      14  any
          14    15      14  any

  public java.nio.channels.NetworkChannel setOption(java.net.SocketOption, java.lang.Object);
    descriptor: (Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/NetworkChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.net.SocketOption
            aload 2
            checkcast java.lang.Object
            invokevirtual sun.nio.ch.ServerSocketChannelImpl.setOption:(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/ServerSocketChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ServerSocketChannelImpl.java"
NestMembers:
  sun.nio.ch.ServerSocketChannelImpl$DefaultOptionsHolder
InnerClasses:
  private DefaultOptionsHolder = sun.nio.ch.ServerSocketChannelImpl$DefaultOptionsHolder of sun.nio.ch.ServerSocketChannelImpl