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 // sun.nio.ch.WindowsSelectorImpl$StartLock this
         0: .line 181
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.WindowsSelectorImpl$StartLock.this$0:Lsun/nio/ch/WindowsSelectorImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.WindowsSelectorImpl$StartLock this
      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 // sun.nio.ch.WindowsSelectorImpl$StartLock this
         0: .line 188
            aload 0 /* this */
            dup
            getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
            lconst_1
            ladd
            putfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
         1: .line 189
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         2: .line 190
            return
        end local 0 // sun.nio.ch.WindowsSelectorImpl$StartLock this
      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 // sun.nio.ch.WindowsSelectorImpl$StartLock this
        start local 1 // sun.nio.ch.WindowsSelectorImpl$SelectThread thread
         0: .line 197
            goto 5
         1: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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: .line 200
            goto 5
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         3: pop
         4: .line 201
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
            aload 1 /* thread */
            getfield sun.nio.ch.WindowsSelectorImpl$SelectThread.lastRun:J
            lcmp
            ifeq 1
         6: .line 204
            aload 1 /* thread */
            invokevirtual sun.nio.ch.WindowsSelectorImpl$SelectThread.isZombie:()Z
            ifeq 8
         7: .line 205
            iconst_1
            ireturn
         8: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* thread */
            aload 0 /* this */
            getfield sun.nio.ch.WindowsSelectorImpl$StartLock.runsCounter:J
            putfield sun.nio.ch.WindowsSelectorImpl$SelectThread.lastRun:J
         9: .line 208
            iconst_0
            ireturn
        end local 1 // sun.nio.ch.WindowsSelectorImpl$SelectThread thread
        end local 0 // sun.nio.ch.WindowsSelectorImpl$StartLock this
      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