class sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1 implements java.security.PrivilegedAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1
  super_class: java.lang.Object
{
  final sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask this$1;
    descriptor: Lsun/nio/ch/WindowsAsynchronousServerSocketChannelImpl$AcceptTask;
    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.WindowsAsynchronousServerSocketChannelImpl$AcceptTask, java.net.InetSocketAddress);
    descriptor: (Lsun/nio/ch/WindowsAsynchronousServerSocketChannelImpl$AcceptTask;Ljava/net/InetSocketAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1 this
         0: .line 155
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1.this$1:Lsun/nio/ch/WindowsAsynchronousServerSocketChannelImpl$AcceptTask;
            aload 0 /* this */
            aload 2
            putfield sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1.val$remote:Ljava/net/InetSocketAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/WindowsAsynchronousServerSocketChannelImpl$AcceptTask$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.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1 this
         0: .line 157
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: .line 158
            aload 1 /* sm */
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1.val$remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
         2: .line 159
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1.val$remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
         3: .line 158
            invokevirtual java.lang.SecurityManager.checkAccept:(Ljava/lang/String;I)V
         4: .line 160
            aconst_null
            areturn
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1;
            1    5     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.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Void;>;
SourceFile: "WindowsAsynchronousServerSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask.finishAccept:()V
NestHost: sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl
InnerClasses:
  private AcceptTask = sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask of sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl
  sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask$1