class sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1 implements java.security.PrivilegedExceptionAction<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1
super_class: java.lang.Object
{
final sun.nio.ch.WindowsAsynchronousSocketChannelImpl this$0;
descriptor: Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.net.SocketAddress val$sa;
descriptor: Ljava/net/SocketAddress;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.ch.WindowsAsynchronousSocketChannelImpl, java.net.SocketAddress);
descriptor: (Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;Ljava/net/SocketAddress;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
aload 0
aload 2
putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1.val$sa:Ljava/net/SocketAddress;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$1;
MethodParameters:
Name Flags
this$0 final
val$sa final
public java.lang.Void run();
descriptor: ()Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
aload 0
getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1.val$sa:Ljava/net/SocketAddress;
invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.bind:(Ljava/net/SocketAddress;)Ljava/nio/channels/AsynchronousSocketChannel;
pop
1: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$1;
Exceptions:
throws java.io.IOException
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: aload 0
invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1.run:()Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Void;>;
SourceFile: "WindowsAsynchronousSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.WindowsAsynchronousSocketChannelImpl.doPrivilegedBind:(Ljava/net/SocketAddress;)V
NestHost: sun.nio.ch.WindowsAsynchronousSocketChannelImpl
InnerClasses:
sun.nio.ch.WindowsAsynchronousSocketChannelImpl$1