class sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2
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 sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask val$readTask;
descriptor: Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ReadTask;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.ch.WindowsAsynchronousSocketChannelImpl, sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask);
descriptor: (Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ReadTask;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2 this
0: .line 643
aload 0 /* this */
aload 1
putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
aload 0 /* this */
aload 2
putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2.val$readTask:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ReadTask;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$2;
MethodParameters:
Name Flags
this$0 final
val$readTask final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2 this
0: .line 645
aload 0 /* this */
getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2.val$readTask:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ReadTask;
invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.timeout:()V
1: .line 646
return
end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$2;
}
SourceFile: "WindowsAsynchronousSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.WindowsAsynchronousSocketChannelImpl.implRead:(ZLjava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;JLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)Ljava/util/concurrent/Future;
NestHost: sun.nio.ch.WindowsAsynchronousSocketChannelImpl
InnerClasses:
sun.nio.ch.WindowsAsynchronousSocketChannelImpl$2
private ReadTask = sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask of sun.nio.ch.WindowsAsynchronousSocketChannelImpl