class sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.UnixAsynchronousSocketChannelImpl$2
super_class: java.lang.Object
{
final sun.nio.ch.UnixAsynchronousSocketChannelImpl this$0;
descriptor: Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.nio.ch.UnixAsynchronousSocketChannelImpl);
descriptor: (Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 this
0: .line 631
aload 0 /* this */
aload 1
putfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/UnixAsynchronousSocketChannelImpl$2;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=1
start local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 this
0: .line 633
aconst_null
astore 1 /* handler */
start local 1 // java.nio.channels.CompletionHandler handler
1: .line 634
aconst_null
astore 2 /* att */
start local 2 // java.lang.Object att
2: .line 635
aconst_null
astore 3 /* future */
start local 3 // sun.nio.ch.PendingFuture future
3: .line 637
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.updateLock:Ljava/lang/Object;
dup
astore 4
monitorenter
4: .line 638
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.writePending:Z
ifne 7
5: .line 639
aload 4
monitorexit
6: return
7: .line 640
StackMap locals: sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 java.nio.channels.CompletionHandler java.lang.Object sun.nio.ch.PendingFuture java.lang.Object
StackMap stack:
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
iconst_0
putfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.writePending:Z
8: .line 641
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.writeHandler:Ljava/nio/channels/CompletionHandler;
astore 1 /* handler */
9: .line 642
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.writeAttachment:Ljava/lang/Object;
astore 2 /* att */
10: .line 643
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.writeFuture:Lsun/nio/ch/PendingFuture;
astore 3 /* future */
11: .line 637
aload 4
monitorexit
12: goto 15
StackMap locals:
StackMap stack: java.lang.Throwable
13: aload 4
monitorexit
14: athrow
15: .line 647
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
iconst_1
invokevirtual sun.nio.ch.UnixAsynchronousSocketChannelImpl.enableWriting:(Z)V
16: .line 650
new java.nio.channels.InterruptedByTimeoutException
dup
invokespecial java.nio.channels.InterruptedByTimeoutException.<init>:()V
astore 4 /* exc */
start local 4 // java.lang.Exception exc
17: .line 651
aload 1 /* handler */
ifnull 22
18: .line 652
aload 0 /* this */
getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$2.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
19: .line 653
aload 1 /* handler */
aload 2 /* att */
aconst_null
aload 4 /* exc */
20: .line 652
invokestatic sun.nio.ch.Invoker.invokeIndirectly:(Ljava/nio/channels/AsynchronousChannel;Ljava/nio/channels/CompletionHandler;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
21: .line 654
goto 23
22: .line 655
StackMap locals: java.lang.Exception
StackMap stack:
aload 3 /* future */
aload 4 /* exc */
invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
23: .line 657
StackMap locals:
StackMap stack:
return
end local 4 // java.lang.Exception exc
end local 3 // sun.nio.ch.PendingFuture future
end local 2 // java.lang.Object att
end local 1 // java.nio.channels.CompletionHandler handler
end local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lsun/nio/ch/UnixAsynchronousSocketChannelImpl$2;
1 24 1 handler Ljava/nio/channels/CompletionHandler<Ljava/lang/Number;Ljava/lang/Object;>;
2 24 2 att Ljava/lang/Object;
3 24 3 future Lsun/nio/ch/PendingFuture<Ljava/lang/Number;Ljava/lang/Object;>;
17 24 4 exc Ljava/lang/Exception;
Exception table:
from to target type
4 6 13 any
7 12 13 any
13 14 13 any
}
SourceFile: "UnixAsynchronousSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.UnixAsynchronousSocketChannelImpl
NestHost: sun.nio.ch.UnixAsynchronousSocketChannelImpl
InnerClasses:
sun.nio.ch.UnixAsynchronousSocketChannelImpl$2