class sun.nio.ch.KQueueSelectorImpl extends sun.nio.ch.SelectorImpl
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.KQueueSelectorImpl
super_class: sun.nio.ch.SelectorImpl
{
private static final int MAX_KEVENTS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 256
private final int kqfd;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long pollArrayAddress;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int fd0;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int fd1;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Map<java.lang.Integer, sun.nio.ch.SelectionKeyImpl> fdToKey;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/Integer;Lsun/nio/ch/SelectionKeyImpl;>;
private final java.lang.Object updateLock;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Deque<sun.nio.ch.SelectionKeyImpl> updateKeys;
descriptor: Ljava/util/Deque;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Deque<Lsun/nio/ch/SelectionKeyImpl;>;
private final java.lang.Object interruptLock;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean interruptTriggered;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int pollCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lsun/nio/ch/KQueueSelectorImpl;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
void <init>(java.nio.channels.spi.SelectorProvider);
descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.nio.ch.SelectorImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
1: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield sun.nio.ch.KQueueSelectorImpl.fdToKey:Ljava/util/Map;
2: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield sun.nio.ch.KQueueSelectorImpl.updateLock:Ljava/lang/Object;
3: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield sun.nio.ch.KQueueSelectorImpl.updateKeys:Ljava/util/Deque;
4: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield sun.nio.ch.KQueueSelectorImpl.interruptLock:Ljava/lang/Object;
5: aload 0
invokestatic sun.nio.ch.KQueue.create:()I
putfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
6: aload 0
sipush 256
invokestatic sun.nio.ch.KQueue.allocatePollArray:(I)J
putfield sun.nio.ch.KQueueSelectorImpl.pollArrayAddress:J
7: iconst_0
invokestatic sun.nio.ch.IOUtil.makePipe:(Z)J
lstore 2
start local 2 8: aload 0
lload 2
bipush 32
lushr
l2i
putfield sun.nio.ch.KQueueSelectorImpl.fd0:I
9: aload 0
lload 2
l2i
putfield sun.nio.ch.KQueueSelectorImpl.fd1:I
end local 2 10: goto 15
StackMap locals: sun.nio.ch.KQueueSelectorImpl java.nio.channels.spi.SelectorProvider
StackMap stack: java.io.IOException
11: astore 2
start local 2 12: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollArrayAddress:J
invokestatic sun.nio.ch.KQueue.freePollArray:(J)V
13: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
14: aload 2
athrow
end local 2 15: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd0:I
iconst_m1
iconst_1
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
16: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/nio/ch/KQueueSelectorImpl;
0 17 1 sp Ljava/nio/channels/spi/SelectorProvider;
8 10 2 fds J
12 15 2 ioe Ljava/io/IOException;
Exception table:
from to target type
7 10 11 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
sp
private void ensureOpen();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.isOpen:()Z
ifne 2
1: new java.nio.channels.ClosedSelectorException
dup
invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/ch/KQueueSelectorImpl;
protected int doSelect(java.util.function.Consumer<java.nio.channels.SelectionKey>, );
descriptor: (Ljava/util/function/Consumer;J)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=14, args_size=3
start local 0 start local 1 start local 2 0: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 1
aload 0
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
lload 2
ldc 2147483647
invokestatic java.lang.Math.min:(JJ)J
lstore 4
start local 4 2: lload 4
lconst_0
lcmp
ifeq 3
iconst_1
goto 4
StackMap locals: long
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: istore 6
start local 6 5: lload 4
lconst_0
lcmp
ifle 6
iconst_1
goto 7
StackMap locals: int
StackMap stack:
6: iconst_0
StackMap locals:
StackMap stack: int
7: istore 7
start local 7 8: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.processUpdateQueue:()V
9: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.processDeregisterQueue:()V
10: aload 0
iload 6
invokevirtual sun.nio.ch.KQueueSelectorImpl.begin:(Z)V
11: StackMap locals: int
StackMap stack:
iload 7
ifeq 12
invokestatic java.lang.System.nanoTime:()J
goto 13
StackMap locals:
StackMap stack:
12: lconst_0
StackMap locals:
StackMap stack: long
13: lstore 9
start local 9 14: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollArrayAddress:J
sipush 256
lload 4
invokestatic sun.nio.ch.KQueue.poll:(IJIJ)I
istore 8
start local 8 15: iload 8
bipush -3
if_icmpne 20
iload 7
ifeq 20
16: invokestatic java.lang.System.nanoTime:()J
lload 9
lsub
lstore 11
start local 11 17: lload 4
getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
lload 11
getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
lsub
lstore 4
18: lload 4
lconst_0
lcmp
ifgt 20
19: iconst_0
istore 8
end local 11 end local 9 20: StackMap locals: int
StackMap stack:
iload 8
bipush -3
if_icmpeq 11
21: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 25
iload 8
invokestatic sun.nio.ch.IOStatus.check:(I)Z
ifne 25
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
end local 8 22: StackMap locals: sun.nio.ch.KQueueSelectorImpl java.util.function.Consumer long long int int
StackMap stack: java.lang.Throwable
astore 13
23: aload 0
iload 6
invokevirtual sun.nio.ch.KQueueSelectorImpl.end:(Z)V
24: aload 13
athrow
start local 8 25: StackMap locals: int
StackMap stack:
aload 0
iload 6
invokevirtual sun.nio.ch.KQueueSelectorImpl.end:(Z)V
26: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.processDeregisterQueue:()V
27: aload 0
iload 8
aload 1
invokevirtual sun.nio.ch.KQueueSelectorImpl.processEvents:(ILjava/util/function/Consumer;)I
ireturn
end local 8 end local 7 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lsun/nio/ch/KQueueSelectorImpl;
0 28 1 action Ljava/util/function/Consumer<Ljava/nio/channels/SelectionKey;>;
0 28 2 timeout J
2 28 4 to J
5 28 6 blocking Z
8 28 7 timedPoll Z
15 22 8 numEntries I
25 28 8 numEntries I
14 20 9 startTime J
17 20 11 adjust J
Exception table:
from to target type
10 22 22 any
Exceptions:
throws java.io.IOException
Signature: (Ljava/util/function/Consumer<Ljava/nio/channels/SelectionKey;>;J)I
MethodParameters:
Name Flags
action
timeout
private void processUpdateQueue();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=7, args_size=1
start local 0 0: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 1
aload 0
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.updateLock:Ljava/lang/Object;
dup
astore 1
monitorenter
2: goto 23
start local 2 3: StackMap locals: java.lang.Object sun.nio.ch.SelectionKeyImpl
StackMap stack:
aload 2
invokevirtual sun.nio.ch.SelectionKeyImpl.isValid:()Z
ifeq 23
4: aload 2
invokevirtual sun.nio.ch.SelectionKeyImpl.getFDVal:()I
istore 3
start local 3 5: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fdToKey:Ljava/util/Map;
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aload 2
invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.nio.ch.SelectionKeyImpl
astore 4
start local 4 6: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 7
aload 4
ifnull 7
aload 4
aload 2
if_acmpeq 7
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
7: StackMap locals: int sun.nio.ch.SelectionKeyImpl
StackMap stack:
aload 2
invokevirtual sun.nio.ch.SelectionKeyImpl.translateInterestOps:()I
istore 5
start local 5 8: aload 2
invokevirtual sun.nio.ch.SelectionKeyImpl.registeredEvents:()I
istore 6
start local 6 9: iload 5
iload 6
if_icmpeq 23
10: iload 6
getstatic sun.nio.ch.Net.POLLIN:S
iand
ifeq 14
11: iload 5
getstatic sun.nio.ch.Net.POLLIN:S
iand
ifne 16
12: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 3
iconst_m1
iconst_2
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
13: goto 16
StackMap locals: int int
StackMap stack:
14: iload 5
getstatic sun.nio.ch.Net.POLLIN:S
iand
ifeq 16
15: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 3
iconst_m1
iconst_1
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
16: StackMap locals:
StackMap stack:
iload 6
getstatic sun.nio.ch.Net.POLLOUT:S
iand
ifeq 20
17: iload 5
getstatic sun.nio.ch.Net.POLLOUT:S
iand
ifne 22
18: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 3
bipush -2
iconst_2
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
19: goto 22
StackMap locals:
StackMap stack:
20: iload 5
getstatic sun.nio.ch.Net.POLLOUT:S
iand
ifeq 22
21: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 3
bipush -2
iconst_1
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
22: StackMap locals:
StackMap stack:
aload 2
iload 5
invokevirtual sun.nio.ch.SelectionKeyImpl.registeredEvents:(I)V
end local 6 end local 5 end local 4 end local 3 end local 2 23: StackMap locals: sun.nio.ch.KQueueSelectorImpl java.lang.Object
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.updateKeys:Ljava/util/Deque;
invokeinterface java.util.Deque.pollFirst:()Ljava/lang/Object;
checkcast sun.nio.ch.SelectionKeyImpl
dup
astore 2
start local 2 24: ifnonnull 3
end local 2 25: aload 1
monitorexit
26: goto 29
StackMap locals:
StackMap stack: java.lang.Throwable
27: aload 1
monitorexit
28: athrow
29: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lsun/nio/ch/KQueueSelectorImpl;
3 23 2 ski Lsun/nio/ch/SelectionKeyImpl;
24 25 2 ski Lsun/nio/ch/SelectionKeyImpl;
5 23 3 fd I
6 23 4 previous Lsun/nio/ch/SelectionKeyImpl;
8 23 5 newEvents I
9 23 6 registeredEvents I
Exception table:
from to target type
2 26 27 any
27 28 27 any
private int processEvents(int, java.util.function.Consumer<java.nio.channels.SelectionKey>);
descriptor: (ILjava/util/function/Consumer;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=13, args_size=3
start local 0 start local 1 start local 2 0: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 1
aload 0
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: aload 0
dup
getfield sun.nio.ch.KQueueSelectorImpl.pollCount:I
iconst_1
iadd
putfield sun.nio.ch.KQueueSelectorImpl.pollCount:I
4: iconst_0
istore 5
start local 5 5: goto 25
6: StackMap locals: int int int
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollArrayAddress:J
iload 5
invokestatic sun.nio.ch.KQueue.getEvent:(JI)J
lstore 6
start local 6 7: lload 6
invokestatic sun.nio.ch.KQueue.getDescriptor:(J)I
istore 8
start local 8 8: iload 8
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd0:I
if_icmpne 11
9: iconst_1
istore 4
10: goto 24
11: StackMap locals: long int
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fdToKey:Ljava/util/Map;
iload 8
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.nio.ch.SelectionKeyImpl
astore 9
start local 9 12: aload 9
ifnull 24
13: iconst_0
istore 10
start local 10 14: lload 6
invokestatic sun.nio.ch.KQueue.getFilter:(J)S
istore 11
start local 11 15: iload 11
iconst_m1
if_icmpne 18
16: iload 10
getstatic sun.nio.ch.Net.POLLIN:S
ior
istore 10
17: goto 20
StackMap locals: sun.nio.ch.SelectionKeyImpl int int
StackMap stack:
18: iload 11
bipush -2
if_icmpne 20
19: iload 10
getstatic sun.nio.ch.Net.POLLOUT:S
ior
istore 10
20: StackMap locals:
StackMap stack:
aload 0
iload 10
aload 9
aload 2
invokevirtual sun.nio.ch.KQueueSelectorImpl.processReadyEvents:(ILsun/nio/ch/SelectionKeyImpl;Ljava/util/function/Consumer;)I
istore 12
start local 12 21: iload 12
ifle 24
aload 9
getfield sun.nio.ch.SelectionKeyImpl.lastPolled:I
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollCount:I
if_icmpeq 24
22: iinc 3 1
23: aload 9
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollCount:I
putfield sun.nio.ch.SelectionKeyImpl.lastPolled:I
end local 12 end local 11 end local 10 end local 9 end local 8 end local 6 24: StackMap locals: sun.nio.ch.KQueueSelectorImpl int java.util.function.Consumer int int int
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
25: iload 5
iload 1
if_icmplt 6
end local 5 26: iload 4
ifeq 28
27: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.clearInterrupt:()V
28: StackMap locals:
StackMap stack:
iload 3
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lsun/nio/ch/KQueueSelectorImpl;
0 29 1 numEntries I
0 29 2 action Ljava/util/function/Consumer<Ljava/nio/channels/SelectionKey;>;
2 29 3 numKeysUpdated I
3 29 4 interrupted Z
5 26 5 i I
7 24 6 kevent J
8 24 8 fd I
12 24 9 ski Lsun/nio/ch/SelectionKeyImpl;
14 24 10 rOps I
15 24 11 filter S
21 24 12 updated I
Exceptions:
throws java.io.IOException
Signature: (ILjava/util/function/Consumer<Ljava/nio/channels/SelectionKey;>;)I
MethodParameters:
Name Flags
numEntries
action
protected void implClose();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 1
aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.isOpen:()Z
ifeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 2
aload 0
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.interruptLock:Ljava/lang/Object;
dup
astore 1
monitorenter
3: aload 0
iconst_1
putfield sun.nio.ch.KQueueSelectorImpl.interruptTriggered:Z
4: aload 1
monitorexit
5: goto 8
StackMap locals: sun.nio.ch.KQueueSelectorImpl java.lang.Object
StackMap stack: java.lang.Throwable
6: aload 1
monitorexit
7: athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
9: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.pollArrayAddress:J
invokestatic sun.nio.ch.KQueue.freePollArray:(J)V
10: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd0:I
invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
11: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd1:I
invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
12: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/nio/ch/KQueueSelectorImpl;
Exception table:
from to target type
3 5 6 any
6 7 6 any
Exceptions:
throws java.io.IOException
protected void implDereg(sun.nio.ch.SelectionKeyImpl);
descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual sun.nio.ch.SelectionKeyImpl.isValid:()Z
ifeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 2
aload 0
invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.nio.ch.SelectionKeyImpl.getFDVal:()I
istore 2
start local 2 3: aload 1
invokevirtual sun.nio.ch.SelectionKeyImpl.registeredEvents:()I
istore 3
start local 3 4: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fdToKey:Ljava/util/Map;
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 12
5: iload 3
ifeq 13
6: iload 3
getstatic sun.nio.ch.Net.POLLIN:S
iand
ifeq 8
7: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 2
iconst_m1
iconst_2
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
8: StackMap locals: int int
StackMap stack:
iload 3
getstatic sun.nio.ch.Net.POLLOUT:S
iand
ifeq 10
9: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.kqfd:I
iload 2
bipush -2
iconst_2
invokestatic sun.nio.ch.KQueue.register:(IIII)I
pop
10: StackMap locals:
StackMap stack:
aload 1
iconst_0
invokevirtual sun.nio.ch.SelectionKeyImpl.registeredEvents:(I)V
11: goto 13
12: StackMap locals:
StackMap stack:
getstatic sun.nio.ch.KQueueSelectorImpl.$assertionsDisabled:Z
ifne 13
iload 3
ifeq 13
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
13: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/nio/ch/KQueueSelectorImpl;
0 14 1 ski Lsun/nio/ch/SelectionKeyImpl;
3 14 2 fd I
4 14 3 registeredEvents I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ski
public void setEventOps(sun.nio.ch.SelectionKeyImpl);
descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.nio.ch.KQueueSelectorImpl.ensureOpen:()V
1: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.updateLock:Ljava/lang/Object;
dup
astore 2
monitorenter
2: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.updateKeys:Ljava/util/Deque;
aload 1
invokeinterface java.util.Deque.addLast:(Ljava/lang/Object;)V
3: aload 2
monitorexit
4: goto 7
StackMap locals: sun.nio.ch.KQueueSelectorImpl sun.nio.ch.SelectionKeyImpl java.lang.Object
StackMap stack: java.lang.Throwable
5: aload 2
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/nio/ch/KQueueSelectorImpl;
0 8 1 ski Lsun/nio/ch/SelectionKeyImpl;
Exception table:
from to target type
2 4 5 any
5 6 5 any
MethodParameters:
Name Flags
ski
public java.nio.channels.Selector wakeup();
descriptor: ()Ljava/nio/channels/Selector;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.interruptLock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.interruptTriggered:Z
ifne 7
2: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd1:I
iconst_0
invokestatic sun.nio.ch.IOUtil.write1:(IB)I
pop
3: goto 6
StackMap locals: sun.nio.ch.KQueueSelectorImpl java.lang.Object
StackMap stack: java.io.IOException
4: astore 2
start local 2 5: new java.lang.InternalError
dup
aload 2
invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 6: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.nio.ch.KQueueSelectorImpl.interruptTriggered:Z
7: StackMap locals:
StackMap stack:
aload 1
monitorexit
8: goto 11
StackMap locals:
StackMap stack: java.lang.Throwable
9: aload 1
monitorexit
10: athrow
11: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/nio/ch/KQueueSelectorImpl;
5 6 2 ioe Ljava/io/IOException;
Exception table:
from to target type
2 3 4 Class java.io.IOException
1 8 9 any
9 10 9 any
private void clearInterrupt();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.interruptLock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield sun.nio.ch.KQueueSelectorImpl.fd0:I
invokestatic sun.nio.ch.IOUtil.drain:(I)Z
pop
2: aload 0
iconst_0
putfield sun.nio.ch.KQueueSelectorImpl.interruptTriggered:Z
3: aload 1
monitorexit
4: goto 7
StackMap locals: sun.nio.ch.KQueueSelectorImpl java.lang.Object
StackMap stack: java.lang.Throwable
5: aload 1
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/nio/ch/KQueueSelectorImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Exceptions:
throws java.io.IOException
}
SourceFile: "KQueueSelectorImpl.java"