class sun.nio.ch.PollArrayWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.PollArrayWrapper
  super_class: java.lang.Object
{
  private sun.nio.ch.AllocatedNativeObject pollArray;
    descriptor: Lsun/nio/ch/AllocatedNativeObject;
    flags: (0x0002) ACC_PRIVATE

  long pollArrayAddress;
    descriptor: J
    flags: (0x0000) 

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

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

  static short SIZE_POLLFD;
    descriptor: S
    flags: (0x0008) ACC_STATIC

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            bipush 8
            putstatic sun.nio.ch.PollArrayWrapper.SIZE_POLLFD:S
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int newSize
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            iload 1 /* newSize */
            getstatic sun.nio.ch.PollArrayWrapper.SIZE_POLLFD:S
            imul
            istore 2 /* allocationSize */
        start local 2 // int allocationSize
         2: .line 60
            aload 0 /* this */
            new sun.nio.ch.AllocatedNativeObject
            dup
            iload 2 /* allocationSize */
            iconst_1
            invokespecial sun.nio.ch.AllocatedNativeObject.<init>:(IZ)V
            putfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
         3: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.address:()J
            putfield sun.nio.ch.PollArrayWrapper.pollArrayAddress:J
         4: .line 62
            aload 0 /* this */
            iload 1 /* newSize */
            putfield sun.nio.ch.PollArrayWrapper.size:I
         5: .line 63
            return
        end local 2 // int allocationSize
        end local 1 // int newSize
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lsun/nio/ch/PollArrayWrapper;
            0    6     1         newSize  I
            2    6     2  allocationSize  I
    MethodParameters:
         Name  Flags
      newSize  

  void putEntry(int, sun.nio.ch.SelectionKeyImpl);
    descriptor: (ILsun/nio/ch/SelectionKeyImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int index
        start local 2 // sun.nio.ch.SelectionKeyImpl ski
         0: .line 67
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* ski */
            invokevirtual sun.nio.ch.SelectionKeyImpl.getFDVal:()I
            invokevirtual sun.nio.ch.PollArrayWrapper.putDescriptor:(II)V
         1: .line 68
            aload 0 /* this */
            iload 1 /* index */
            iconst_0
            invokevirtual sun.nio.ch.PollArrayWrapper.putEventOps:(II)V
         2: .line 69
            return
        end local 2 // sun.nio.ch.SelectionKeyImpl ski
        end local 1 // int index
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/nio/ch/PollArrayWrapper;
            0    3     1  index  I
            0    3     2    ski  Lsun/nio/ch/SelectionKeyImpl;
    MethodParameters:
       Name  Flags
      index  
      ski    

  void replaceEntry(sun.nio.ch.PollArrayWrapper, int, sun.nio.ch.PollArrayWrapper, int);
    descriptor: (Lsun/nio/ch/PollArrayWrapper;ILsun/nio/ch/PollArrayWrapper;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // sun.nio.ch.PollArrayWrapper source
        start local 2 // int sindex
        start local 3 // sun.nio.ch.PollArrayWrapper target
        start local 4 // int tindex
         0: .line 75
            aload 3 /* target */
            iload 4 /* tindex */
            aload 1 /* source */
            iload 2 /* sindex */
            invokevirtual sun.nio.ch.PollArrayWrapper.getDescriptor:(I)I
            invokevirtual sun.nio.ch.PollArrayWrapper.putDescriptor:(II)V
         1: .line 76
            aload 3 /* target */
            iload 4 /* tindex */
            aload 1 /* source */
            iload 2 /* sindex */
            invokevirtual sun.nio.ch.PollArrayWrapper.getEventOps:(I)I
            invokevirtual sun.nio.ch.PollArrayWrapper.putEventOps:(II)V
         2: .line 77
            return
        end local 4 // int tindex
        end local 3 // sun.nio.ch.PollArrayWrapper target
        end local 2 // int sindex
        end local 1 // sun.nio.ch.PollArrayWrapper source
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/nio/ch/PollArrayWrapper;
            0    3     1  source  Lsun/nio/ch/PollArrayWrapper;
            0    3     2  sindex  I
            0    3     3  target  Lsun/nio/ch/PollArrayWrapper;
            0    3     4  tindex  I
    MethodParameters:
        Name  Flags
      source  
      sindex  
      target  
      tindex  

  void grow(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int newSize
         0: .line 81
            new sun.nio.ch.PollArrayWrapper
            dup
            iload 1 /* newSize */
            invokespecial sun.nio.ch.PollArrayWrapper.<init>:(I)V
            astore 2 /* temp */
        start local 2 // sun.nio.ch.PollArrayWrapper temp
         1: .line 82
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 83
      StackMap locals: sun.nio.ch.PollArrayWrapper int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* i */
            aload 2 /* temp */
            iload 3 /* i */
            invokevirtual sun.nio.ch.PollArrayWrapper.replaceEntry:(Lsun/nio/ch/PollArrayWrapper;ILsun/nio/ch/PollArrayWrapper;I)V
         4: .line 82
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.size:I
            if_icmplt 3
        end local 3 // int i
         6: .line 84
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.free:()V
         7: .line 85
            aload 0 /* this */
            aload 2 /* temp */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            putfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
         8: .line 86
            aload 0 /* this */
            aload 2 /* temp */
            getfield sun.nio.ch.PollArrayWrapper.size:I
            putfield sun.nio.ch.PollArrayWrapper.size:I
         9: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.address:()J
            putfield sun.nio.ch.PollArrayWrapper.pollArrayAddress:J
        10: .line 88
            return
        end local 2 // sun.nio.ch.PollArrayWrapper temp
        end local 1 // int newSize
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/nio/ch/PollArrayWrapper;
            0   11     1  newSize  I
            1   11     2     temp  Lsun/nio/ch/PollArrayWrapper;
            2    6     3        i  I
    MethodParameters:
         Name  Flags
      newSize  

  void free();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.PollArrayWrapper this
         0: .line 91
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.free:()V
         1: .line 92
            return
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/PollArrayWrapper;

  void putDescriptor(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int i
        start local 2 // int fd
         0: .line 96
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            getstatic sun.nio.ch.PollArrayWrapper.SIZE_POLLFD:S
            iload 1 /* i */
            imul
            iconst_0
            iadd
            iload 2 /* fd */
            invokevirtual sun.nio.ch.AllocatedNativeObject.putInt:(II)V
         1: .line 97
            return
        end local 2 // int fd
        end local 1 // int i
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/PollArrayWrapper;
            0    2     1     i  I
            0    2     2    fd  I
    MethodParameters:
      Name  Flags
      i     
      fd    

  void putEventOps(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int i
        start local 2 // int event
         0: .line 100
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            getstatic sun.nio.ch.PollArrayWrapper.SIZE_POLLFD:S
            iload 1 /* i */
            imul
            iconst_4
            iadd
            iload 2 /* event */
            i2s
            invokevirtual sun.nio.ch.AllocatedNativeObject.putShort:(IS)V
         1: .line 101
            return
        end local 2 // int event
        end local 1 // int i
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/ch/PollArrayWrapper;
            0    2     1      i  I
            0    2     2  event  I
    MethodParameters:
       Name  Flags
      i      
      event  

  int getEventOps(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int i
         0: .line 104
            aload 0 /* this */
            getfield sun.nio.ch.PollArrayWrapper.pollArray:Lsun/nio/ch/AllocatedNativeObject;
            getstatic sun.nio.ch.PollArrayWrapper.SIZE_POLLFD:S
            iload 1 /* i */
            imul
            iconst_4
            iadd
            invokevirtual sun.nio.ch.AllocatedNativeObject.getShort:(I)S
            ireturn
        end local 1 // int i
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/PollArrayWrapper;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

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

  void addWakeupSocket(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.PollArrayWrapper this
        start local 1 // int fdVal
        start local 2 // int index
         0: .line 113
            aload 0 /* this */
            iload 2 /* index */
            iload 1 /* fdVal */
            invokevirtual sun.nio.ch.PollArrayWrapper.putDescriptor:(II)V
         1: .line 114
            aload 0 /* this */
            iload 2 /* index */
            getstatic sun.nio.ch.Net.POLLIN:S
            invokevirtual sun.nio.ch.PollArrayWrapper.putEventOps:(II)V
         2: .line 115
            return
        end local 2 // int index
        end local 1 // int fdVal
        end local 0 // sun.nio.ch.PollArrayWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/nio/ch/PollArrayWrapper;
            0    3     1  fdVal  I
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      fdVal  
      index  
}
SourceFile: "PollArrayWrapper.java"