class sun.nio.ch.EPollSelectorImpl extends sun.nio.ch.SelectorImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.EPollSelectorImpl
  super_class: sun.nio.ch.SelectorImpl
{
  protected int fd0;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  sun.nio.ch.EPollArrayWrapper pollWrapper;
    descriptor: Lsun/nio/ch/EPollArrayWrapper;
    flags: (0x0000) 

  private java.util.Map<java.lang.Integer, sun.nio.ch.SelectionKeyImpl> fdToKey;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lsun/nio/ch/SelectionKeyImpl;>;

  private volatile boolean closed;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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

  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 37
            ldc Lsun/nio/ch/EPollSelectorImpl;
            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.EPollSelectorImpl.$assertionsDisabled:Z
            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=6, args_size=2
        start local 0 // sun.nio.ch.EPollSelectorImpl this
        start local 1 // java.nio.channels.spi.SelectorProvider sp
         0: .line 63
            aload 0 /* this */
            aload 1 /* sp */
            invokespecial sun.nio.ch.SelectorImpl.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 55
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.EPollSelectorImpl.interruptLock:Ljava/lang/Object;
         2: .line 56
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.EPollSelectorImpl.interruptTriggered:Z
         3: .line 64
            iconst_0
            invokestatic sun.nio.ch.IOUtil.makePipe:(Z)J
            lstore 2 /* pipeFds */
        start local 2 // long pipeFds
         4: .line 65
            aload 0 /* this */
            lload 2 /* pipeFds */
            bipush 32
            lushr
            l2i
            putfield sun.nio.ch.EPollSelectorImpl.fd0:I
         5: .line 66
            aload 0 /* this */
            lload 2 /* pipeFds */
            l2i
            putfield sun.nio.ch.EPollSelectorImpl.fd1:I
         6: .line 68
            aload 0 /* this */
            new sun.nio.ch.EPollArrayWrapper
            dup
            invokespecial sun.nio.ch.EPollArrayWrapper.<init>:()V
            putfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
         7: .line 69
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd0:I
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd1:I
            invokevirtual sun.nio.ch.EPollArrayWrapper.initInterrupt:(II)V
         8: .line 70
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.nio.ch.EPollSelectorImpl.fdToKey:Ljava/util/Map;
         9: .line 71
            goto 20
      StackMap locals: sun.nio.ch.EPollSelectorImpl java.nio.channels.spi.SelectorProvider long
      StackMap stack: java.lang.Throwable
        10: astore 4 /* t */
        start local 4 // java.lang.Throwable t
        11: .line 73
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd0:I
            invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
        12: .line 74
            goto 15
      StackMap locals: sun.nio.ch.EPollSelectorImpl java.nio.channels.spi.SelectorProvider long java.lang.Throwable
      StackMap stack: java.io.IOException
        13: astore 5 /* ioe0 */
        start local 5 // java.io.IOException ioe0
        14: .line 75
            aload 4 /* t */
            aload 5 /* ioe0 */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe0
        15: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd1:I
            invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
        16: .line 79
            goto 19
      StackMap locals:
      StackMap stack: java.io.IOException
        17: astore 5 /* ioe1 */
        start local 5 // java.io.IOException ioe1
        18: .line 80
            aload 4 /* t */
            aload 5 /* ioe1 */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe1
        19: .line 82
      StackMap locals:
      StackMap stack:
            aload 4 /* t */
            athrow
        end local 4 // java.lang.Throwable t
        20: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long pipeFds
        end local 1 // java.nio.channels.spi.SelectorProvider sp
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Lsun/nio/ch/EPollSelectorImpl;
            0   21     1       sp  Ljava/nio/channels/spi/SelectorProvider;
            4   21     2  pipeFds  J
           11   20     4        t  Ljava/lang/Throwable;
           14   15     5     ioe0  Ljava/io/IOException;
           18   19     5     ioe1  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6     9      10  Class java.lang.Throwable
          11    12      13  Class java.io.IOException
          15    16      17  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sp    

  protected int doSelect(long);
    descriptor: (J)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.nio.ch.EPollSelectorImpl this
        start local 1 // long timeout
         0: .line 87
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.closed:Z
            ifeq 2
         1: .line 88
            new java.nio.channels.ClosedSelectorException
            dup
            invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
            athrow
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.processDeregisterQueue:()V
         3: .line 91
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.begin:()V
         4: .line 92
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            lload 1 /* timeout */
            invokevirtual sun.nio.ch.EPollArrayWrapper.poll:(J)I
            pop
         5: .line 93
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 94
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.end:()V
         8: .line 95
            aload 3
            athrow
         9: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.end:()V
        10: .line 96
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.processDeregisterQueue:()V
        11: .line 97
            aload 0 /* this */
            invokevirtual sun.nio.ch.EPollSelectorImpl.updateSelectedKeys:()I
            istore 3 /* numKeysUpdated */
        start local 3 // int numKeysUpdated
        12: .line 98
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            invokevirtual sun.nio.ch.EPollArrayWrapper.interrupted:()Z
            ifeq 22
        13: .line 100
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            invokevirtual sun.nio.ch.EPollArrayWrapper.interruptedIndex:()I
            iconst_0
            invokevirtual sun.nio.ch.EPollArrayWrapper.putEventOps:(II)V
        14: .line 101
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.interruptLock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
        15: .line 102
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            invokevirtual sun.nio.ch.EPollArrayWrapper.clearInterrupted:()V
        16: .line 103
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd0:I
            invokestatic sun.nio.ch.IOUtil.drain:(I)Z
            pop
        17: .line 104
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.EPollSelectorImpl.interruptTriggered:Z
        18: .line 101
            aload 4
            monitorexit
        19: goto 22
      StackMap locals: sun.nio.ch.EPollSelectorImpl long int java.lang.Object
      StackMap stack: java.lang.Throwable
        20: aload 4
            monitorexit
        21: athrow
        22: .line 107
      StackMap locals:
      StackMap stack:
            iload 3 /* numKeysUpdated */
            ireturn
        end local 3 // int numKeysUpdated
        end local 1 // long timeout
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Lsun/nio/ch/EPollSelectorImpl;
            0   23     1         timeout  J
           12   23     3  numKeysUpdated  I
      Exception table:
        from    to  target  type
           3     6       6  any
          15    19      20  any
          20    21      20  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      timeout  

  private int updateSelectedKeys();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.nio.ch.EPollSelectorImpl this
         0: .line 115
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            getfield sun.nio.ch.EPollArrayWrapper.updated:I
            istore 1 /* entries */
        start local 1 // int entries
         1: .line 116
            iconst_0
            istore 2 /* numKeysUpdated */
        start local 2 // int numKeysUpdated
         2: .line 117
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 17
         4: .line 118
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            iload 3 /* i */
            invokevirtual sun.nio.ch.EPollArrayWrapper.getDescriptor:(I)I
            istore 4 /* nextFD */
        start local 4 // int nextFD
         5: .line 119
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fdToKey:Ljava/util/Map;
            iload 4 /* nextFD */
            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 5 /* ski */
        start local 5 // sun.nio.ch.SelectionKeyImpl ski
         6: .line 121
            aload 5 /* ski */
            ifnull 16
         7: .line 122
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            iload 3 /* i */
            invokevirtual sun.nio.ch.EPollArrayWrapper.getEventOps:(I)I
            istore 6 /* rOps */
        start local 6 // int rOps
         8: .line 123
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 5 /* ski */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 12
         9: .line 124
            aload 5 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            iload 6 /* rOps */
            aload 5 /* ski */
            invokeinterface sun.nio.ch.SelChImpl.translateAndSetReadyOps:(ILsun/nio/ch/SelectionKeyImpl;)Z
            ifeq 16
        10: .line 125
            iinc 2 /* numKeysUpdated */ 1
        11: .line 127
            goto 16
        12: .line 128
      StackMap locals: int sun.nio.ch.SelectionKeyImpl int
      StackMap stack:
            aload 5 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            iload 6 /* rOps */
            aload 5 /* ski */
            invokeinterface sun.nio.ch.SelChImpl.translateAndSetReadyOps:(ILsun/nio/ch/SelectionKeyImpl;)Z
            pop
        13: .line 129
            aload 5 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioReadyOps:()I
            aload 5 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.nioInterestOps:()I
            iand
            ifeq 16
        14: .line 130
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 5 /* ski */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        15: .line 131
            iinc 2 /* numKeysUpdated */ 1
        end local 6 // int rOps
        end local 5 // sun.nio.ch.SelectionKeyImpl ski
        end local 4 // int nextFD
        16: .line 117
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            iload 1 /* entries */
            if_icmplt 4
        end local 3 // int i
        18: .line 136
            iload 2 /* numKeysUpdated */
            ireturn
        end local 2 // int numKeysUpdated
        end local 1 // int entries
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lsun/nio/ch/EPollSelectorImpl;
            1   19     1         entries  I
            2   19     2  numKeysUpdated  I
            3   18     3               i  I
            5   16     4          nextFD  I
            6   16     5             ski  Lsun/nio/ch/SelectionKeyImpl;
            8   16     6            rOps  I

  protected void implClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.nio.ch.EPollSelectorImpl this
         0: .line 140
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.closed:Z
            ifeq 2
         1: .line 141
            return
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.EPollSelectorImpl.closed:Z
         3: .line 145
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.interruptLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         4: .line 146
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.EPollSelectorImpl.interruptTriggered:Z
         5: .line 145
            aload 1
            monitorexit
         6: goto 9
      StackMap locals: sun.nio.ch.EPollSelectorImpl java.lang.Object
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd0:I
            invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
        10: .line 150
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fd1:I
            invokestatic sun.nio.ch.FileDispatcherImpl.closeIntFD:(I)V
        11: .line 152
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            invokevirtual sun.nio.ch.EPollArrayWrapper.closeEPollFD:()V
        12: .line 154
            aload 0 /* this */
            aconst_null
            putfield sun.nio.ch.EPollSelectorImpl.selectedKeys:Ljava/util/Set;
        13: .line 157
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.keys:Ljava/util/HashSet;
            invokevirtual java.util.HashSet.iterator:()Ljava/util/Iterator;
            astore 1 /* i */
        start local 1 // java.util.Iterator i
        14: .line 158
            goto 21
        15: .line 159
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.ch.SelectionKeyImpl
            astore 2 /* ski */
        start local 2 // sun.nio.ch.SelectionKeyImpl ski
        16: .line 160
            aload 0 /* this */
            aload 2 /* ski */
            invokevirtual sun.nio.ch.EPollSelectorImpl.deregister:(Ljava/nio/channels/spi/AbstractSelectionKey;)V
        17: .line 161
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.channel:()Ljava/nio/channels/SelectableChannel;
            astore 3 /* selch */
        start local 3 // java.nio.channels.SelectableChannel selch
        18: .line 162
            aload 3 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isOpen:()Z
            ifne 20
            aload 3 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isRegistered:()Z
            ifne 20
        19: .line 163
            aload 3 /* selch */
            checkcast sun.nio.ch.SelChImpl
            invokeinterface sun.nio.ch.SelChImpl.kill:()V
        20: .line 164
      StackMap locals: sun.nio.ch.SelectionKeyImpl java.nio.channels.SelectableChannel
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.remove:()V
        end local 3 // java.nio.channels.SelectableChannel selch
        end local 2 // sun.nio.ch.SelectionKeyImpl ski
        21: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        22: .line 167
            aload 0 /* this */
            iconst_m1
            putfield sun.nio.ch.EPollSelectorImpl.fd0:I
        23: .line 168
            aload 0 /* this */
            iconst_m1
            putfield sun.nio.ch.EPollSelectorImpl.fd1:I
        24: .line 169
            return
        end local 1 // java.util.Iterator i
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lsun/nio/ch/EPollSelectorImpl;
           14   25     1      i  Ljava/util/Iterator<Ljava/nio/channels/SelectionKey;>;
           16   21     2    ski  Lsun/nio/ch/SelectionKeyImpl;
           18   21     3  selch  Ljava/nio/channels/SelectableChannel;
      Exception table:
        from    to  target  type
           4     6       7  any
           7     8       7  any
    Exceptions:
      throws java.io.IOException

  protected void implRegister(sun.nio.ch.SelectionKeyImpl);
    descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.nio.ch.EPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 172
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.closed:Z
            ifeq 2
         1: .line 173
            new java.nio.channels.ClosedSelectorException
            dup
            invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
            athrow
         2: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            astore 2 /* ch */
        start local 2 // sun.nio.ch.SelChImpl ch
         3: .line 175
            aload 2 /* ch */
            invokeinterface sun.nio.ch.SelChImpl.getFDVal:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* fd */
        start local 3 // int fd
         4: .line 176
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fdToKey:Ljava/util/Map;
            iload 3 /* fd */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* ski */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 177
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            iload 3 /* fd */
            invokevirtual sun.nio.ch.EPollArrayWrapper.add:(I)V
         6: .line 178
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.keys:Ljava/util/HashSet;
            aload 1 /* ski */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         7: .line 179
            return
        end local 3 // int fd
        end local 2 // sun.nio.ch.SelChImpl ch
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/nio/ch/EPollSelectorImpl;
            0    8     1   ski  Lsun/nio/ch/SelectionKeyImpl;
            3    8     2    ch  Lsun/nio/ch/SelChImpl;
            4    8     3    fd  I
    MethodParameters:
      Name  Flags
      ski   

  protected void implDereg(sun.nio.ch.SelectionKeyImpl);
    descriptor: (Lsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.nio.ch.EPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 182
            getstatic sun.nio.ch.EPollSelectorImpl.$assertionsDisabled:Z
            ifne 1
            aload 1 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.getIndex:()I
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            astore 2 /* ch */
        start local 2 // sun.nio.ch.SelChImpl ch
         2: .line 184
            aload 2 /* ch */
            invokeinterface sun.nio.ch.SelChImpl.getFDVal:()I
            istore 3 /* fd */
        start local 3 // int fd
         3: .line 185
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.fdToKey:Ljava/util/Map;
            iload 3 /* fd */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 186
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            iload 3 /* fd */
            invokevirtual sun.nio.ch.EPollArrayWrapper.remove:(I)V
         5: .line 187
            aload 1 /* ski */
            iconst_m1
            invokevirtual sun.nio.ch.SelectionKeyImpl.setIndex:(I)V
         6: .line 188
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.keys:Ljava/util/HashSet;
            aload 1 /* ski */
            invokevirtual java.util.HashSet.remove:(Ljava/lang/Object;)Z
            pop
         7: .line 189
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.selectedKeys:Ljava/util/Set;
            aload 1 /* ski */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         8: .line 190
            aload 0 /* this */
            aload 1 /* ski */
            invokevirtual sun.nio.ch.EPollSelectorImpl.deregister:(Ljava/nio/channels/spi/AbstractSelectionKey;)V
         9: .line 191
            aload 1 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.channel:()Ljava/nio/channels/SelectableChannel;
            astore 4 /* selch */
        start local 4 // java.nio.channels.SelectableChannel selch
        10: .line 192
            aload 4 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isOpen:()Z
            ifne 12
            aload 4 /* selch */
            invokevirtual java.nio.channels.SelectableChannel.isRegistered:()Z
            ifne 12
        11: .line 193
            aload 4 /* selch */
            checkcast sun.nio.ch.SelChImpl
            invokeinterface sun.nio.ch.SelChImpl.kill:()V
        12: .line 194
      StackMap locals: sun.nio.ch.SelChImpl int java.nio.channels.SelectableChannel
      StackMap stack:
            return
        end local 4 // java.nio.channels.SelectableChannel selch
        end local 3 // int fd
        end local 2 // sun.nio.ch.SelChImpl ch
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lsun/nio/ch/EPollSelectorImpl;
            0   13     1    ski  Lsun/nio/ch/SelectionKeyImpl;
            2   13     2     ch  Lsun/nio/ch/SelChImpl;
            3   13     3     fd  I
           10   13     4  selch  Ljava/nio/channels/SelectableChannel;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ski   

  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.EPollSelectorImpl this
        start local 1 // sun.nio.ch.SelectionKeyImpl ski
        start local 2 // int ops
         0: .line 197
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.closed:Z
            ifeq 2
         1: .line 198
            new java.nio.channels.ClosedSelectorException
            dup
            invokespecial java.nio.channels.ClosedSelectorException.<init>:()V
            athrow
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* ski */
            getfield sun.nio.ch.SelectionKeyImpl.channel:Lsun/nio/ch/SelChImpl;
            astore 3 /* ch */
        start local 3 // sun.nio.ch.SelChImpl ch
         3: .line 200
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            aload 3 /* ch */
            invokeinterface sun.nio.ch.SelChImpl.getFDVal:()I
            iload 2 /* ops */
            invokevirtual sun.nio.ch.EPollArrayWrapper.setInterest:(II)V
         4: .line 201
            return
        end local 3 // sun.nio.ch.SelChImpl ch
        end local 2 // int ops
        end local 1 // sun.nio.ch.SelectionKeyImpl ski
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/EPollSelectorImpl;
            0    5     1   ski  Lsun/nio/ch/SelectionKeyImpl;
            0    5     2   ops  I
            3    5     3    ch  Lsun/nio/ch/SelChImpl;
    MethodParameters:
      Name  Flags
      ski   
      ops   

  public java.nio.channels.Selector wakeup();
    descriptor: ()Ljava/nio/channels/Selector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.EPollSelectorImpl this
         0: .line 204
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.interruptLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 205
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.interruptTriggered:Z
            ifne 4
         2: .line 206
            aload 0 /* this */
            getfield sun.nio.ch.EPollSelectorImpl.pollWrapper:Lsun/nio/ch/EPollArrayWrapper;
            invokevirtual sun.nio.ch.EPollArrayWrapper.interrupt:()V
         3: .line 207
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.EPollSelectorImpl.interruptTriggered:Z
         4: .line 204
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // sun.nio.ch.EPollSelectorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/EPollSelectorImpl;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
}
SourceFile: "EPollSelectorImpl.java"