class sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1 implements java.security.PrivilegedAction<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1
  super_class: java.lang.Object
{
  final sun.nio.ch.UnixAsynchronousServerSocketChannelImpl this$0;
    descriptor: Lsun/nio/ch/UnixAsynchronousServerSocketChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.net.InetSocketAddress val$remote;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.UnixAsynchronousServerSocketChannelImpl, java.net.InetSocketAddress);
    descriptor: (Lsun/nio/ch/UnixAsynchronousServerSocketChannelImpl;Ljava/net/InetSocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1 this
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousServerSocketChannelImpl;
            aload 0 /* this */
            aload 2
            putfield sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1.val$remote:Ljava/net/InetSocketAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/UnixAsynchronousServerSocketChannelImpl$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$remote  final

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1 this
         0: .line 221
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 222
            aload 1 /* sm */
            ifnull 5
         2: .line 223
            aload 1 /* sm */
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1.val$remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
         3: .line 224
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1.val$remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
         4: .line 223
            invokevirtual java.lang.SecurityManager.checkAccept:(Ljava/lang/String;I)V
         5: .line 226
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/ch/UnixAsynchronousServerSocketChannelImpl$1;
            1    6     1    sm  Ljava/lang/SecurityManager;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Object;>;
SourceFile: "UnixAsynchronousServerSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.UnixAsynchronousServerSocketChannelImpl.finishAccept:(Ljava/io/FileDescriptor;Ljava/net/InetSocketAddress;Ljava/security/AccessControlContext;)Ljava/nio/channels/AsynchronousSocketChannel;
NestHost: sun.nio.ch.UnixAsynchronousServerSocketChannelImpl
InnerClasses:
  sun.nio.ch.UnixAsynchronousServerSocketChannelImpl$1