public abstract class sun.nio.ch.AbstractPollArrayWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.ch.AbstractPollArrayWrapper
  super_class: java.lang.Object
{
  static final short SIZE_POLLFD;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final short FD_OFFSET;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final short EVENT_OFFSET;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final short REVENT_OFFSET;
    descriptor: S
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  protected sun.nio.ch.AllocatedNativeObject pollArray;
    descriptor: Lsun/nio/ch/AllocatedNativeObject;
    flags: (0x0004) ACC_PROTECTED

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

  protected long pollArrayAddress;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.nio.ch.AbstractPollArrayWrapper.totalChannels:I
         2: .line 36
            return
        end local 0 // sun.nio.ch.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/AbstractPollArrayWrapper;

  int getEventOps(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
        start local 1 // int i
         0: .line 55
            bipush 8
            iload 1 /* i */
            imul
            iconst_4
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 56
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.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.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            0    2     1       i  I
            1    2     2  offset  I
    MethodParameters:
      Name  Flags
      i     

  int getReventOps(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
        start local 1 // int i
         0: .line 60
            bipush 8
            iload 1 /* i */
            imul
            bipush 6
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 61
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.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.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            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.AbstractPollArrayWrapper this
        start local 1 // int i
         0: .line 65
            bipush 8
            iload 1 /* i */
            imul
            iconst_0
            iadd
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 66
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.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.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            0    2     1       i  I
            1    2     2  offset  I
    MethodParameters:
      Name  Flags
      i     

  void putEventOps(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
        start local 1 // int i
        start local 2 // int event
         0: .line 70
            bipush 8
            iload 1 /* i */
            imul
            iconst_4
            iadd
            istore 3 /* offset */
        start local 3 // int offset
         1: .line 71
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 3 /* offset */
            iload 2 /* event */
            i2s
            invokevirtual sun.nio.ch.AllocatedNativeObject.putShort:(IS)V
         2: .line 72
            return
        end local 3 // int offset
        end local 2 // int event
        end local 1 // int i
        end local 0 // sun.nio.ch.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            0    3     1       i  I
            0    3     2   event  I
            1    3     3  offset  I
    MethodParameters:
       Name  Flags
      i      
      event  

  void putReventOps(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
        start local 1 // int i
        start local 2 // int revent
         0: .line 75
            bipush 8
            iload 1 /* i */
            imul
            bipush 6
            iadd
            istore 3 /* offset */
        start local 3 // int offset
         1: .line 76
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 3 /* offset */
            iload 2 /* revent */
            i2s
            invokevirtual sun.nio.ch.AllocatedNativeObject.putShort:(IS)V
         2: .line 77
            return
        end local 3 // int offset
        end local 2 // int revent
        end local 1 // int i
        end local 0 // sun.nio.ch.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            0    3     1       i  I
            0    3     2  revent  I
            1    3     3  offset  I
    MethodParameters:
        Name  Flags
      i       
      revent  

  void putDescriptor(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.ch.AbstractPollArrayWrapper this
        start local 1 // int i
        start local 2 // int fd
         0: .line 80
            bipush 8
            iload 1 /* i */
            imul
            iconst_0
            iadd
            istore 3 /* offset */
        start local 3 // int offset
         1: .line 81
            aload 0 /* this */
            getfield sun.nio.ch.AbstractPollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 3 /* offset */
            iload 2 /* fd */
            invokevirtual sun.nio.ch.AllocatedNativeObject.putInt:(II)V
         2: .line 82
            return
        end local 3 // int offset
        end local 2 // int fd
        end local 1 // int i
        end local 0 // sun.nio.ch.AbstractPollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/nio/ch/AbstractPollArrayWrapper;
            0    3     1       i  I
            0    3     2      fd  I
            1    3     3  offset  I
    MethodParameters:
      Name  Flags
      i     
      fd    
}
SourceFile: "AbstractPollArrayWrapper.java"