class sun.nio.ch.EventPortWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.EventPortWrapper
  super_class: java.lang.Object
{
  private static final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int addressSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final int OPEN_MAX;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int POLL_MAX;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final int INITIAL_PENDING_UPDATE_SIZE;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 256

  private static final int MAX_UPDATE_ARRAY_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte IGNORE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private final int pfd;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long pollArrayAddress;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.nio.ch.AllocatedNativeObject pollArray;
    descriptor: Lsun/nio/ch/AllocatedNativeObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object updateLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int updateCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] updateDescriptors;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final byte[] eventsLow;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Map<java.lang.Integer, java.lang.Byte> eventsHigh;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;Ljava/lang/Byte;>;

  private final java.util.BitSet registered;
    descriptor: Ljava/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.BitSet visited;
    descriptor: Ljava/util/BitSet;
    flags: (0x0002) ACC_PRIVATE

  private boolean interrupted;
    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=5, locals=0, args_size=0
         0: .line 43
            ldc Lsun/nio/ch/EventPortWrapper;
            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.EventPortWrapper.$assertionsDisabled:Z
         3: .line 44
            invokestatic sun.misc.Unsafe.getUnsafe:()Lsun/misc/Unsafe;
            putstatic sun.nio.ch.EventPortWrapper.unsafe:Lsun/misc/Unsafe;
         4: .line 45
            getstatic sun.nio.ch.EventPortWrapper.unsafe:Lsun/misc/Unsafe;
            invokevirtual sun.misc.Unsafe.addressSize:()I
            putstatic sun.nio.ch.EventPortWrapper.addressSize:I
         5: .line 48
            invokestatic sun.nio.ch.IOUtil.fdLimit:()I
            putstatic sun.nio.ch.EventPortWrapper.OPEN_MAX:I
         6: .line 51
            getstatic sun.nio.ch.EventPortWrapper.OPEN_MAX:I
            iconst_1
            isub
            sipush 1024
            invokestatic java.lang.Math.min:(II)I
            putstatic sun.nio.ch.EventPortWrapper.POLL_MAX:I
         7: .line 58
            new sun.security.action.GetIntegerAction
            dup
            ldc "sun.nio.ch.maxUpdateArraySize"
            getstatic sun.nio.ch.EventPortWrapper.OPEN_MAX:I
            ldc 65536
            invokestatic java.lang.Math.min:(II)I
            invokespecial sun.security.action.GetIntegerAction.<init>:(Ljava/lang/String;I)V
         8: .line 57
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.nio.ch.EventPortWrapper.MAX_UPDATE_ARRAY_SIZE:I
         9: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.nio.ch.EventPortWrapper this
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            sipush 256
            putfield sun.nio.ch.EventPortWrapper.INITIAL_PENDING_UPDATE_SIZE:I
         2: .line 71
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
         3: .line 77
            aload 0 /* this */
            sipush 256
            newarray 10
            putfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
         4: .line 83
            aload 0 /* this */
            getstatic sun.nio.ch.EventPortWrapper.MAX_UPDATE_ARRAY_SIZE:I
            newarray 8
            putfield sun.nio.ch.EventPortWrapper.eventsLow:[B
         5: .line 87
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
         6: .line 91
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield sun.nio.ch.EventPortWrapper.visited:Ljava/util/BitSet;
         7: .line 94
            getstatic sun.nio.ch.EventPortWrapper.POLL_MAX:I
            getstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
            imul
            istore 1 /* allocationSize */
        start local 1 // int allocationSize
         8: .line 95
            aload 0 /* this */
            new sun.nio.ch.AllocatedNativeObject
            dup
            iload 1 /* allocationSize */
            iconst_1
            invokespecial sun.nio.ch.AllocatedNativeObject.<init>:(IZ)V
            putfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
         9: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.address:()J
            putfield sun.nio.ch.EventPortWrapper.pollArrayAddress:J
        10: .line 97
            aload 0 /* this */
            invokestatic sun.nio.ch.SolarisEventPort.port_create:()I
            putfield sun.nio.ch.EventPortWrapper.pfd:I
        11: .line 98
            getstatic sun.nio.ch.EventPortWrapper.OPEN_MAX:I
            getstatic sun.nio.ch.EventPortWrapper.MAX_UPDATE_ARRAY_SIZE:I
            if_icmple 13
        12: .line 99
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.nio.ch.EventPortWrapper.eventsHigh:Ljava/util/Map;
        13: .line 100
      StackMap locals: sun.nio.ch.EventPortWrapper int
      StackMap stack:
            return
        end local 1 // int allocationSize
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lsun/nio/ch/EventPortWrapper;
            8   14     1  allocationSize  I
    Exceptions:
      throws java.io.IOException

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.EventPortWrapper this
         0: .line 103
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            invokestatic sun.nio.ch.SolarisEventPort.port_close:(I)V
         1: .line 104
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.free:()V
         2: .line 105
            return
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/EventPortWrapper;
    Exceptions:
      throws java.io.IOException

  private short getSource(int);
    descriptor: (I)S
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int i
         0: .line 108
            getstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
            iload 1 /* i */
            imul
            iconst_4
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 109
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 2 /* offset */
            invokevirtual sun.nio.ch.AllocatedNativeObject.getShort:(I)S
            ireturn
        end local 2 // int offset
        end local 1 // int i
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/EventPortWrapper;
            0    2     1       i  I
            1    2     2  offset  I
    MethodParameters:
      Name  Flags
      i     

  int getEventOps(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int i
         0: .line 113
            getstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
            iload 1 /* i */
            imul
            iconst_0
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 114
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 2 /* offset */
            invokevirtual sun.nio.ch.AllocatedNativeObject.getInt:(I)I
            ireturn
        end local 2 // int offset
        end local 1 // int i
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/EventPortWrapper;
            0    2     1       i  I
            1    2     2  offset  I
    MethodParameters:
      Name  Flags
      i     

  int getDescriptor(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int i
         0: .line 118
            getstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
            iload 1 /* i */
            imul
            bipush 8
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 119
            getstatic sun.nio.ch.EventPortWrapper.addressSize:I
            iconst_4
            if_icmpne 3
         2: .line 120
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 2 /* offset */
            invokevirtual sun.nio.ch.AllocatedNativeObject.getInt:(I)I
            ireturn
         3: .line 122
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 2 /* offset */
            invokevirtual sun.nio.ch.AllocatedNativeObject.getLong:(I)J
            l2i
            ireturn
        end local 2 // int offset
        end local 1 // int i
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/nio/ch/EventPortWrapper;
            0    4     1       i  I
            1    4     2  offset  I
    MethodParameters:
      Name  Flags
      i     

  private void setDescriptor(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int i
        start local 2 // int fd
         0: .line 127
            getstatic sun.nio.ch.SolarisEventPort.SIZEOF_PORT_EVENT:I
            iload 1 /* i */
            imul
            bipush 8
            iadd
            istore 3 /* offset */
        start local 3 // int offset
         1: .line 128
            getstatic sun.nio.ch.EventPortWrapper.addressSize:I
            iconst_4
            if_icmpne 4
         2: .line 129
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 3 /* offset */
            iload 2 /* fd */
            invokevirtual sun.nio.ch.AllocatedNativeObject.putInt:(II)V
         3: .line 130
            goto 5
         4: .line 131
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 3 /* offset */
            iload 2 /* fd */
            i2l
            invokevirtual sun.nio.ch.AllocatedNativeObject.putLong:(IJ)V
         5: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int offset
        end local 2 // int fd
        end local 1 // int i
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/nio/ch/EventPortWrapper;
            0    6     1       i  I
            0    6     2      fd  I
            1    6     3  offset  I
    MethodParameters:
      Name  Flags
      i     
      fd    

  private void setUpdate(int, byte);
    descriptor: (IB)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int fd
        start local 2 // byte events
         0: .line 136
            iload 1 /* fd */
            getstatic sun.nio.ch.EventPortWrapper.MAX_UPDATE_ARRAY_SIZE:I
            if_icmpge 3
         1: .line 137
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.eventsLow:[B
            iload 1 /* fd */
            iload 2 /* events */
            bastore
         2: .line 138
            goto 4
         3: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.eventsHigh:Ljava/util/Map;
            iload 1 /* fd */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* events */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte events
        end local 1 // int fd
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/ch/EventPortWrapper;
            0    5     1      fd  I
            0    5     2  events  B
    MethodParameters:
        Name  Flags
      fd      
      events  

  private byte getUpdate(int);
    descriptor: (I)B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int fd
         0: .line 144
            iload 1 /* fd */
            getstatic sun.nio.ch.EventPortWrapper.MAX_UPDATE_ARRAY_SIZE:I
            if_icmpge 2
         1: .line 145
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.eventsLow:[B
            iload 1 /* fd */
            baload
            ireturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.eventsHigh:Ljava/util/Map;
            iload 1 /* fd */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 2 /* result */
        start local 2 // java.lang.Byte result
         3: .line 149
            aload 2 /* result */
            invokevirtual java.lang.Byte.byteValue:()B
            ireturn
        end local 2 // java.lang.Byte result
        end local 1 // int fd
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/nio/ch/EventPortWrapper;
            0    4     1      fd  I
            3    4     2  result  Ljava/lang/Byte;
    MethodParameters:
      Name  Flags
      fd    

  int poll(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // long timeout
         0: .line 155
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 158
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateCount:I
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         2: .line 159
            goto 16
         3: .line 160
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
            iload 4 /* i */
            iaload
            istore 5 /* fd */
        start local 5 // int fd
         4: .line 161
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.visited:Ljava/util/BitSet;
            iload 5 /* fd */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 15
         5: .line 162
            aload 0 /* this */
            iload 5 /* fd */
            invokevirtual sun.nio.ch.EventPortWrapper.getUpdate:(I)B
            istore 6 /* ev */
        start local 6 // short ev
         6: .line 163
            iload 6 /* ev */
            iconst_m1
            if_icmpeq 14
         7: .line 164
            iload 6 /* ev */
            ifne 12
         8: .line 165
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 5 /* fd */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 14
         9: .line 166
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            iconst_4
            iload 5 /* fd */
            i2l
            invokestatic sun.nio.ch.SolarisEventPort.port_dissociate:(IIJ)Z
            pop
        10: .line 167
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 5 /* fd */
            invokevirtual java.util.BitSet.clear:(I)V
        11: .line 169
            goto 14
        12: .line 170
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            iconst_4
            iload 5 /* fd */
            i2l
            iload 6 /* ev */
            invokestatic sun.nio.ch.SolarisEventPort.port_associate:(IIJI)Z
            ifeq 14
        13: .line 171
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 5 /* fd */
            invokevirtual java.util.BitSet.set:(I)V
        14: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.visited:Ljava/util/BitSet;
            iload 5 /* fd */
            invokevirtual java.util.BitSet.set:(I)V
        end local 6 // short ev
        15: .line 178
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
        end local 5 // int fd
        16: .line 159
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ifge 3
        17: .line 180
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.EventPortWrapper.updateCount:I
        end local 4 // int i
        18: .line 155
            aload 3
            monitorexit
        19: goto 22
      StackMap locals: sun.nio.ch.EventPortWrapper long java.lang.Object
      StackMap stack: java.lang.Throwable
        20: aload 3
            monitorexit
        21: athrow
        22: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pollArrayAddress:J
            getstatic sun.nio.ch.EventPortWrapper.POLL_MAX:I
            lload 1 /* timeout */
            invokestatic sun.nio.ch.SolarisEventPort.port_getn:(IJIJ)I
            istore 3 /* updated */
        start local 3 // int updated
        23: .line 188
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
        24: .line 189
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        25: goto 34
        26: .line 190
      StackMap locals: int java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual sun.nio.ch.EventPortWrapper.getSource:(I)S
            iconst_3
            if_icmpne 30
        27: .line 191
            aload 0 /* this */
            iconst_1
            putfield sun.nio.ch.EventPortWrapper.interrupted:Z
        28: .line 192
            aload 0 /* this */
            iload 5 /* i */
            iconst_m1
            invokevirtual sun.nio.ch.EventPortWrapper.setDescriptor:(II)V
        29: .line 193
            goto 33
        30: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual sun.nio.ch.EventPortWrapper.getDescriptor:(I)I
            istore 6 /* fd */
        start local 6 // int fd
        31: .line 196
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 6 /* fd */
            invokevirtual java.util.BitSet.clear:(I)V
        32: .line 197
            aload 0 /* this */
            iload 6 /* fd */
            invokevirtual sun.nio.ch.EventPortWrapper.setInterest:(I)V
        end local 6 // int fd
        33: .line 189
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 5 /* i */
            iload 3 /* updated */
            if_icmplt 26
        end local 5 // int i
        35: .line 188
            aload 4
            monitorexit
        36: goto 39
      StackMap locals: sun.nio.ch.EventPortWrapper long int java.lang.Object
      StackMap stack: java.lang.Throwable
        37: aload 4
            monitorexit
        38: athrow
        39: .line 202
      StackMap locals:
      StackMap stack:
            iload 3 /* updated */
            ireturn
        end local 3 // int updated
        end local 1 // long timeout
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   40     0     this  Lsun/nio/ch/EventPortWrapper;
            0   40     1  timeout  J
            2   18     4        i  I
            4   16     5       fd  I
            6   15     6       ev  S
           23   40     3  updated  I
           25   35     5        i  I
           31   33     6       fd  I
      Exception table:
        from    to  target  type
           1    19      20  any
          20    21      20  any
          24    36      37  any
          37    38      37  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      timeout  

  private void setInterest(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int fd
         0: .line 206
            getstatic sun.nio.ch.EventPortWrapper.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 211
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateCount:I
            iload 2 /* oldCapacity */
            if_icmplt 7
         3: .line 212
            iload 2 /* oldCapacity */
            sipush 256
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         4: .line 213
            iload 3 /* newCapacity */
            newarray 10
            astore 4 /* newDescriptors */
        start local 4 // int[] newDescriptors
         5: .line 214
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
            iconst_0
            aload 4 /* newDescriptors */
            iconst_0
            iload 2 /* oldCapacity */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 215
            aload 0 /* this */
            aload 4 /* newDescriptors */
            putfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
        end local 4 // int[] newDescriptors
        end local 3 // int newCapacity
         7: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateDescriptors:[I
            aload 0 /* this */
            dup
            getfield sun.nio.ch.EventPortWrapper.updateCount:I
            dup_x1
            iconst_1
            iadd
            putfield sun.nio.ch.EventPortWrapper.updateCount:I
            iload 1 /* fd */
            iastore
         8: .line 218
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.visited:Ljava/util/BitSet;
            iload 1 /* fd */
            invokevirtual java.util.BitSet.clear:(I)V
         9: .line 219
            return
        end local 2 // int oldCapacity
        end local 1 // int fd
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lsun/nio/ch/EventPortWrapper;
            0   10     1              fd  I
            2   10     2     oldCapacity  I
            4    7     3     newCapacity  I
            5    7     4  newDescriptors  [I
    MethodParameters:
      Name  Flags
      fd    

  void setInterest(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int fd
        start local 2 // int mask
         0: .line 222
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 223
            aload 0 /* this */
            iload 1 /* fd */
            invokevirtual sun.nio.ch.EventPortWrapper.setInterest:(I)V
         2: .line 224
            aload 0 /* this */
            iload 1 /* fd */
            iload 2 /* mask */
            i2b
            invokevirtual sun.nio.ch.EventPortWrapper.setUpdate:(IB)V
         3: .line 225
            getstatic sun.nio.ch.EventPortWrapper.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            iload 1 /* fd */
            invokevirtual sun.nio.ch.EventPortWrapper.getUpdate:(I)B
            iload 2 /* mask */
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 222
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
         8: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int mask
        end local 1 // int fd
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/EventPortWrapper;
            0    9     1    fd  I
            0    9     2  mask  I
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      fd    
      mask  

  void release(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.nio.ch.EventPortWrapper this
        start local 1 // int fd
         0: .line 230
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.updateLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 231
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 1 /* fd */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 7
         2: .line 233
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            iconst_4
            iload 1 /* fd */
            i2l
            invokestatic sun.nio.ch.SolarisEventPort.port_dissociate:(IIJ)Z
            pop
         3: .line 234
            goto 6
      StackMap locals: sun.nio.ch.EventPortWrapper int java.lang.Object
      StackMap stack: java.io.IOException
         4: astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         5: .line 235
            new java.lang.InternalError
            dup
            aload 3 /* ioe */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException ioe
         6: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.registered:Ljava/util/BitSet;
            iload 1 /* fd */
            invokevirtual java.util.BitSet.clear:(I)V
         7: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fd */
            iconst_m1
            invokevirtual sun.nio.ch.EventPortWrapper.setUpdate:(IB)V
         8: .line 230
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int fd
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/nio/ch/EventPortWrapper;
            0   13     1    fd  I
            5    6     3   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
           1     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      fd    

  public void interrupt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.ch.EventPortWrapper this
         0: .line 249
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.pfd:I
            iconst_0
            invokestatic sun.nio.ch.SolarisEventPort.port_send:(II)V
         1: .line 250
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         3: .line 251
            new java.lang.InternalError
            dup
            aload 1 /* ioe */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException ioe
         4: .line 253
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/EventPortWrapper;
            3    4     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  boolean interrupted();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.EventPortWrapper this
         0: .line 256
            aload 0 /* this */
            getfield sun.nio.ch.EventPortWrapper.interrupted:Z
            ireturn
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/EventPortWrapper;

  void clearInterrupted();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.EventPortWrapper this
         0: .line 260
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.EventPortWrapper.interrupted:Z
         1: .line 261
            return
        end local 0 // sun.nio.ch.EventPortWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/EventPortWrapper;
}
SourceFile: "EventPortWrapper.java"