abstract class sun.nio.ch.AbstractPollSelectorImpl extends sun.nio.ch.SelectorImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.ch.AbstractPollSelectorImpl
  super_class: sun.nio.ch.SelectorImpl
{
  sun.nio.ch.PollArrayWrapper pollWrapper;
    descriptor: Lsun/nio/ch/PollArrayWrapper;
    flags: (0x0000) 

  protected final int INIT_CAP;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    ConstantValue: 10

  protected sun.nio.ch.SelectionKeyImpl[] channelArray;
    descriptor: [Lsun/nio/ch/SelectionKeyImpl;
    flags: (0x0004) ACC_PROTECTED

  protected int channelOffset;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int totalChannels;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object closeLock;
    descriptor: Ljava/lang/Object;
    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: .line 38
            ldc Lsun/nio/ch/AbstractPollSelectorImpl;
            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.AbstractPollSelectorImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.nio.channels.spi.SelectorProvider, int, int);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
        start local 2 // int channels
        start local 3 // int offset
         0: .line 64
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial sun.nio.ch.SelectorImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 46
            aload 0 /* this */
            bipush 10
            putfield sun.nio.ch.AbstractPollSelectorImpl.INIT_CAP:I
         2: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.AbstractPollSelectorImpl.channelOffset:I
         3: .line 58
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.AbstractPollSelectorImpl.closed:Z
         4: .line 61
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.AbstractPollSelectorImpl.closeLock:Ljava/lang/Object;
         5: .line 65
            aload 0 /* this */
            iload 2 /* channels */
            putfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
         6: .line 66
            aload 0 /* this */
            iload 3 /* offset */
            putfield sun.nio.ch.AbstractPollSelectorImpl.channelOffset:I
         7: .line 67
            return
        end local 3 // int offset
        end local 2 // int channels
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/nio/ch/AbstractPollSelectorImpl;
            0    8     1        sp  Ljava/nio/channels/spi/SelectorProvider;
            0    8     2  channels  I
            0    8     3    offset  I
    MethodParameters:
          Name  Flags
      sp        
      channels  
      offset    

  public void putEventOps(sun.nio.ch.SelectionKeyImpl, int);
    descriptor: (Lsun/nio/ch/SelectionKeyImpl;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl sk
        start local 2 // int ops
         0: .line 70
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closeLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 71
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closed:Z
            ifeq 3
         2: .line 72
            new java.nio.channels.ClosedSelectorException
            dup
            invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
            athrow
         3: .line 73
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            aload 1 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.getIndex:()I
            iload 2 /* ops */
            invokevirtual sun.nio.ch.PollArrayWrapper.putEventOps:(II)V
         4: .line 70
            aload 3
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
         8: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int ops
        end local 1 // sun.nio.ch.SelectionKeyImpl sk
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/AbstractPollSelectorImpl;
            0    9     1    sk  Lsun/nio/ch/SelectionKeyImpl;
            0    9     2   ops  I
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      sk    
      ops   

  public java.nio.channels.Selector wakeup();
    descriptor: ()Ljava/nio/channels/Selector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
         0: .line 78
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            invokevirtual sun.nio.ch.PollArrayWrapper.interrupt:()V
         1: .line 79
            aload 0 /* this */
            areturn
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/AbstractPollSelectorImpl;

  protected abstract int doSelect(long);
    descriptor: (J)I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      timeout  

  protected void implClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
         0: .line 85
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closeLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 86
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closed:Z
            ifeq 4
         2: .line 87
            aload 1
            monitorexit
         3: return
         4: .line 88
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.AbstractPollSelectorImpl.closed:Z
         5: .line 90
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelOffset:I
            istore 2 /* i */
        start local 2 // int i
         6: goto 15
         7: .line 91
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            iload 2 /* i */
            aaload
            astore 3 /* ski */
        start local 3 // sun.nio.ch.SelectionKeyImpl ski
         8: .line 92
            getstatic sun.nio.ch.AbstractPollSelectorImpl.$assertionsDisabled:Z
            ifne 9
            aload 3 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.getIndex:()I
            iconst_m1
            if_icmpne 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 93
      StackMap locals: sun.nio.ch.SelectionKeyImpl
      StackMap stack:
            aload 3 /* ski */
            iconst_m1
            invokevirtual sun.nio.ch.SelectionKeyImpl.setIndex:(I)V
        10: .line 94
            aload 0 /* this */
            aload 3 /* ski */
            invokevirtual sun.nio.ch.AbstractPollSelectorImpl.deregister:(Ljava/nio/channels/spi/AbstractSelectionKey;)V
        11: .line 95
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            iload 2 /* i */
            aaload
            invokevirtual sun.nio.ch.SelectionKeyImpl.channel:()Ljava/nio/channels/SelectableChannel;
            astore 4 /* selch */
        start local 4 // java.nio.channels.SelectableChannel selch
        12: .line 96
            aload 4 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isOpen:()Z
            ifne 14
            aload 4 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isRegistered:()Z
            ifne 14
        13: .line 97
            aload 4 /* selch */
            checkcast sun.nio.ch.SelChImpl
            invokeinterface sun.nio.ch.SelChImpl.kill:()V
        end local 4 // java.nio.channels.SelectableChannel selch
        end local 3 // sun.nio.ch.SelectionKeyImpl ski
        14: .line 90
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            if_icmplt 7
        end local 2 // int i
        16: .line 99
            aload 0 /* this */
            invokevirtual sun.nio.ch.AbstractPollSelectorImpl.implCloseInterrupt:()V
        17: .line 100
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            invokevirtual sun.nio.ch.PollArrayWrapper.free:()V
        18: .line 101
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
        19: .line 102
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.AbstractPollSelectorImpl.selectedKeys:Ljava/util/Set;
        20: .line 103
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
        21: .line 104
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
        22: .line 85
            aload 1
            monitorexit
        23: goto 26
      StackMap locals: sun.nio.ch.AbstractPollSelectorImpl java.lang.Object
      StackMap stack: java.lang.Throwable
        24: aload 1
            monitorexit
        25: athrow
        26: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   27     0   this  Lsun/nio/ch/AbstractPollSelectorImpl;
            6   16     2      i  I
            8   14     3    ski  Lsun/nio/ch/SelectionKeyImpl;
           12   14     4  selch  Ljava/nio/channels/SelectableChannel;
      Exception table:
        from    to  target  type
           1     3      24  any
           4    23      24  any
          24    25      24  any
    Exceptions:
      throws java.io.IOException

  protected abstract void implCloseInterrupt();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  protected int updateSelectedKeys();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
         0: .line 116
            iconst_0
            istore 1 /* numKeysUpdated */
        start local 1 // int numKeysUpdated
         1: .line 118
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelOffset:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 16
         3: .line 119
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 2 /* i */
            invokevirtual sun.nio.ch.PollArrayWrapper.getReventOps:(I)I
            istore 3 /* rOps */
        start local 3 // int rOps
         4: .line 120
            iload 3 /* rOps */
            ifeq 15
         5: .line 121
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            iload 2 /* i */
            aaload
            astore 4 /* sk */
        start local 4 // sun.nio.ch.SelectionKeyImpl sk
         6: .line 122
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 2 /* i */
            iconst_0
            invokevirtual sun.nio.ch.PollArrayWrapper.putReventOps:(II)V
         7: .line 123
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 4 /* sk */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 124
            aload 4 /* sk */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            iload 3 /* rOps */
            aload 4 /* sk */
            invokeinterface sun.nio.ch.SelChImpl.translateAndSetReadyOps:(ILsun/nio/ch/SelectionKeyImpl;)Z
            ifeq 15
         9: .line 125
            iinc 1 /* numKeysUpdated */ 1
        10: .line 127
            goto 15
        11: .line 128
      StackMap locals: int sun.nio.ch.SelectionKeyImpl
      StackMap stack:
            aload 4 /* sk */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            iload 3 /* rOps */
            aload 4 /* sk */
            invokeinterface sun.nio.ch.SelChImpl.translateAndSetReadyOps:(ILsun/nio/ch/SelectionKeyImpl;)Z
            pop
        12: .line 129
            aload 4 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            aload 4 /* sk */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioInterestOps:()I
            iand
            ifeq 15
        13: .line 130
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 4 /* sk */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        14: .line 131
            iinc 1 /* numKeysUpdated */ 1
        end local 4 // sun.nio.ch.SelectionKeyImpl sk
        end local 3 // int rOps
        15: .line 118
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            if_icmplt 3
        end local 2 // int i
        17: .line 136
            iload 1 /* numKeysUpdated */
            ireturn
        end local 1 // int numKeysUpdated
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lsun/nio/ch/AbstractPollSelectorImpl;
            1   18     1  numKeysUpdated  I
            2   17     2               i  I
            4   15     3            rOps  I
            6   15     4              sk  Lsun/nio/ch/SelectionKeyImpl;

  protected void implRegister(sun.nio.ch.SelectionKeyImpl);
    descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.nio.ch.AbstractPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 140
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closeLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 141
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.closed:Z
            ifeq 3
         2: .line 142
            new java.nio.channels.ClosedSelectorException
            dup
            invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
            athrow
         3: .line 145
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            arraylength
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            if_icmpne 13
         4: .line 147
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            getfield sun.nio.ch.PollArrayWrapper.totalChannels:I
            iconst_2
            imul
            istore 3 /* newSize */
        start local 3 // int newSize
         5: .line 148
            iload 3 /* newSize */
            anewarray sun.nio.ch.SelectionKeyImpl
            astore 4 /* temp */
        start local 4 // sun.nio.ch.SelectionKeyImpl[] temp
         6: .line 150
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelOffset:I
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 151
      StackMap locals: int sun.nio.ch.SelectionKeyImpl[] int
      StackMap stack:
            aload 4 /* temp */
            iload 5 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            iload 5 /* i */
            aaload
            aastore
         9: .line 150
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            if_icmplt 8
        end local 5 // int i
        11: .line 152
            aload 0 /* this */
            aload 4 /* temp */
            putfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
        12: .line 154
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 3 /* newSize */
            invokevirtual sun.nio.ch.PollArrayWrapper.grow:(I)V
        end local 4 // sun.nio.ch.SelectionKeyImpl[] temp
        end local 3 // int newSize
        13: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            aload 1 /* ski */
            aastore
        14: .line 157
            aload 1 /* ski */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            invokevirtual sun.nio.ch.SelectionKeyImpl.setIndex:(I)V
        15: .line 158
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            aload 1 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            invokevirtual sun.nio.ch.PollArrayWrapper.addEntry:(Lsun/nio/ch/SelChImpl;)V
        16: .line 159
            aload 0 /* this */
            dup
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            iadd
            putfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
        17: .line 160
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.keys:Ljava/util/HashSet;
            aload 1 /* ski */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        18: .line 140
            aload 2
            monitorexit
        19: goto 22
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: aload 2
            monitorexit
        21: athrow
        22: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/nio/ch/AbstractPollSelectorImpl;
            0   23     1      ski  Lsun/nio/ch/SelectionKeyImpl;
            5   13     3  newSize  I
            6   13     4     temp  [Lsun/nio/ch/SelectionKeyImpl;
            7   11     5        i  I
      Exception table:
        from    to  target  type
           1    19      20  any
          20    21      20  any
    MethodParameters:
      Name  Flags
      ski   

  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 // sun.nio.ch.AbstractPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 169
            aload 1 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.getIndex:()I
            istore 2 /* i */
        start local 2 // int i
         1: .line 170
            getstatic sun.nio.ch.AbstractPollSelectorImpl.$assertionsDisabled:Z
            ifne 2
            iload 2 /* i */
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 171
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            isub
            if_icmpeq 11
         3: .line 173
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            isub
            aaload
            astore 3 /* endChannel */
        start local 3 // sun.nio.ch.SelectionKeyImpl endChannel
         4: .line 174
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            iload 2 /* i */
            aload 3 /* endChannel */
            aastore
         5: .line 175
            aload 3 /* endChannel */
            iload 2 /* i */
            invokevirtual sun.nio.ch.SelectionKeyImpl.setIndex:(I)V
         6: .line 176
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 2 /* i */
            invokevirtual sun.nio.ch.PollArrayWrapper.release:(I)V
         7: .line 177
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            isub
         8: .line 178
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 2 /* i */
         9: .line 177
            invokestatic sun.nio.ch.PollArrayWrapper.replaceEntry:(Lsun/nio/ch/PollArrayWrapper;ILsun/nio/ch/PollArrayWrapper;I)V
        end local 3 // sun.nio.ch.SelectionKeyImpl endChannel
        10: .line 179
            goto 12
        11: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            iload 2 /* i */
            invokevirtual sun.nio.ch.PollArrayWrapper.release:(I)V
        12: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.channelArray:[Lsun/nio/ch/SelectionKeyImpl;
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            isub
            aconst_null
            aastore
        13: .line 184
            aload 0 /* this */
            dup
            getfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
            iconst_1
            isub
            putfield sun.nio.ch.AbstractPollSelectorImpl.totalChannels:I
        14: .line 185
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.pollWrapper:Lsun/nio/ch/PollArrayWrapper;
            dup
            getfield sun.nio.ch.AbstractPollArrayWrapper.totalChannels:I
            iconst_1
            isub
            putfield sun.nio.ch.PollArrayWrapper.totalChannels:I
        15: .line 186
            aload 1 /* ski */
            iconst_m1
            invokevirtual sun.nio.ch.SelectionKeyImpl.setIndex:(I)V
        16: .line 188
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.keys:Ljava/util/HashSet;
            aload 1 /* ski */
            invokevirtual java.util.HashSet.remove:(Ljava/lang/Object;)Z
            pop
        17: .line 189
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 1 /* ski */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        18: .line 190
            aload 0 /* this */
            aload 1 /* ski */
            invokevirtual sun.nio.ch.AbstractPollSelectorImpl.deregister:(Ljava/nio/channels/spi/AbstractSelectionKey;)V
        19: .line 191
            aload 1 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.channel:()Ljava/nio/channels/SelectableChannel;
            astore 3 /* selch */
        start local 3 // java.nio.channels.SelectableChannel selch
        20: .line 192
            aload 3 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isOpen:()Z
            ifne 22
            aload 3 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isRegistered:()Z
            ifne 22
        21: .line 193
            aload 3 /* selch */
            checkcast sun.nio.ch.SelChImpl
            invokeinterface sun.nio.ch.SelChImpl.kill:()V
        22: .line 194
      StackMap locals: java.nio.channels.SelectableChannel
      StackMap stack:
            return
        end local 3 // java.nio.channels.SelectableChannel selch
        end local 2 // int i
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.AbstractPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lsun/nio/ch/AbstractPollSelectorImpl;
            0   23     1         ski  Lsun/nio/ch/SelectionKeyImpl;
            1   23     2           i  I
            4   10     3  endChannel  Lsun/nio/ch/SelectionKeyImpl;
           20   23     3       selch  Ljava/nio/channels/SelectableChannel;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ski   
}
SourceFile: "AbstractPollSelectorImpl.java"