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

  private final java.net.ProtocolFamily family;
    descriptor: Ljava/net/ProtocolFamily;
    flags: (0x0012) ACC_PRIVATE, 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 readLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.locks.ReentrantLock writeLock;
    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 volatile boolean isInputClosed;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean isOutputClosed;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

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

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

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

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

  private volatile int state;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

  private java.net.SocketAddress remoteAddress;
    descriptor: Ljava/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private java.net.Socket socket;
    descriptor: Ljava/net/Socket;
    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 71
            ldc Lsun/nio/ch/SocketChannelImpl;
            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.SocketChannelImpl.$assertionsDisabled:Z
         3: .line 76
            new sun.nio.ch.SocketDispatcher
            dup
            invokespecial sun.nio.ch.SocketDispatcher.<init>:()V
            putstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
         4: .line 112
            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.SocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
         0: .line 129
            aload 0 /* this */
            aload 1 /* sp */
            invokestatic sun.nio.ch.Net.isIPv6Available:()Z
            ifeq 1
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            goto 2
      StackMap locals: uninitialized-this java.nio.channels.spi.SelectorProvider
      StackMap stack: uninitialized-this java.nio.channels.spi.SelectorProvider
         1: getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
      StackMap locals: uninitialized-this java.nio.channels.spi.SelectorProvider
      StackMap stack: uninitialized-this java.nio.channels.spi.SelectorProvider java.net.StandardProtocolFamily
         2: invokespecial sun.nio.ch.SocketChannelImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;Ljava/net/ProtocolFamily;)V
         3: .line 130
            return
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/ch/SocketChannelImpl;
            0    4     1    sp  Ljava/nio/channels/spi/SelectorProvider;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sp    

  void <init>(java.nio.channels.spi.SelectorProvider, java.net.ProtocolFamily);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;Ljava/net/ProtocolFamily;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
        start local 2 // java.net.ProtocolFamily family
         0: .line 133
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.SocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 86
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
         2: .line 89
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
         3: .line 93
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
         4: .line 134
            aload 2 /* family */
            ldc "'family' is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         5: .line 135
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            if_acmpeq 7
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            if_acmpeq 7
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.UNIX:Ljava/net/StandardProtocolFamily;
            if_acmpeq 7
         6: .line 136
            new java.lang.UnsupportedOperationException
            dup
            ldc "Protocol family not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 138
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.channels.spi.SelectorProvider java.net.ProtocolFamily
      StackMap stack:
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            if_acmpne 9
            invokestatic sun.nio.ch.Net.isIPv6Available:()Z
            ifne 9
         8: .line 139
            new java.lang.UnsupportedOperationException
            dup
            ldc "IPv6 not available"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* family */
            putfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
        10: .line 143
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.UNIX:Ljava/net/StandardProtocolFamily;
            if_acmpne 13
        11: .line 144
            aload 0 /* this */
            invokestatic sun.nio.ch.UnixDomainSockets.socket:()Ljava/io/FileDescriptor;
            putfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
        12: .line 145
            goto 14
        13: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* family */
            iconst_1
            invokestatic sun.nio.ch.Net.socket:(Ljava/net/ProtocolFamily;Z)Ljava/io/FileDescriptor;
            putfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
        14: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.IOUtil.fdVal:(Ljava/io/FileDescriptor;)I
            putfield sun.nio.ch.SocketChannelImpl.fdVal:I
        15: .line 149
            return
        end local 2 // java.net.ProtocolFamily family
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/nio/ch/SocketChannelImpl;
            0   16     1      sp  Ljava/nio/channels/spi/SelectorProvider;
            0   16     2  family  Ljava/net/ProtocolFamily;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      sp      
      family  

  void <init>(java.nio.channels.spi.SelectorProvider, java.net.ProtocolFamily, java.io.FileDescriptor, java.net.SocketAddress);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;Ljava/net/ProtocolFamily;Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
        start local 2 // java.net.ProtocolFamily family
        start local 3 // java.io.FileDescriptor fd
        start local 4 // java.net.SocketAddress remoteAddress
         0: .line 159
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial java.nio.channels.SocketChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 86
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
         2: .line 89
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
         3: .line 93
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
         4: .line 160
            aload 0 /* this */
            aload 2 /* family */
            putfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
         5: .line 161
            aload 0 /* this */
            aload 3 /* fd */
            putfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
         6: .line 162
            aload 0 /* this */
            aload 3 /* fd */
            invokestatic sun.nio.ch.IOUtil.fdVal:(Ljava/io/FileDescriptor;)I
            putfield sun.nio.ch.SocketChannelImpl.fdVal:I
         7: .line 163
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 5
            monitorenter
         8: .line 164
            aload 2 /* family */
            getstatic java.net.StandardProtocolFamily.UNIX:Ljava/net/StandardProtocolFamily;
            if_acmpne 11
         9: .line 165
            aload 0 /* this */
            aload 3 /* fd */
            invokestatic sun.nio.ch.UnixDomainSockets.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/UnixDomainSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
        10: .line 166
            goto 12
        11: .line 167
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.channels.spi.SelectorProvider java.net.ProtocolFamily java.io.FileDescriptor java.net.SocketAddress java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fd */
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
        12: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* remoteAddress */
            putfield sun.nio.ch.SocketChannelImpl.remoteAddress:Ljava/net/SocketAddress;
        13: .line 170
            aload 0 /* this */
            iconst_2
            putfield sun.nio.ch.SocketChannelImpl.state:I
        14: .line 163
            aload 5
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 5
            monitorexit
        17: athrow
        18: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.net.SocketAddress remoteAddress
        end local 3 // java.io.FileDescriptor fd
        end local 2 // java.net.ProtocolFamily family
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Lsun/nio/ch/SocketChannelImpl;
            0   19     1             sp  Ljava/nio/channels/spi/SelectorProvider;
            0   19     2         family  Ljava/net/ProtocolFamily;
            0   19     3             fd  Ljava/io/FileDescriptor;
            0   19     4  remoteAddress  Ljava/net/SocketAddress;
      Exception table:
        from    to  target  type
           8    15      16  any
          16    17      16  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      sp             
      family         
      fd             
      remoteAddress  

  boolean isNetSocket();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 178
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            getstatic java.net.StandardProtocolFamily.INET:Ljava/net/StandardProtocolFamily;
            if_acmpeq 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketChannelImpl;

  boolean isUnixSocket();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 185
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            getstatic java.net.StandardProtocolFamily.UNIX:Ljava/net/StandardProtocolFamily;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketChannelImpl;

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

  private void ensureOpenAndConnected();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 211
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            istore 1 /* state */
        start local 1 // int state
         1: .line 212
            iload 1 /* state */
            iconst_2
            if_icmpge 3
         2: .line 213
            new java.nio.channels.NotYetConnectedException
            dup
            invokespecial java.nio.channels.NotYetConnectedException.<init>:()V
            athrow
         3: .line 214
      StackMap locals: int
      StackMap stack:
            iload 1 /* state */
            iconst_2
            if_icmple 5
         4: .line 215
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         5: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int state
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/nio/ch/SocketChannelImpl;
            1    6     1  state  I
    Exceptions:
      throws java.nio.channels.ClosedChannelException

  public java.net.Socket socket();
    descriptor: ()Ljava/net/Socket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 221
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 222
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.socket:Ljava/net/Socket;
            ifnonnull 6
         2: .line 223
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isNetSocket:()Z
            ifeq 5
         3: .line 224
            aload 0 /* this */
            aload 0 /* this */
            invokestatic sun.nio.ch.SocketAdaptor.create:(Lsun/nio/ch/SocketChannelImpl;)Ljava/net/Socket;
            putfield sun.nio.ch.SocketChannelImpl.socket:Ljava/net/Socket;
         4: .line 225
            goto 6
         5: .line 226
      StackMap locals: java.lang.Object
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.socket:Ljava/net/Socket;
            aload 1
            monitorexit
         7: areturn
         8: .line 221
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         9: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/nio/ch/SocketChannelImpl;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  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.SocketChannelImpl this
         0: .line 235
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 236
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         2: .line 237
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 5
         3: .line 238
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
            invokestatic sun.nio.ch.UnixDomainSockets.getRevealedLocalAddress:(Ljava/net/SocketAddress;)Ljava/net/UnixDomainSocketAddress;
            aload 1
            monitorexit
         4: areturn
         5: .line 240
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
            invokestatic sun.nio.ch.Net.getRevealedLocalAddress:(Ljava/net/SocketAddress;)Ljava/net/InetSocketAddress;
            aload 1
            monitorexit
         6: areturn
         7: .line 235
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         8: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/SocketChannelImpl;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    Exceptions:
      throws java.io.IOException

  public java.net.SocketAddress getRemoteAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 247
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 248
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         2: .line 249
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.remoteAddress:Ljava/net/SocketAddress;
            aload 1
            monitorexit
         3: areturn
         4: .line 247
      StackMap locals: sun.nio.ch.SocketChannelImpl java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         5: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/ch/SocketChannelImpl;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Exceptions:
      throws java.io.IOException

  public <T> java.nio.channels.SocketChannel setOption(java.net.SocketOption<T>, T);
    descriptor: (Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketOption name
        start local 2 // java.lang.Object value
         0: .line 257
            aload 1 /* name */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 258
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.supportedOptions:()Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 259
            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 260
      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 261
            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 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         6: .line 264
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         7: .line 266
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isNetSocket:()Z
            ifeq 16
         8: .line 267
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.IP_TOS:Ljava/net/SocketOption;
            if_acmpne 12
         9: .line 269
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family: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
        10: .line 270
            aload 0 /* this */
            aload 3
            monitorexit
        11: areturn
        12: .line 272
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.SO_REUSEADDR:Ljava/net/SocketOption;
            if_acmpne 16
            invokestatic sun.nio.ch.Net.useExclusiveBind:()Z
            ifeq 16
        13: .line 274
            aload 0 /* this */
            aload 2 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield sun.nio.ch.SocketChannelImpl.isReuseAddress:Z
        14: .line 275
            aload 0 /* this */
            aload 3
            monitorexit
        15: areturn
        16: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* name */
            aload 2 /* value */
            invokestatic sun.nio.ch.Net.setSocketOption:(Ljava/io/FileDescriptor;Ljava/net/SocketOption;Ljava/lang/Object;)V
        17: .line 281
            aload 0 /* this */
            aload 3
            monitorexit
        18: areturn
        19: .line 263
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        20: athrow
        end local 2 // java.lang.Object value
        end local 1 // java.net.SocketOption name
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   21     1   name  Ljava/net/SocketOption<TT;>;
            0   21     2  value  TT;
      Exception table:
        from    to  target  type
           6    11      19  any
          12    15      19  any
          16    18      19  any
          19    20      19  any
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;TT;)Ljava/nio/channels/SocketChannel;
    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.SocketChannelImpl this
        start local 1 // java.net.SocketOption name
         0: .line 290
            aload 1 /* name */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 291
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.supportedOptions:()Ljava/util/Set;
            aload 1 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 292
            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 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         4: .line 295
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         5: .line 297
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isNetSocket:()Z
            ifeq 12
         6: .line 298
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.IP_TOS:Ljava/net/SocketOption;
            if_acmpne 9
         7: .line 300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family: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
         8: areturn
         9: .line 302
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* name */
            getstatic java.net.StandardSocketOptions.SO_REUSEADDR:Ljava/net/SocketOption;
            if_acmpne 12
            invokestatic sun.nio.ch.Net.useExclusiveBind:()Z
            ifeq 12
        10: .line 304
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isReuseAddress:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 2
            monitorexit
        11: areturn
        12: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* name */
            invokestatic sun.nio.ch.Net.getSocketOption:(Ljava/io/FileDescriptor;Ljava/net/SocketOption;)Ljava/lang/Object;
            aload 2
            monitorexit
        13: areturn
        14: .line 294
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        15: athrow
        end local 1 // java.net.SocketOption name
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/nio/ch/SocketChannelImpl;
            0   16     1  name  Ljava/net/SocketOption<TT;>;
      Exception table:
        from    to  target  type
           4     8      14  any
           9    11      14  any
          12    13      14  any
          14    15      14  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.SocketChannelImpl this
         0: .line 347
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 2
         1: .line 348
            getstatic sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder.defaultUnixOptions:Ljava/util/Set;
            areturn
         2: .line 350
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder.defaultInetOptions:Ljava/util/Set;
            areturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/SocketChannelImpl;
    Signature: ()Ljava/util/Set<Ljava/net/SocketOption<*>;>;

  private void beginRead(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
         0: .line 360
            iload 1 /* blocking */
            ifeq 9
         1: .line 362
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.begin:()V
         2: .line 364
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 365
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         4: .line 367
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.SocketChannelImpl.readerThread:J
         5: .line 364
            aload 2
            monitorexit
         6: goto 9
      StackMap locals: sun.nio.ch.SocketChannelImpl int java.lang.Object
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   10     1  blocking  Z
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
    Exceptions:
      throws java.nio.channels.ClosedChannelException
    MethodParameters:
          Name  Flags
      blocking  

  private void endRead(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // boolean completed
         0: .line 381
            iload 1 /* blocking */
            ifeq 10
         1: .line 382
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         2: .line 383
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.SocketChannelImpl.readerThread:J
         3: .line 384
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmpne 5
         4: .line 385
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryFinishClose:()V
         5: .line 382
      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 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* completed */
            invokevirtual sun.nio.ch.SocketChannelImpl.end:(Z)V
        10: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/nio/ch/SocketChannelImpl;
            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  

  private void throwConnectionReset();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 394
            new java.net.SocketException
            dup
            ldc "Connection reset"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl;
    Exceptions:
      throws java.net.SocketException

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 399
            aload 1 /* buf */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 401
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 403
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         3: .line 404
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 2 /* blocking */
        start local 2 // boolean blocking
         4: .line 405
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         5: .line 407
            aload 0 /* this */
            iload 2 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginRead:(Z)V
         6: .line 410
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
            ifeq 8
         7: .line 411
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
         8: .line 414
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 17
         9: .line 428
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 10
            iconst_1
            goto 11
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        10: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        11: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        12: .line 429
            iload 3 /* n */
            ifgt 15
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 15
        13: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        14: .line 430
            iconst_m1
            ireturn
        15: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        16: .line 415
            iconst_m1
            ireturn
        17: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* buf */
            ldc -1
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.read:(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;)I
            istore 3 /* n */
        18: .line 418
            iload 2 /* blocking */
            ifeq 41
        19: .line 419
            goto 22
        20: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        21: .line 421
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* buf */
            ldc -1
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.read:(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;)I
            istore 3 /* n */
        22: .line 419
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 41
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 20
        23: .line 424
            goto 41
      StackMap locals:
      StackMap stack: sun.net.ConnectionResetException
        24: pop
        25: .line 425
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
        26: .line 426
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
        27: .line 428
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 28
            iconst_1
            goto 29
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        28: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        29: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        30: .line 429
            iload 3 /* n */
            ifgt 47
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 47
        31: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        32: .line 430
            iconst_m1
            ireturn
        33: .line 427
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        34: .line 428
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 35
            iconst_1
            goto 36
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        35: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        36: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        37: .line 429
            iload 3 /* n */
            ifgt 40
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 40
        38: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        39: .line 430
            iconst_m1
            ireturn
        40: .line 431
      StackMap locals:
      StackMap stack:
            aload 4
            athrow
        41: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 42
            iconst_1
            goto 43
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        42: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        43: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        44: .line 429
            iload 3 /* n */
            ifgt 47
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 47
        45: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        46: .line 430
            iconst_m1
            ireturn
        47: .line 432
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.normalize:(I)I
            istore 6
        48: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        49: .line 432
            iload 6
            ireturn
        end local 3 // int n
        end local 2 // boolean blocking
        50: .line 433
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer
      StackMap stack: java.lang.Throwable
            astore 5
        51: .line 434
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        52: .line 435
            aload 5
            athrow
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   53     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   53     1       buf  Ljava/nio/ByteBuffer;
            4   50     2  blocking  Z
            5   50     3         n  I
      Exception table:
        from    to  target  type
           5     9      24  Class sun.net.ConnectionResetException
          17    23      24  Class sun.net.ConnectionResetException
           5     9      33  any
          17    27      33  any
           2    13      50  any
          17    31      50  any
          33    38      50  any
          40    45      50  any
          47    48      50  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 442
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dsts */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 444
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 446
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         3: .line 447
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 4 /* blocking */
        start local 4 // boolean blocking
         4: .line 448
            lconst_0
            lstore 5 /* n */
        start local 5 // long n
         5: .line 450
            aload 0 /* this */
            iload 4 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginRead:(Z)V
         6: .line 453
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
            ifeq 8
         7: .line 454
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
         8: .line 457
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 17
         9: .line 471
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 10
            iconst_1
            goto 11
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        10: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        11: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        12: .line 472
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 15
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 15
        13: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        14: .line 473
            ldc -1
            lreturn
        15: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        16: .line 458
            ldc -1
            lreturn
        17: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.read:(Ljava/io/FileDescriptor;[Ljava/nio/ByteBuffer;IILsun/nio/ch/NativeDispatcher;)J
            lstore 5 /* n */
        18: .line 461
            iload 4 /* blocking */
            ifeq 41
        19: .line 462
            goto 22
        20: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        21: .line 464
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.read:(Ljava/io/FileDescriptor;[Ljava/nio/ByteBuffer;IILsun/nio/ch/NativeDispatcher;)J
            lstore 5 /* n */
        22: .line 462
      StackMap locals:
      StackMap stack:
            lload 5 /* n */
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 41
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 20
        23: .line 467
            goto 41
      StackMap locals:
      StackMap stack: sun.net.ConnectionResetException
        24: pop
        25: .line 468
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
        26: .line 469
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
        27: .line 471
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 28
            iconst_1
            goto 29
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        28: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        29: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        30: .line 472
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 47
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 47
        31: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        32: .line 473
            ldc -1
            lreturn
        33: .line 470
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        34: .line 471
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 35
            iconst_1
            goto 36
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        35: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        36: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        37: .line 472
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 40
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 40
        38: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        39: .line 473
            ldc -1
            lreturn
        40: .line 474
      StackMap locals:
      StackMap stack:
            aload 7
            athrow
        41: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 42
            iconst_1
            goto 43
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        42: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        43: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        44: .line 472
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 47
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 47
        45: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        46: .line 473
            ldc -1
            lreturn
        47: .line 475
      StackMap locals:
      StackMap stack:
            lload 5 /* n */
            invokestatic sun.nio.ch.IOStatus.normalize:(J)J
            lstore 9
        48: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        49: .line 475
            lload 9
            lreturn
        end local 5 // long n
        end local 4 // boolean blocking
        50: .line 476
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int
      StackMap stack: java.lang.Throwable
            astore 8
        51: .line 477
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        52: .line 478
            aload 8
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   53     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   53     1      dsts  [Ljava/nio/ByteBuffer;
            0   53     2    offset  I
            0   53     3    length  I
            4   50     4  blocking  Z
            5   50     5         n  J
      Exception table:
        from    to  target  type
           5     9      24  Class sun.net.ConnectionResetException
          17    23      24  Class sun.net.ConnectionResetException
           5     9      33  any
          17    27      33  any
           2    13      50  any
          17    31      50  any
          33    38      50  any
          40    45      50  any
          47    48      50  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    
      offset  
      length  

  private void beginWrite(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
         0: .line 487
            iload 1 /* blocking */
            ifeq 11
         1: .line 489
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.begin:()V
         2: .line 491
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 492
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         4: .line 493
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 6
         5: .line 494
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         6: .line 496
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.SocketChannelImpl.writerThread:J
         7: .line 491
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 499
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   12     1  blocking  Z
      Exception table:
        from    to  target  type
           3     8       9  any
           9    10       9  any
    Exceptions:
      throws java.nio.channels.ClosedChannelException
    MethodParameters:
          Name  Flags
      blocking  

  private void endWrite(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // boolean completed
         0: .line 510
            iload 1 /* blocking */
            ifeq 10
         1: .line 511
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         2: .line 512
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.SocketChannelImpl.writerThread:J
         3: .line 513
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmpne 5
         4: .line 514
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryFinishClose:()V
         5: .line 511
      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 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* completed */
            invokevirtual sun.nio.ch.SocketChannelImpl.end:(Z)V
        10: .line 520
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/nio/ch/SocketChannelImpl;
            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 int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 524
            aload 1 /* buf */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 525
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 527
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         3: .line 528
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 2 /* blocking */
        start local 2 // boolean blocking
         4: .line 529
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         5: .line 531
            aload 0 /* this */
            iload 2 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginWrite:(Z)V
         6: .line 532
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* buf */
            ldc -1
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.write:(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;)I
            istore 3 /* n */
         7: .line 533
            iload 2 /* blocking */
            ifeq 20
         8: .line 534
            goto 11
         9: .line 535
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        10: .line 536
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* buf */
            ldc -1
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.write:(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;)I
            istore 3 /* n */
        11: .line 534
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 20
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 9
        12: .line 539
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 4
        14: .line 540
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 15
            iconst_1
            goto 16
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        15: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        16: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        17: .line 541
            iload 3 /* n */
            ifgt 19
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 19
        18: .line 542
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        19: .line 543
      StackMap locals:
      StackMap stack:
            aload 4
            athrow
        20: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 21
            iconst_1
            goto 22
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        21: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        22: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        23: .line 541
            iload 3 /* n */
            ifgt 25
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 25
        24: .line 542
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        25: .line 544
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.normalize:(I)I
            istore 6
        26: .line 546
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 544
            iload 6
            ireturn
        end local 3 // int n
        end local 2 // boolean blocking
        28: .line 545
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer
      StackMap stack: java.lang.Throwable
            astore 5
        29: .line 546
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 547
            aload 5
            athrow
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   31     1       buf  Ljava/nio/ByteBuffer;
            4   28     2  blocking  Z
            5   28     3         n  I
      Exception table:
        from    to  target  type
           5    13      13  any
           2    26      28  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 554
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* srcs */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 556
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 558
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         3: .line 559
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 4 /* blocking */
        start local 4 // boolean blocking
         4: .line 560
            lconst_0
            lstore 5 /* n */
        start local 5 // long n
         5: .line 562
            aload 0 /* this */
            iload 4 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginWrite:(Z)V
         6: .line 563
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.write:(Ljava/io/FileDescriptor;[Ljava/nio/ByteBuffer;IILsun/nio/ch/NativeDispatcher;)J
            lstore 5 /* n */
         7: .line 564
            iload 4 /* blocking */
            ifeq 20
         8: .line 565
            goto 11
         9: .line 566
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        10: .line 567
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            invokestatic sun.nio.ch.IOUtil.write:(Ljava/io/FileDescriptor;[Ljava/nio/ByteBuffer;IILsun/nio/ch/NativeDispatcher;)J
            lstore 5 /* n */
        11: .line 565
      StackMap locals:
      StackMap stack:
            lload 5 /* n */
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 20
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 9
        12: .line 570
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 7
        14: .line 571
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 15
            iconst_1
            goto 16
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        15: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        16: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        17: .line 572
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 19
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 19
        18: .line 573
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        19: .line 574
      StackMap locals:
      StackMap stack:
            aload 7
            athrow
        20: .line 571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* blocking */
            lload 5 /* n */
            lconst_0
            lcmp
            ifle 21
            iconst_1
            goto 22
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        21: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int int long
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        22: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        23: .line 572
            lload 5 /* n */
            lconst_0
            lcmp
            ifgt 25
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 25
        24: .line 573
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        25: .line 575
      StackMap locals:
      StackMap stack:
            lload 5 /* n */
            invokestatic sun.nio.ch.IOStatus.normalize:(J)J
            lstore 9
        26: .line 577
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 575
            lload 9
            lreturn
        end local 5 // long n
        end local 4 // boolean blocking
        28: .line 576
      StackMap locals: sun.nio.ch.SocketChannelImpl java.nio.ByteBuffer[] int int
      StackMap stack: java.lang.Throwable
            astore 8
        29: .line 577
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 578
            aload 8
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   31     1      srcs  [Ljava/nio/ByteBuffer;
            0   31     2    offset  I
            0   31     3    length  I
            4   28     4  blocking  Z
            5   28     5         n  J
      Exception table:
        from    to  target  type
           5    13      13  any
           2    26      28  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

  int sendOutOfBandData(byte);
    descriptor: (B)I
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte b
         0: .line 585
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 587
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         2: .line 588
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 2 /* blocking */
        start local 2 // boolean blocking
         3: .line 589
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         4: .line 591
            aload 0 /* this */
            iload 2 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginWrite:(Z)V
         5: .line 592
            iload 2 /* blocking */
            ifeq 9
         6: .line 594
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* b */
            invokestatic sun.nio.ch.Net.sendOOB:(Ljava/io/FileDescriptor;B)I
            istore 3 /* n */
         7: .line 595
            iload 3 /* n */
            bipush -3
            if_icmpne 18
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 6
         8: .line 596
            goto 18
         9: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* b */
            invokestatic sun.nio.ch.Net.sendOOB:(Ljava/io/FileDescriptor;B)I
            istore 3 /* n */
        10: .line 599
            goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 4
        12: .line 600
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 13
            iconst_1
            goto 14
      StackMap locals: sun.nio.ch.SocketChannelImpl int int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        13: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl int int int java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        14: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        15: .line 601
            iload 3 /* n */
            ifgt 17
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 17
        16: .line 602
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        17: .line 603
      StackMap locals:
      StackMap stack:
            aload 4
            athrow
        18: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* blocking */
            iload 3 /* n */
            ifle 19
            iconst_1
            goto 20
      StackMap locals: sun.nio.ch.SocketChannelImpl int int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        19: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl int int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        20: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        21: .line 601
            iload 3 /* n */
            ifgt 23
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 23
        22: .line 602
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            athrow
        23: .line 604
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            invokestatic sun.nio.ch.IOStatus.normalize:(I)I
            istore 6
        24: .line 606
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        25: .line 604
            iload 6
            ireturn
        end local 3 // int n
        end local 2 // boolean blocking
        26: .line 605
      StackMap locals: sun.nio.ch.SocketChannelImpl int
      StackMap stack: java.lang.Throwable
            astore 5
        27: .line 606
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        28: .line 607
            aload 5
            athrow
        end local 1 // byte b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   29     1         b  B
            3   26     2  blocking  Z
            4   26     3         n  I
      Exception table:
        from    to  target  type
           4    11      11  any
           1    24      26  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  protected void implConfigureBlocking(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean block
         0: .line 612
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 614
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 616
            aload 0 /* this */
            iload 1 /* block */
            invokevirtual sun.nio.ch.SocketChannelImpl.lockedConfigureBlocking:(Z)V
         3: .line 617
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 618
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 619
            aload 2
            athrow
         7: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         8: .line 620
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
        10: .line 621
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        11: .line 622
            aload 3
            athrow
        12: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 623
            return
        end local 1 // boolean block
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   14     1  block  Z
      Exception table:
        from    to  target  type
           2     4       4  any
           1     9       9  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.SocketChannelImpl this
        start local 1 // boolean block
         0: .line 629
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.isHeldByCurrentThread:()Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock: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 630
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 631
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         3: .line 632
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* block */
            invokestatic sun.nio.ch.IOUtil.configureBlocking:(Ljava/io/FileDescriptor;Z)V
         4: .line 630
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: sun.nio.ch.SocketChannelImpl int java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 634
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean block
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/ch/SocketChannelImpl;
            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 tryLockedConfigureBlocking(boolean);
    descriptor: (Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean block
         0: .line 644
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.isHeldByCurrentThread:()Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock: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 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 646
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifeq 6
         3: .line 647
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iload 1 /* block */
            invokestatic sun.nio.ch.IOUtil.configureBlocking:(Ljava/io/FileDescriptor;Z)V
         4: .line 648
            aload 2
            monitorexit
         5: iconst_1
            ireturn
         6: .line 650
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2
            monitorexit
         7: iconst_0
            ireturn
         8: .line 645
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // boolean block
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   10     1  block  Z
      Exception table:
        from    to  target  type
           2     5       8  any
           6     7       8  any
           8     9       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      block  

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

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

  public java.nio.channels.SocketChannel bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress local
         0: .line 675
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 677
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 679
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 680
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         4: .line 681
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_1
            if_icmpne 6
         5: .line 682
            new java.nio.channels.ConnectionPendingException
            dup
            invokespecial java.nio.channels.ConnectionPendingException.<init>:()V
            athrow
         6: .line 683
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
            ifnull 8
         7: .line 684
            new java.nio.channels.AlreadyBoundException
            dup
            invokespecial java.nio.channels.AlreadyBoundException.<init>:()V
            athrow
         8: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 11
         9: .line 686
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* local */
            invokevirtual sun.nio.ch.SocketChannelImpl.unixBind:(Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
        10: .line 687
            goto 12
        11: .line 688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* local */
            invokevirtual sun.nio.ch.SocketChannelImpl.netBind:(Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
        12: .line 679
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        13: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 2
            monitorexit
        15: athrow
        16: .line 691
      StackMap locals: sun.nio.ch.SocketChannelImpl java.net.SocketAddress
      StackMap stack: java.lang.Throwable
            astore 3
        17: .line 692
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        18: .line 693
            aload 3
            athrow
        19: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 694
            goto 24
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: astore 4
        22: .line 695
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        23: .line 696
            aload 4
            athrow
        24: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        25: .line 697
            aload 0 /* this */
            areturn
        end local 1 // java.net.SocketAddress local
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   26     1  local  Ljava/net/SocketAddress;
      Exception table:
        from    to  target  type
           3    13      14  any
          14    15      14  any
           2    16      16  any
           1    21      21  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      local  

  private java.net.SocketAddress unixBind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress local
         0: .line 701
            invokestatic sun.nio.ch.UnixDomainSockets.checkPermission:()V
         1: .line 702
            aload 1 /* local */
            ifnonnull 3
         2: .line 703
            getstatic sun.nio.ch.UnixDomainSockets.UNNAMED:Ljava/net/UnixDomainSocketAddress;
            areturn
         3: .line 705
      StackMap locals:
      StackMap stack:
            aload 1 /* local */
            invokestatic sun.nio.ch.UnixDomainSockets.checkAddress:(Ljava/net/SocketAddress;)Ljava/net/UnixDomainSocketAddress;
            invokevirtual java.net.UnixDomainSocketAddress.getPath:()Ljava/nio/file/Path;
            astore 2 /* path */
        start local 2 // java.nio.file.Path path
         4: .line 706
            aload 2 /* path */
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 6
         5: .line 707
            getstatic sun.nio.ch.UnixDomainSockets.UNNAMED:Ljava/net/UnixDomainSocketAddress;
            areturn
         6: .line 710
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* path */
            invokestatic sun.nio.ch.UnixDomainSockets.bind:(Ljava/io/FileDescriptor;Ljava/nio/file/Path;)V
         7: .line 711
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.UnixDomainSockets.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/UnixDomainSocketAddress;
            areturn
        end local 2 // java.nio.file.Path path
        end local 1 // java.net.SocketAddress local
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/nio/ch/SocketChannelImpl;
            0    8     1  local  Ljava/net/SocketAddress;
            4    8     2   path  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      local  

  private java.net.SocketAddress netBind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress local
         0: .line 718
            aload 1 /* local */
            ifnonnull 3
         1: .line 719
            new java.net.InetSocketAddress
            dup
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            invokestatic sun.nio.ch.Net.anyLocalAddress:(Ljava/net/ProtocolFamily;)Ljava/net/InetAddress;
            iconst_0
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            astore 2 /* isa */
        start local 2 // java.net.InetSocketAddress isa
         2: .line 720
            goto 4
        end local 2 // java.net.InetSocketAddress isa
         3: .line 721
      StackMap locals:
      StackMap stack:
            aload 1 /* local */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            invokestatic sun.nio.ch.Net.checkAddress:(Ljava/net/SocketAddress;Ljava/net/ProtocolFamily;)Ljava/net/InetSocketAddress;
            astore 2 /* isa */
        start local 2 // java.net.InetSocketAddress isa
         4: .line 723
      StackMap locals: java.net.InetSocketAddress
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 3 /* sm */
        start local 3 // java.lang.SecurityManager sm
         5: .line 724
            aload 3 /* sm */
            ifnull 7
         6: .line 725
            aload 3 /* sm */
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.lang.SecurityManager.checkListen:(I)V
         7: .line 727
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic sun.net.NetHooks.beforeTcpBind:(Ljava/io/FileDescriptor;Ljava/net/InetAddress;I)V
         8: .line 728
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic sun.nio.ch.Net.bind:(Ljava/net/ProtocolFamily;Ljava/io/FileDescriptor;Ljava/net/InetAddress;I)V
         9: .line 729
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            areturn
        end local 3 // java.lang.SecurityManager sm
        end local 2 // java.net.InetSocketAddress isa
        end local 1 // java.net.SocketAddress local
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   10     1  local  Ljava/net/SocketAddress;
            2    3     2    isa  Ljava/net/InetSocketAddress;
            4   10     2    isa  Ljava/net/InetSocketAddress;
            5   10     3     sm  Ljava/lang/SecurityManager;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      local  

  public boolean isConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 734
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketChannelImpl;

  public boolean isConnectionPending();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 739
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketChannelImpl;

  private void beginConnect(boolean, java.net.SocketAddress);
    descriptor: (ZLjava/net/SocketAddress;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // java.net.SocketAddress sa
         0: .line 754
            iload 1 /* blocking */
            ifeq 2
         1: .line 756
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.begin:()V
         2: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         3: .line 759
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         4: .line 760
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            istore 4 /* state */
        start local 4 // int state
         5: .line 761
            iload 4 /* state */
            iconst_2
            if_icmpne 7
         6: .line 762
            new java.nio.channels.AlreadyConnectedException
            dup
            invokespecial java.nio.channels.AlreadyConnectedException.<init>:()V
            athrow
         7: .line 763
      StackMap locals: java.lang.Object int
      StackMap stack:
            iload 4 /* state */
            iconst_1
            if_icmpne 9
         8: .line 764
            new java.nio.channels.ConnectionPendingException
            dup
            invokespecial java.nio.channels.ConnectionPendingException.<init>:()V
            athrow
         9: .line 765
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 10
            iload 4 /* state */
            ifeq 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.state:I
        11: .line 768
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isNetSocket:()Z
            ifeq 14
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
            ifnonnull 14
        12: .line 769
            aload 2 /* sa */
            checkcast java.net.InetSocketAddress
            astore 5 /* isa */
        start local 5 // java.net.InetSocketAddress isa
        13: .line 770
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 5 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 5 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic sun.net.NetHooks.beforeTcpConnect:(Ljava/io/FileDescriptor;Ljava/net/InetAddress;I)V
        end local 5 // java.net.InetSocketAddress isa
        14: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* sa */
            putfield sun.nio.ch.SocketChannelImpl.remoteAddress:Ljava/net/SocketAddress;
        15: .line 774
            iload 1 /* blocking */
            ifeq 17
        16: .line 776
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.SocketChannelImpl.readerThread:J
        end local 4 // int state
        17: .line 758
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        18: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: aload 3
            monitorexit
        20: athrow
        21: .line 779
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.net.SocketAddress sa
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/nio/ch/SocketChannelImpl;
            0   22     1  blocking  Z
            0   22     2        sa  Ljava/net/SocketAddress;
            5   17     4     state  I
           13   14     5       isa  Ljava/net/InetSocketAddress;
      Exception table:
        from    to  target  type
           3    18      19  any
          19    20      19  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      blocking  
      sa        

  private void endConnect(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // boolean completed
         0: .line 791
            aload 0 /* this */
            iload 1 /* blocking */
            iload 2 /* completed */
            invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
         1: .line 793
            iload 2 /* completed */
            ifeq 13
         2: .line 794
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         3: .line 795
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_1
            if_icmpne 9
         4: .line 796
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 7
         5: .line 797
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.UnixDomainSockets.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/UnixDomainSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
         6: .line 798
            goto 8
         7: .line 799
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
         8: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.nio.ch.SocketChannelImpl.state:I
         9: .line 794
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        13: .line 805
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/nio/ch/SocketChannelImpl;
            0   14     1   blocking  Z
            0   14     2  completed  Z
      Exception table:
        from    to  target  type
           3    10      11  any
          11    12      11  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      blocking   
      completed  

  private java.net.SocketAddress checkRemote(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress sa
         0: .line 811
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 3
         1: .line 812
            invokestatic sun.nio.ch.UnixDomainSockets.checkPermission:()V
         2: .line 813
            aload 1 /* sa */
            invokestatic sun.nio.ch.UnixDomainSockets.checkAddress:(Ljava/net/SocketAddress;)Ljava/net/UnixDomainSocketAddress;
            areturn
         3: .line 815
      StackMap locals:
      StackMap stack:
            aload 1 /* sa */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            invokestatic sun.nio.ch.Net.checkAddress:(Ljava/net/SocketAddress;Ljava/net/ProtocolFamily;)Ljava/net/InetSocketAddress;
            astore 2 /* isa */
        start local 2 // java.net.InetSocketAddress isa
         4: .line 816
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 3 /* sm */
        start local 3 // java.lang.SecurityManager sm
         5: .line 817
            aload 3 /* sm */
            ifnull 7
         6: .line 818
            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.checkConnect:(Ljava/lang/String;I)V
         7: .line 820
      StackMap locals: java.net.InetSocketAddress java.lang.SecurityManager
      StackMap stack:
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            astore 4 /* address */
        start local 4 // java.net.InetAddress address
         8: .line 821
            aload 4 /* address */
            invokevirtual java.net.InetAddress.isAnyLocalAddress:()Z
            ifeq 14
         9: .line 822
            aload 2 /* isa */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            istore 5 /* port */
        start local 5 // int port
        10: .line 823
            aload 4 /* address */
            instanceof java.net.Inet4Address
            ifeq 12
        11: .line 824
            new java.net.InetSocketAddress
            dup
            invokestatic sun.nio.ch.Net.inet4LoopbackAddress:()Ljava/net/InetAddress;
            iload 5 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            areturn
        12: .line 826
      StackMap locals: java.net.InetAddress int
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 13
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            getstatic java.net.StandardProtocolFamily.INET6:Ljava/net/StandardProtocolFamily;
            if_acmpeq 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 827
      StackMap locals:
      StackMap stack:
            new java.net.InetSocketAddress
            dup
            invokestatic sun.nio.ch.Net.inet6LoopbackAddress:()Ljava/net/InetAddress;
            iload 5 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            areturn
        end local 5 // int port
        14: .line 830
      StackMap locals:
      StackMap stack:
            aload 2 /* isa */
            areturn
        end local 4 // java.net.InetAddress address
        end local 3 // java.lang.SecurityManager sm
        end local 2 // java.net.InetSocketAddress isa
        end local 1 // java.net.SocketAddress sa
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lsun/nio/ch/SocketChannelImpl;
            0   15     1       sa  Ljava/net/SocketAddress;
            4   15     2      isa  Ljava/net/InetSocketAddress;
            5   15     3       sm  Ljava/lang/SecurityManager;
            8   15     4  address  Ljava/net/InetAddress;
           10   14     5     port  I
    MethodParameters:
      Name  Flags
      sa    

  public boolean connect(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress remote
         0: .line 837
            aload 0 /* this */
            aload 1 /* remote */
            invokevirtual sun.nio.ch.SocketChannelImpl.checkRemote:(Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
            astore 2 /* sa */
        start local 2 // java.net.SocketAddress sa
         1: .line 839
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 841
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         3: .line 843
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 3 /* blocking */
        start local 3 // boolean blocking
         4: .line 844
            iconst_0
            istore 4 /* connected */
        start local 4 // boolean connected
         5: .line 846
            aload 0 /* this */
            iload 3 /* blocking */
            aload 2 /* sa */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginConnect:(ZLjava/net/SocketAddress;)V
         6: .line 848
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 9
         7: .line 849
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* sa */
            invokestatic sun.nio.ch.UnixDomainSockets.connect:(Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)I
            istore 5 /* n */
        start local 5 // int n
         8: .line 850
            goto 10
        end local 5 // int n
         9: .line 851
      StackMap locals: java.net.SocketAddress int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 2 /* sa */
            invokestatic sun.nio.ch.Net.connect:(Ljava/net/ProtocolFamily;Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)I
            istore 5 /* n */
        start local 5 // int n
        10: .line 853
      StackMap locals: int
      StackMap stack:
            iload 5 /* n */
            ifle 13
        11: .line 854
            iconst_1
            istore 4 /* connected */
        12: .line 855
            goto 27
      StackMap locals:
      StackMap stack:
        13: iload 3 /* blocking */
            ifeq 27
        14: .line 856
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 15
            iload 5 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifne 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 857
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* polled */
        start local 6 // boolean polled
        16: .line 858
            goto 19
        17: .line 859
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        18: .line 860
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.pollConnectNow:(Ljava/io/FileDescriptor;)Z
            istore 6 /* polled */
        19: .line 858
      StackMap locals:
      StackMap stack:
            iload 6 /* polled */
            ifne 20
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 17
        20: .line 862
      StackMap locals:
      StackMap stack:
            iload 6 /* polled */
            ifeq 21
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifeq 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: istore 4 /* connected */
        end local 6 // boolean polled
        end local 5 // int n
        23: .line 864
            goto 27
      StackMap locals: sun.nio.ch.SocketChannelImpl java.net.SocketAddress java.net.SocketAddress int int
      StackMap stack: java.lang.Throwable
        24: astore 7
        25: .line 865
            aload 0 /* this */
            iload 3 /* blocking */
            iload 4 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endConnect:(ZZ)V
        26: .line 866
            aload 7
            athrow
        27: .line 865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* blocking */
            iload 4 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endConnect:(ZZ)V
        28: .line 867
            iload 4 /* connected */
            istore 9
        29: .line 869
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 872
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        31: .line 867
            iload 9
            ireturn
        end local 4 // boolean connected
        end local 3 // boolean blocking
        32: .line 868
      StackMap locals: sun.nio.ch.SocketChannelImpl java.net.SocketAddress java.net.SocketAddress
      StackMap stack: java.lang.Throwable
            astore 8
        33: .line 869
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        34: .line 870
            aload 8
            athrow
        35: .line 871
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        36: .line 872
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        37: .line 873
            aload 10
            athrow
        38: .line 874
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
        39: .line 876
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.close:()V
        40: .line 877
            aload 3 /* ioe */
            aload 2 /* sa */
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/SocketAddress;)Ljava/io/IOException;
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // java.net.SocketAddress sa
        end local 1 // java.net.SocketAddress remote
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0       this  Lsun/nio/ch/SocketChannelImpl;
            0   41     1     remote  Ljava/net/SocketAddress;
            1   41     2         sa  Ljava/net/SocketAddress;
            4   32     3   blocking  Z
            5   32     4  connected  Z
            8    9     5          n  I
           10   23     5          n  I
           16   23     6     polled  Z
           39   41     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    24      24  any
           3    29      32  any
           2    30      35  any
          32    35      35  any
           1    31      38  Class java.io.IOException
          32    38      38  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      remote  

  private void beginFinishConnect(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
         0: .line 888
            iload 1 /* blocking */
            ifeq 2
         1: .line 890
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.begin:()V
         2: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 893
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         4: .line 894
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_1
            if_icmpeq 6
         5: .line 895
            new java.nio.channels.NoConnectionPendingException
            dup
            invokespecial java.nio.channels.NoConnectionPendingException.<init>:()V
            athrow
         6: .line 896
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* blocking */
            ifeq 8
         7: .line 898
            aload 0 /* this */
            invokestatic sun.nio.ch.NativeThread.current:()J
            putfield sun.nio.ch.SocketChannelImpl.readerThread:J
         8: .line 892
      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 901
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/nio/ch/SocketChannelImpl;
            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 endFinishConnect(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // boolean blocking
        start local 2 // boolean completed
         0: .line 913
            aload 0 /* this */
            iload 1 /* blocking */
            iload 2 /* completed */
            invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
         1: .line 915
            iload 2 /* completed */
            ifeq 13
         2: .line 916
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         3: .line 917
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_1
            if_icmpne 9
         4: .line 918
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 7
         5: .line 919
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.UnixDomainSockets.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/UnixDomainSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
         6: .line 920
            goto 8
         7: .line 921
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.localAddress:(Ljava/io/FileDescriptor;)Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.SocketChannelImpl.localAddress:Ljava/net/SocketAddress;
         8: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.nio.ch.SocketChannelImpl.state:I
         9: .line 916
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        13: .line 927
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // boolean blocking
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/nio/ch/SocketChannelImpl;
            0   14     1   blocking  Z
            0   14     2  completed  Z
      Exception table:
        from    to  target  type
           3    10      11  any
          11    12      11  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      blocking   
      completed  

  public boolean finishConnect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 932
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 934
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 937
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isConnected:()Z
            ifeq 6
         3: .line 958
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         4: .line 961
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 938
            iconst_1
            ireturn
         6: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            istore 1 /* blocking */
        start local 1 // boolean blocking
         7: .line 941
            iconst_0
            istore 2 /* connected */
        start local 2 // boolean connected
         8: .line 943
            aload 0 /* this */
            iload 1 /* blocking */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginFinishConnect:(Z)V
         9: .line 944
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.pollConnectNow:(Ljava/io/FileDescriptor;)Z
            istore 3 /* polled */
        start local 3 // boolean polled
        10: .line 945
            iload 1 /* blocking */
            ifeq 15
        11: .line 946
            goto 14
        12: .line 947
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        13: .line 948
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.pollConnectNow:(Ljava/io/FileDescriptor;)Z
            istore 3 /* polled */
        14: .line 946
      StackMap locals:
      StackMap stack:
            iload 3 /* polled */
            ifne 15
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 12
        15: .line 951
      StackMap locals:
      StackMap stack:
            iload 3 /* polled */
            ifeq 16
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: istore 2 /* connected */
        end local 3 // boolean polled
        18: .line 952
            goto 22
      StackMap locals: sun.nio.ch.SocketChannelImpl int int
      StackMap stack: java.lang.Throwable
        19: astore 4
        20: .line 953
            aload 0 /* this */
            iload 1 /* blocking */
            iload 2 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endFinishConnect:(ZZ)V
        21: .line 954
            aload 4
            athrow
        22: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* blocking */
            iload 2 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endFinishConnect:(ZZ)V
        23: .line 955
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 28
            iload 1 /* blocking */
            ifeq 24
            iload 2 /* connected */
            ifeq 24
            iconst_1
            goto 25
      StackMap locals:
      StackMap stack:
        24: iconst_0
      StackMap locals:
      StackMap stack: int
        25: iload 1 /* blocking */
            ifeq 26
            iconst_0
            goto 27
      StackMap locals:
      StackMap stack: int
        26: iconst_1
      StackMap locals: sun.nio.ch.SocketChannelImpl int int
      StackMap stack: int int
        27: ixor
            ifne 28
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        28: .line 956
      StackMap locals:
      StackMap stack:
            iload 2 /* connected */
            istore 6
        29: .line 958
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 961
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        31: .line 956
            iload 6
            ireturn
        end local 2 // boolean connected
        end local 1 // boolean blocking
        32: .line 957
      StackMap locals: sun.nio.ch.SocketChannelImpl
      StackMap stack: java.lang.Throwable
            astore 5
        33: .line 958
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        34: .line 959
            aload 5
            athrow
        35: .line 960
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        36: .line 961
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        37: .line 962
            aload 7
            athrow
        38: .line 963
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        39: .line 965
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.close:()V
        40: .line 966
            aload 1 /* ioe */
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.remoteAddress:Ljava/net/SocketAddress;
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/SocketAddress;)Ljava/io/IOException;
            athrow
        end local 1 // java.io.IOException ioe
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0       this  Lsun/nio/ch/SocketChannelImpl;
            7   32     1   blocking  Z
            8   32     2  connected  Z
           10   18     3     polled  Z
           39   41     1        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8    19      19  any
           2     3      32  any
           6    29      32  any
           1     4      35  any
           6    30      35  any
          32    35      35  any
           0     5      38  Class java.io.IOException
           6    31      38  Class java.io.IOException
          32    38      38  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  private boolean tryClose();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 975
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmpeq 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 976
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readerThread:J
            lconst_0
            lcmp
            ifne 6
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writerThread:J
            lconst_0
            lcmp
            ifne 6
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isRegistered:()Z
            ifne 6
         3: .line 977
            aload 0 /* this */
            iconst_4
            putfield sun.nio.ch.SocketChannelImpl.state:I
         4: .line 978
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokevirtual sun.nio.ch.NativeDispatcher.close:(Ljava/io/FileDescriptor;)V
         5: .line 979
            iconst_1
            ireturn
         6: .line 981
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/ch/SocketChannelImpl;
    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.SocketChannelImpl this
         0: .line 992
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryClose:()Z
            pop
         1: .line 993
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 994
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/ch/SocketChannelImpl;
      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=6, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1008
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1009
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1010
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.nio.ch.SocketChannelImpl.state:I
         3: .line 1011
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryClose:()Z
            ifne 12
         4: .line 1012
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readerThread:J
            lstore 2 /* reader */
        start local 2 // long reader
         5: .line 1013
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writerThread:J
            lstore 4 /* writer */
        start local 4 // long writer
         6: .line 1014
            lload 2 /* reader */
            lconst_0
            lcmp
            ifne 7
            lload 4 /* writer */
            lconst_0
            lcmp
            ifeq 12
         7: .line 1015
      StackMap locals: long long
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokevirtual sun.nio.ch.NativeDispatcher.preClose:(Ljava/io/FileDescriptor;)V
         8: .line 1016
            lload 2 /* reader */
            lconst_0
            lcmp
            ifeq 10
         9: .line 1017
            lload 2 /* reader */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
        10: .line 1018
      StackMap locals:
      StackMap stack:
            lload 4 /* writer */
            lconst_0
            lcmp
            ifeq 12
        11: .line 1019
            lload 4 /* writer */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
        end local 4 // long writer
        end local 2 // long reader
        12: .line 1008
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 1
            monitorexit
        15: athrow
        16: .line 1023
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lsun/nio/ch/SocketChannelImpl;
            5   12     2  reader  J
            6   12     4  writer  J
      Exception table:
        from    to  target  type
           1    13      14  any
          14    15      14  any
    Exceptions:
      throws java.io.IOException

  private void implCloseNonBlockingMode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1038
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1039
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmplt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1040
      StackMap locals: sun.nio.ch.SocketChannelImpl top java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_2
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* connected */
        start local 1 // boolean connected
         5: .line 1041
            aload 0 /* this */
            iconst_3
            putfield sun.nio.ch.SocketChannelImpl.state:I
         6: .line 1038
            aload 2
            monitorexit
         7: goto 10
        end local 1 // boolean connected
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        start local 1 // boolean connected
        10: .line 1045
      StackMap locals: sun.nio.ch.SocketChannelImpl int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
        11: .line 1046
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        12: .line 1047
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
        13: .line 1048
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        14: .line 1052
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
        15: .line 1053
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmpne 24
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryClose:()Z
            ifne 24
            iload 1 /* connected */
            ifeq 24
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isRegistered:()Z
            ifeq 24
        16: .line 1055
            getstatic java.net.StandardSocketOptions.SO_LINGER:Ljava/net/SocketOption;
            astore 3 /* opt */
        start local 3 // java.net.SocketOption opt
        17: .line 1056
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            aload 3 /* opt */
            invokestatic sun.nio.ch.Net.getSocketOption:(Ljava/io/FileDescriptor;Ljava/net/ProtocolFamily;Ljava/net/SocketOption;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 4 /* interval */
        start local 4 // int interval
        18: .line 1057
            iload 4 /* interval */
            ifeq 24
        19: .line 1058
            iload 4 /* interval */
            ifle 21
        20: .line 1060
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            getstatic sun.nio.ch.Net.UNSPEC:Ljava/net/ProtocolFamily;
            aload 3 /* opt */
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic sun.nio.ch.Net.setSocketOption:(Ljava/io/FileDescriptor;Ljava/net/ProtocolFamily;Ljava/net/SocketOption;Ljava/lang/Object;)V
        21: .line 1062
      StackMap locals: java.lang.Object java.net.SocketOption int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iconst_1
            invokestatic sun.nio.ch.Net.shutdown:(Ljava/io/FileDescriptor;I)V
        end local 4 // int interval
        end local 3 // java.net.SocketOption opt
        22: .line 1064
            goto 24
      StackMap locals: sun.nio.ch.SocketChannelImpl int java.lang.Object
      StackMap stack: java.io.IOException
        23: pop
        24: .line 1052
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        25: goto 28
      StackMap locals:
      StackMap stack: java.lang.Throwable
        26: aload 2
            monitorexit
        27: athrow
        28: .line 1067
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean connected
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lsun/nio/ch/SocketChannelImpl;
            5    8     1  connected  Z
           10   29     1  connected  Z
           17   22     3        opt  Ljava/net/SocketOption<Ljava/lang/Integer;>;
           18   22     4   interval  I
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
          16    22      23  Class java.io.IOException
          15    25      26  any
          26    27      26  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.SocketChannelImpl this
         0: .line 1074
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            ifeq 4
         2: .line 1076
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.implCloseBlockingMode:()V
         3: .line 1077
            goto 5
         4: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.implCloseNonBlockingMode:()V
         5: .line 1080
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/ch/SocketChannelImpl;
    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.SocketChannelImpl this
         0: .line 1084
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1085
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            iconst_3
            if_icmpne 3
         2: .line 1086
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryFinishClose:()V
         3: .line 1084
      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 1089
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/nio/ch/SocketChannelImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public java.nio.channels.SocketChannel shutdownInput();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1093
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1094
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         2: .line 1095
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isConnected:()Z
            ifne 4
         3: .line 1096
            new java.nio.channels.NotYetConnectedException
            dup
            invokespecial java.nio.channels.NotYetConnectedException.<init>:()V
            athrow
         4: .line 1097
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifne 10
         5: .line 1098
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iconst_0
            invokestatic sun.nio.ch.Net.shutdown:(Ljava/io/FileDescriptor;I)V
         6: .line 1099
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readerThread:J
            lstore 2 /* thread */
        start local 2 // long thread
         7: .line 1100
            lload 2 /* thread */
            lconst_0
            lcmp
            ifeq 9
         8: .line 1101
            lload 2 /* thread */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
         9: .line 1102
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
        end local 2 // long thread
        10: .line 1104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            monitorexit
        11: areturn
        12: .line 1093
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        13: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/nio/ch/SocketChannelImpl;
            7   10     2  thread  J
      Exception table:
        from    to  target  type
           1    11      12  any
          12    13      12  any
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.SocketChannel shutdownOutput();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1110
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1111
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpen:()V
         2: .line 1112
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isConnected:()Z
            ifne 4
         3: .line 1113
            new java.nio.channels.NotYetConnectedException
            dup
            invokespecial java.nio.channels.NotYetConnectedException.<init>:()V
            athrow
         4: .line 1114
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifne 10
         5: .line 1115
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            iconst_1
            invokestatic sun.nio.ch.Net.shutdown:(Ljava/io/FileDescriptor;I)V
         6: .line 1116
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writerThread:J
            lstore 2 /* thread */
        start local 2 // long thread
         7: .line 1117
            lload 2 /* thread */
            lconst_0
            lcmp
            ifeq 9
         8: .line 1118
            lload 2 /* thread */
            invokestatic sun.nio.ch.NativeThread.signal:(J)V
         9: .line 1119
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
        end local 2 // long thread
        10: .line 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            monitorexit
        11: areturn
        12: .line 1110
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        13: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/nio/ch/SocketChannelImpl;
            7   10     2  thread  J
      Exception table:
        from    to  target  type
           1    11      12  any
          12    13      12  any
    Exceptions:
      throws java.io.IOException

  boolean isInputOpen();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1126
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/SocketChannelImpl;

  boolean isOutputOpen();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1130
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/SocketChannelImpl;

  private boolean finishTimedConnect(long);
    descriptor: (J)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // long nanos
         0: .line 1138
            invokestatic java.lang.System.nanoTime:()J
            lstore 3 /* startNanos */
        start local 3 // long startNanos
         1: .line 1139
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.pollConnectNow:(Ljava/io/FileDescriptor;)Z
            istore 5 /* polled */
        start local 5 // boolean polled
         2: .line 1140
            goto 8
         3: .line 1141
      StackMap locals: long int
      StackMap stack:
            lload 1 /* nanos */
            invokestatic java.lang.System.nanoTime:()J
            lload 3 /* startNanos */
            lsub
            lsub
            lstore 6 /* remainingNanos */
        start local 6 // long remainingNanos
         4: .line 1142
            lload 6 /* remainingNanos */
            lconst_0
            lcmp
            ifgt 6
         5: .line 1143
            new java.net.SocketTimeoutException
            dup
            ldc "Connect timed out"
            invokespecial java.net.SocketTimeoutException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1145
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            lload 6 /* remainingNanos */
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(IJ)V
         7: .line 1146
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.pollConnectNow:(Ljava/io/FileDescriptor;)Z
            istore 5 /* polled */
        end local 6 // long remainingNanos
         8: .line 1140
      StackMap locals:
      StackMap stack:
            iload 5 /* polled */
            ifne 9
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 3
         9: .line 1148
      StackMap locals:
      StackMap stack:
            iload 5 /* polled */
            ifeq 10
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifeq 10
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_0
            ireturn
        end local 5 // boolean polled
        end local 3 // long startNanos
        end local 1 // long nanos
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lsun/nio/ch/SocketChannelImpl;
            0   11     1           nanos  J
            1   11     3      startNanos  J
            2   11     5          polled  Z
            4    8     6  remainingNanos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      nanos  

  void blockingConnect(java.net.SocketAddress, long);
    descriptor: (Ljava/net/SocketAddress;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // java.net.SocketAddress remote
        start local 2 // long nanos
         0: .line 1161
            aload 0 /* this */
            aload 1 /* remote */
            invokevirtual sun.nio.ch.SocketChannelImpl.checkRemote:(Ljava/net/SocketAddress;)Ljava/net/SocketAddress;
            astore 4 /* sa */
        start local 4 // java.net.SocketAddress sa
         1: .line 1163
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         2: .line 1165
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         3: .line 1167
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            ifne 5
         4: .line 1168
            new java.nio.channels.IllegalBlockingModeException
            dup
            invokespecial java.nio.channels.IllegalBlockingModeException.<init>:()V
            athrow
         5: .line 1169
      StackMap locals: java.net.SocketAddress
      StackMap stack:
            iconst_0
            istore 5 /* connected */
        start local 5 // boolean connected
         6: .line 1171
            aload 0 /* this */
            iconst_1
            aload 4 /* sa */
            invokevirtual sun.nio.ch.SocketChannelImpl.beginConnect:(ZLjava/net/SocketAddress;)V
         7: .line 1173
            aload 0 /* this */
            iconst_0
            invokevirtual sun.nio.ch.SocketChannelImpl.lockedConfigureBlocking:(Z)V
         8: .line 1176
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 11
         9: .line 1177
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* sa */
            invokestatic sun.nio.ch.UnixDomainSockets.connect:(Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)I
            istore 6 /* n */
        start local 6 // int n
        10: .line 1178
            goto 12
        end local 6 // int n
        11: .line 1179
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.family:Ljava/net/ProtocolFamily;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* sa */
            invokestatic sun.nio.ch.Net.connect:(Ljava/net/ProtocolFamily;Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)I
            istore 6 /* n */
        start local 6 // int n
        12: .line 1181
      StackMap locals: int
      StackMap stack:
            iload 6 /* n */
            ifle 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            lload 2 /* nanos */
            invokevirtual sun.nio.ch.SocketChannelImpl.finishTimedConnect:(J)Z
      StackMap locals:
      StackMap stack: int
        14: istore 5 /* connected */
        end local 6 // int n
        15: .line 1182
            goto 19
      StackMap locals: sun.nio.ch.SocketChannelImpl java.net.SocketAddress long java.net.SocketAddress int
      StackMap stack: java.lang.Throwable
        16: astore 7
        17: .line 1184
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.tryLockedConfigureBlocking:(Z)Z
            pop
        18: .line 1185
            aload 7
            athrow
        19: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.tryLockedConfigureBlocking:(Z)Z
            pop
        20: .line 1186
            goto 24
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: astore 8
        22: .line 1187
            aload 0 /* this */
            iconst_1
            iload 5 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endConnect:(ZZ)V
        23: .line 1188
            aload 8
            athrow
        24: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iload 5 /* connected */
            invokevirtual sun.nio.ch.SocketChannelImpl.endConnect:(ZZ)V
        end local 5 // boolean connected
        25: .line 1189
            goto 29
      StackMap locals: sun.nio.ch.SocketChannelImpl java.net.SocketAddress long java.net.SocketAddress
      StackMap stack: java.lang.Throwable
        26: astore 9
        27: .line 1190
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        28: .line 1191
            aload 9
            athrow
        29: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 1192
            goto 34
      StackMap locals:
      StackMap stack: java.lang.Throwable
        31: astore 10
        32: .line 1193
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        33: .line 1194
            aload 10
            athrow
        34: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        35: .line 1195
            goto 39
      StackMap locals:
      StackMap stack: java.io.IOException
        36: astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        37: .line 1197
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.close:()V
        38: .line 1198
            aload 5 /* ioe */
            aload 4 /* sa */
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/SocketAddress;)Ljava/io/IOException;
            athrow
        end local 5 // java.io.IOException ioe
        39: .line 1200
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.net.SocketAddress sa
        end local 2 // long nanos
        end local 1 // java.net.SocketAddress remote
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   40     0       this  Lsun/nio/ch/SocketChannelImpl;
            0   40     1     remote  Ljava/net/SocketAddress;
            0   40     2      nanos  J
            1   40     4         sa  Ljava/net/SocketAddress;
            6   25     5  connected  Z
           10   11     6          n  I
           12   15     6          n  I
           37   39     5        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8    16      16  any
           6    21      21  any
           3    26      26  any
           2    31      31  any
           1    35      36  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      remote  
      nanos   

  private int tryRead(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1206
            iload 3 /* len */
            invokestatic sun.nio.ch.Util.getTemporaryDirectBuffer:(I)Ljava/nio/ByteBuffer;
            astore 4 /* dst */
        start local 4 // java.nio.ByteBuffer dst
         1: .line 1207
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 4 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1209
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* dst */
            checkcast sun.nio.ch.DirectBuffer
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            iload 3 /* len */
            invokevirtual sun.nio.ch.NativeDispatcher.read:(Ljava/io/FileDescriptor;JI)I
            istore 5 /* n */
        start local 5 // int n
         3: .line 1210
            iload 5 /* n */
            ifle 5
         4: .line 1211
            aload 4 /* dst */
            aload 1 /* b */
            iload 2 /* off */
            iload 5 /* n */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         5: .line 1213
      StackMap locals: int
      StackMap stack:
            iload 5 /* n */
            istore 7
         6: .line 1215
            aload 4 /* dst */
            invokestatic sun.nio.ch.Util.offerFirstTemporaryDirectBuffer:(Ljava/nio/ByteBuffer;)V
         7: .line 1213
            iload 7
            ireturn
        end local 5 // int n
         8: .line 1214
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int java.nio.ByteBuffer
      StackMap stack: java.lang.Throwable
            astore 6
         9: .line 1215
            aload 4 /* dst */
            invokestatic sun.nio.ch.Util.offerFirstTemporaryDirectBuffer:(Ljava/nio/ByteBuffer;)V
        10: .line 1216
            aload 6
            athrow
        end local 4 // java.nio.ByteBuffer dst
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/nio/ch/SocketChannelImpl;
            0   11     1     b  [B
            0   11     2   off  I
            0   11     3   len  I
            1   11     4   dst  Ljava/nio/ByteBuffer;
            3    8     5     n  I
      Exception table:
        from    to  target  type
           2     6       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  private int timedRead(byte[], int, int, long);
    descriptor: ([BIIJ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
        start local 4 // long nanos
         0: .line 1224
            invokestatic java.lang.System.nanoTime:()J
            lstore 6 /* startNanos */
        start local 6 // long startNanos
         1: .line 1225
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryRead:([BII)I
            istore 8 /* n */
        start local 8 // int n
         2: .line 1226
            goto 8
         3: .line 1227
      StackMap locals: long int
      StackMap stack:
            lload 4 /* nanos */
            invokestatic java.lang.System.nanoTime:()J
            lload 6 /* startNanos */
            lsub
            lsub
            lstore 9 /* remainingNanos */
        start local 9 // long remainingNanos
         4: .line 1228
            lload 9 /* remainingNanos */
            lconst_0
            lcmp
            ifgt 6
         5: .line 1229
            new java.net.SocketTimeoutException
            dup
            ldc "Read timed out"
            invokespecial java.net.SocketTimeoutException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1231
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            lload 9 /* remainingNanos */
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(IJ)V
         7: .line 1232
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryRead:([BII)I
            istore 8 /* n */
        end local 9 // long remainingNanos
         8: .line 1226
      StackMap locals:
      StackMap stack:
            iload 8 /* n */
            bipush -2
            if_icmpne 9
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 3
         9: .line 1234
      StackMap locals:
      StackMap stack:
            iload 8 /* n */
            ireturn
        end local 8 // int n
        end local 6 // long startNanos
        end local 4 // long nanos
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lsun/nio/ch/SocketChannelImpl;
            0   10     1               b  [B
            0   10     2             off  I
            0   10     3             len  I
            0   10     4           nanos  J
            1   10     6      startNanos  J
            2   10     8               n  I
            4    8     9  remainingNanos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      b      
      off    
      len    
      nanos  

  int blockingRead(byte[], int, int, long);
    descriptor: ([BIIJ)I
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
        start local 4 // long nanos
         0: .line 1246
            iload 2 /* off */
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1247
            iload 3 /* len */
            ifne 3
         2: .line 1249
            iconst_0
            ireturn
         3: .line 1252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 1254
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         5: .line 1257
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            ifne 7
         6: .line 1258
            new java.nio.channels.IllegalBlockingModeException
            dup
            invokespecial java.nio.channels.IllegalBlockingModeException.<init>:()V
            athrow
         7: .line 1260
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* n */
        start local 6 // int n
         8: .line 1262
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.beginRead:(Z)V
         9: .line 1265
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
            ifeq 11
        10: .line 1266
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
        11: .line 1269
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 20
        12: .line 1293
            aload 0 /* this */
            iconst_1
            iload 6 /* n */
            ifle 13
            iconst_1
            goto 14
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        13: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        14: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        15: .line 1294
            iload 6 /* n */
            ifgt 18
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 18
        16: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1295
            iconst_m1
            ireturn
        18: .line 1300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        19: .line 1270
            iconst_m1
            ireturn
        20: .line 1272
      StackMap locals:
      StackMap stack:
            lload 4 /* nanos */
            lconst_0
            lcmp
            ifle 29
        21: .line 1274
            aload 0 /* this */
            iconst_0
            invokevirtual sun.nio.ch.SocketChannelImpl.lockedConfigureBlocking:(Z)V
        22: .line 1276
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            lload 4 /* nanos */
            invokevirtual sun.nio.ch.SocketChannelImpl.timedRead:([BIIJ)I
            istore 6 /* n */
        23: .line 1277
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: astore 7
        25: .line 1279
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.tryLockedConfigureBlocking:(Z)Z
            pop
        26: .line 1280
            aload 7
            athrow
        27: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.tryLockedConfigureBlocking:(Z)Z
            pop
        28: .line 1281
            goto 52
        29: .line 1283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryRead:([BII)I
            istore 6 /* n */
        30: .line 1284
            goto 33
        31: .line 1285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLIN:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        32: .line 1286
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryRead:([BII)I
            istore 6 /* n */
        33: .line 1284
      StackMap locals:
      StackMap stack:
            iload 6 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 52
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 31
        34: .line 1289
            goto 52
      StackMap locals:
      StackMap stack: sun.net.ConnectionResetException
        35: pop
        36: .line 1290
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.SocketChannelImpl.connectionReset:Z
        37: .line 1291
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.throwConnectionReset:()V
        38: .line 1293
            aload 0 /* this */
            iconst_1
            iload 6 /* n */
            ifle 39
            iconst_1
            goto 40
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        39: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        40: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        41: .line 1294
            iload 6 /* n */
            ifgt 58
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 58
        42: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        43: .line 1295
            iconst_m1
            ireturn
        44: .line 1292
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        45: .line 1293
            aload 0 /* this */
            iconst_1
            iload 6 /* n */
            ifle 46
            iconst_1
            goto 47
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int top java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        46: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int top java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        47: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        48: .line 1294
            iload 6 /* n */
            ifgt 51
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 51
        49: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        50: .line 1295
            iconst_m1
            ireturn
        51: .line 1296
      StackMap locals:
      StackMap stack:
            aload 8
            athrow
        52: .line 1293
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iload 6 /* n */
            ifle 53
            iconst_1
            goto 54
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        53: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        54: invokevirtual sun.nio.ch.SocketChannelImpl.endRead:(ZZ)V
        55: .line 1294
            iload 6 /* n */
            ifgt 58
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 58
        56: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        57: .line 1295
            iconst_m1
            ireturn
        58: .line 1297
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 59
            iload 6 /* n */
            ifgt 59
            iload 6 /* n */
            iconst_m1
            if_icmpeq 59
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        59: .line 1298
      StackMap locals:
      StackMap stack:
            iload 6 /* n */
            istore 10
        60: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        61: .line 1298
            iload 10
            ireturn
        end local 6 // int n
        62: .line 1299
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int long
      StackMap stack: java.lang.Throwable
            astore 9
        63: .line 1300
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.readLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        64: .line 1301
            aload 9
            athrow
        end local 4 // long nanos
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   65     0   this  Lsun/nio/ch/SocketChannelImpl;
            0   65     1      b  [B
            0   65     2    off  I
            0   65     3    len  I
            0   65     4  nanos  J
            8   62     6      n  I
      Exception table:
        from    to  target  type
          22    24      24  any
           8    12      35  Class sun.net.ConnectionResetException
          20    34      35  Class sun.net.ConnectionResetException
           8    12      44  any
          20    38      44  any
           4    16      62  any
          20    42      62  any
          44    49      62  any
          51    56      62  any
          58    60      62  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      b      
      off    
      len    
      nanos  

  private int tryWrite(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1309
            iload 3 /* len */
            invokestatic sun.nio.ch.Util.getTemporaryDirectBuffer:(I)Ljava/nio/ByteBuffer;
            astore 4 /* src */
        start local 4 // java.nio.ByteBuffer src
         1: .line 1310
            getstatic sun.nio.ch.SocketChannelImpl.$assertionsDisabled:Z
            ifne 2
            aload 4 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1312
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 4 /* src */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
         3: .line 1313
            getstatic sun.nio.ch.SocketChannelImpl.nd:Lsun/nio/ch/NativeDispatcher;
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 4 /* src */
            checkcast sun.nio.ch.DirectBuffer
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            iload 3 /* len */
            invokevirtual sun.nio.ch.NativeDispatcher.write:(Ljava/io/FileDescriptor;JI)I
            istore 6
         4: .line 1315
            aload 4 /* src */
            invokestatic sun.nio.ch.Util.offerFirstTemporaryDirectBuffer:(Ljava/nio/ByteBuffer;)V
         5: .line 1313
            iload 6
            ireturn
         6: .line 1314
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         7: .line 1315
            aload 4 /* src */
            invokestatic sun.nio.ch.Util.offerFirstTemporaryDirectBuffer:(Ljava/nio/ByteBuffer;)V
         8: .line 1316
            aload 5
            athrow
        end local 4 // java.nio.ByteBuffer src
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/SocketChannelImpl;
            0    9     1     b  [B
            0    9     2   off  I
            0    9     3   len  I
            1    9     4   src  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
           2     4       6  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  void blockingWriteFully(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1325
            iload 2 /* off */
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1326
            iload 3 /* len */
            ifne 3
         2: .line 1328
            return
         3: .line 1331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 1333
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         5: .line 1336
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isBlocking:()Z
            ifne 7
         6: .line 1337
            new java.nio.channels.IllegalBlockingModeException
            dup
            invokespecial java.nio.channels.IllegalBlockingModeException.<init>:()V
            athrow
         7: .line 1340
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            istore 4 /* pos */
        start local 4 // int pos
         8: .line 1341
            iload 2 /* off */
            iload 3 /* len */
            iadd
            istore 5 /* end */
        start local 5 // int end
         9: .line 1343
            aload 0 /* this */
            iconst_1
            invokevirtual sun.nio.ch.SocketChannelImpl.beginWrite:(Z)V
        10: .line 1344
            goto 19
        11: .line 1345
      StackMap locals: int int
      StackMap stack:
            iload 5 /* end */
            iload 4 /* pos */
            isub
            istore 6 /* size */
        start local 6 // int size
        12: .line 1346
            aload 0 /* this */
            aload 1 /* b */
            iload 4 /* pos */
            iload 6 /* size */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryWrite:([BII)I
            istore 7 /* n */
        start local 7 // int n
        13: .line 1347
            goto 16
        14: .line 1348
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getstatic sun.nio.ch.Net.POLLOUT:S
            invokevirtual sun.nio.ch.SocketChannelImpl.park:(I)V
        15: .line 1349
            aload 0 /* this */
            aload 1 /* b */
            iload 4 /* pos */
            iload 6 /* size */
            invokevirtual sun.nio.ch.SocketChannelImpl.tryWrite:([BII)I
            istore 7 /* n */
        16: .line 1347
      StackMap locals:
      StackMap stack:
            iload 7 /* n */
            i2l
            invokestatic sun.nio.ch.IOStatus.okayToRetry:(J)Z
            ifeq 17
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 14
        17: .line 1351
      StackMap locals:
      StackMap stack:
            iload 7 /* n */
            ifle 19
        18: .line 1352
            iload 4 /* pos */
            iload 7 /* n */
            iadd
            istore 4 /* pos */
        end local 7 // int n
        end local 6 // int size
        19: .line 1344
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            iload 5 /* end */
            if_icmpge 26
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 11
        20: .line 1355
            goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: astore 8
        22: .line 1356
            aload 0 /* this */
            iconst_1
            iload 4 /* pos */
            iload 5 /* end */
            if_icmplt 23
            iconst_1
            goto 24
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int int int top top java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        23: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int int int top top java.lang.Throwable
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        24: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        25: .line 1357
            aload 8
            athrow
        26: .line 1356
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int int int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            iload 4 /* pos */
            iload 5 /* end */
            if_icmplt 27
            iconst_1
            goto 28
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int
        27: iconst_0
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int int int
      StackMap stack: sun.nio.ch.SocketChannelImpl int int
        28: invokevirtual sun.nio.ch.SocketChannelImpl.endWrite:(ZZ)V
        end local 5 // int end
        end local 4 // int pos
        29: .line 1358
            goto 33
      StackMap locals: sun.nio.ch.SocketChannelImpl byte[] int int
      StackMap stack: java.lang.Throwable
        30: astore 9
        31: .line 1359
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        32: .line 1360
            aload 9
            athrow
        33: .line 1359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        34: .line 1361
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   35     0  this  Lsun/nio/ch/SocketChannelImpl;
            0   35     1     b  [B
            0   35     2   off  I
            0   35     3   len  I
            8   29     4   pos  I
            9   29     5   end  I
           12   19     6  size  I
           13   19     7     n  I
      Exception table:
        from    to  target  type
           9    21      21  any
           4    30      30  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  int available();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.SocketChannelImpl this
         0: .line 1367
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1368
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected:()V
         2: .line 1369
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 5
         3: .line 1370
            aload 1
            monitorexit
         4: iconst_0
            ireturn
         5: .line 1372
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            invokestatic sun.nio.ch.Net.available:(Ljava/io/FileDescriptor;)I
            aload 1
            monitorexit
         6: ireturn
         7: .line 1367
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         8: athrow
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/SocketChannelImpl;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  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=8, args_size=4
        start local 0 // sun.nio.ch.SocketChannelImpl this
        start local 1 // int ops
        start local 2 // int initialOps
        start local 3 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 1381
            aload 3 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioInterestOps:()I
            istore 4 /* intOps */
        start local 4 // int intOps
         1: .line 1382
            aload 3 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            istore 5 /* oldOps */
        start local 5 // int oldOps
         2: .line 1383
            iload 2 /* initialOps */
            istore 6 /* newOps */
        start local 6 // int newOps
         3: .line 1385
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLNVAL:S
            iand
            ifeq 5
         4: .line 1389
            iconst_0
            ireturn
         5: .line 1392
      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 1393
            iload 4 /* intOps */
            istore 6 /* newOps */
         7: .line 1394
            aload 3 /* ski */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
         8: .line 1395
            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 1398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isConnected:()Z
            istore 7 /* connected */
        start local 7 // boolean connected
        11: .line 1399
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLIN:S
            iand
            ifeq 14
        12: .line 1400
            iload 4 /* intOps */
            iconst_1
            iand
            ifeq 14
            iload 7 /* connected */
            ifeq 14
        13: .line 1401
            iload 6 /* newOps */
            iconst_1
            ior
            istore 6 /* newOps */
        14: .line 1403
      StackMap locals: int
      StackMap stack:
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLCONN:S
            iand
            ifeq 17
        15: .line 1404
            iload 4 /* intOps */
            bipush 8
            iand
            ifeq 17
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isConnectionPending:()Z
            ifeq 17
        16: .line 1405
            iload 6 /* newOps */
            bipush 8
            ior
            istore 6 /* newOps */
        17: .line 1407
      StackMap locals:
      StackMap stack:
            iload 1 /* ops */
            getstatic sun.nio.ch.Net.POLLOUT:S
            iand
            ifeq 20
        18: .line 1408
            iload 4 /* intOps */
            iconst_4
            iand
            ifeq 20
            iload 7 /* connected */
            ifeq 20
        19: .line 1409
            iload 6 /* newOps */
            iconst_4
            ior
            istore 6 /* newOps */
        20: .line 1411
      StackMap locals:
      StackMap stack:
            aload 3 /* ski */
            iload 6 /* newOps */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:(I)V
        21: .line 1412
            iload 6 /* newOps */
            iload 5 /* oldOps */
            iconst_m1
            ixor
            iand
            ifeq 22
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        22: iconst_0
            ireturn
        end local 7 // boolean connected
        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.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lsun/nio/ch/SocketChannelImpl;
            0   23     1         ops  I
            0   23     2  initialOps  I
            0   23     3         ski  Lsun/nio/ch/SelectionKeyImpl;
            1   23     4      intOps  I
            2   23     5      oldOps  I
            3   23     6      newOps  I
           11   23     7   connected  Z
    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.SocketChannelImpl this
        start local 1 // int ops
        start local 2 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 1416
            aload 0 /* this */
            iload 1 /* ops */
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SocketChannelImpl.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.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl;
            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.SocketChannelImpl this
        start local 1 // int ops
        start local 2 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 1420
            aload 0 /* this */
            iload 1 /* ops */
            iconst_0
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SocketChannelImpl.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.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl;
            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.SocketChannelImpl this
        start local 1 // int ops
         0: .line 1427
            iconst_0
            istore 2 /* newOps */
        start local 2 // int newOps
         1: .line 1428
            iload 1 /* ops */
            iconst_1
            iand
            ifeq 3
         2: .line 1429
            iload 2 /* newOps */
            getstatic sun.nio.ch.Net.POLLIN:S
            ior
            istore 2 /* newOps */
         3: .line 1430
      StackMap locals: int
      StackMap stack:
            iload 1 /* ops */
            iconst_4
            iand
            ifeq 5
         4: .line 1431
            iload 2 /* newOps */
            getstatic sun.nio.ch.Net.POLLOUT:S
            ior
            istore 2 /* newOps */
         5: .line 1432
      StackMap locals:
      StackMap stack:
            iload 1 /* ops */
            bipush 8
            iand
            ifeq 7
         6: .line 1433
            iload 2 /* newOps */
            getstatic sun.nio.ch.Net.POLLCONN:S
            ior
            istore 2 /* newOps */
         7: .line 1434
      StackMap locals:
      StackMap stack:
            iload 2 /* newOps */
            ireturn
        end local 2 // int newOps
        end local 1 // int ops
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/nio/ch/SocketChannelImpl;
            0    8     1     ops  I
            1    8     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.SocketChannelImpl this
         0: .line 1438
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.fd:Ljava/io/FileDescriptor;
            areturn
        end local 0 // sun.nio.ch.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketChannelImpl;

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

  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.SocketChannelImpl this
         0: .line 1447
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 1448
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSuperclass:()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 1449
            aload 1 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         3: .line 1450
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isOpen:()Z
            ifne 5
         4: .line 1451
            aload 1 /* sb */
            ldc "closed"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
            goto 30
         5: .line 1453
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         6: .line 1454
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.state:I
            tableswitch { // 0 - 2
                    0: 7
                    1: 9
                    2: 11
              default: 16
          }
         7: .line 1456
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* sb */
            ldc "unconnected"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 1457
            goto 16
         9: .line 1459
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "connection-pending"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 1460
            goto 16
        11: .line 1462
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "connected"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 1463
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isInputClosed:Z
            ifeq 14
        13: .line 1464
            aload 1 /* sb */
            ldc " ishut"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 1465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketChannelImpl.isOutputClosed:Z
            ifeq 16
        15: .line 1466
            aload 1 /* sb */
            ldc " oshut"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 1469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.localAddress:()Ljava/net/SocketAddress;
            astore 3 /* addr */
        start local 3 // java.net.SocketAddress addr
        17: .line 1470
            aload 3 /* addr */
            ifnull 23
        18: .line 1471
            aload 1 /* sb */
            ldc " local="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 1472
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.isUnixSocket:()Z
            ifeq 22
        20: .line 1473
            aload 1 /* sb */
            aload 3 /* addr */
            invokestatic sun.nio.ch.UnixDomainSockets.getRevealedLocalAddressAsString:(Ljava/net/SocketAddress;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        21: .line 1474
            goto 23
        22: .line 1475
      StackMap locals: java.net.SocketAddress
      StackMap stack:
            aload 1 /* sb */
            aload 3 /* addr */
            invokestatic sun.nio.ch.Net.getRevealedLocalAddressAsString:(Ljava/net/SocketAddress;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 1478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.remoteAddress:()Ljava/net/SocketAddress;
            ifnull 26
        24: .line 1479
            aload 1 /* sb */
            ldc " remote="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        25: .line 1480
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual sun.nio.ch.SocketChannelImpl.remoteAddress:()Ljava/net/SocketAddress;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 3 // java.net.SocketAddress addr
        26: .line 1453
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        27: goto 30
      StackMap locals:
      StackMap stack: java.lang.Throwable
        28: aload 2
            monitorexit
        29: athrow
        30: .line 1484
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        31: .line 1485
            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.SocketChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   32     0  this  Lsun/nio/ch/SocketChannelImpl;
            1   32     1    sb  Ljava/lang/StringBuilder;
           17   26     3  addr  Ljava/net/SocketAddress;
      Exception table:
        from    to  target  type
           6    27      28  any
          28    29      28  any

  public java.nio.channels.NetworkChannel bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)Ljava/nio/channels/NetworkChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.nio.ch.SocketChannelImpl.bind:(Ljava/net/SocketAddress;)Ljava/nio/channels/SocketChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  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.SocketChannelImpl.setOption:(Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/nio/channels/SocketChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SocketChannelImpl.java"
NestMembers:
  sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder
InnerClasses:
  private DefaultOptionsHolder = sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder of sun.nio.ch.SocketChannelImpl