final class sun.nio.ch.WindowsSelectorImpl$StartLock
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.nio.ch.WindowsSelectorImpl$StartLock
super_class: java.lang.Object
{
private long runsCounter;
descriptor: J
flags: (0x0002) ACC_PRIVATE
final sun.nio.ch.WindowsSelectorImpl this$0;
descriptor: Lsun/nio/ch/WindowsSelectorImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(sun.nio.ch.WindowsSelectorImpl);
descriptor: (Lsun/nio/ch/WindowsSelectorImpl;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.nio.ch.WindowsSelectorImpl$StartLock.this$0:Lsun/nio/ch/WindowsSelectorImpl;
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/WindowsSelectorImpl$StartLock;
MethodParameters:
Name Flags
this$0 final
private synchronized void startThreads();
descriptor: ()V
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
lconst_1
ladd
putfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
1: aload 0
invokevirtual java.lang.Object.notifyAll:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/ch/WindowsSelectorImpl$StartLock;
private synchronized boolean waitForStart(sun.nio.ch.WindowsSelectorImpl$SelectThread);
descriptor: (Lsun/nio/ch/WindowsSelectorImpl$SelectThread;)Z
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: goto 5
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.WindowsSelectorImpl$StartLock.this$0:Lsun/nio/ch/WindowsSelectorImpl;
getfield sun.nio.ch.WindowsSelectorImpl.startLock:Lsun/nio/ch/WindowsSelectorImpl$StartLock;
invokevirtual java.lang.Object.wait:()V
2: goto 5
StackMap locals:
StackMap stack: java.lang.InterruptedException
3: pop
4: invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
invokevirtual java.lang.Thread.interrupt:()V
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
aload 1
getfield sun.nio.ch.WindowsSelectorImpl$SelectThread.lastRun:J
lcmp
ifeq 1
6: aload 1
invokevirtual sun.nio.ch.WindowsSelectorImpl$SelectThread.isZombie:()Z
ifeq 8
7: iconst_1
ireturn
8: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
putfield sun.nio.ch.WindowsSelectorImpl$SelectThread.lastRun:J
9: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/nio/ch/WindowsSelectorImpl$StartLock;
0 10 1 thread Lsun/nio/ch/WindowsSelectorImpl$SelectThread;
Exception table:
from to target type
1 2 3 Class java.lang.InterruptedException
MethodParameters:
Name Flags
thread
}
SourceFile: "WindowsSelectorImpl.java"
NestHost: sun.nio.ch.WindowsSelectorImpl
InnerClasses:
private final SelectThread = sun.nio.ch.WindowsSelectorImpl$SelectThread of sun.nio.ch.WindowsSelectorImpl
private final StartLock = sun.nio.ch.WindowsSelectorImpl$StartLock of sun.nio.ch.WindowsSelectorImpl