class sun.nio.ch.IOVecWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.IOVecWrapper
  super_class: java.lang.Object
{
  static int BASE_OFFSET;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int LEN_OFFSET;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int SIZE_IOVEC;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  private sun.nio.ch.AllocatedNativeObject vecArray;
    descriptor: Lsun/nio/ch/AllocatedNativeObject;
    flags: (0x0002) ACC_PRIVATE

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

  static int addressSize;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            iconst_0
            putstatic sun.nio.ch.IOVecWrapper.BASE_OFFSET:I
         1: .line 86
            invokestatic sun.nio.ch.Util.unsafe:()Lsun/misc/Unsafe;
            invokevirtual sun.misc.Unsafe.addressSize:()I
            putstatic sun.nio.ch.IOVecWrapper.addressSize:I
         2: .line 87
            getstatic sun.nio.ch.IOVecWrapper.addressSize:I
            putstatic sun.nio.ch.IOVecWrapper.LEN_OFFSET:I
         3: .line 88
            getstatic sun.nio.ch.IOVecWrapper.addressSize:I
            iconst_2
            imul
            i2s
            putstatic sun.nio.ch.IOVecWrapper.SIZE_IOVEC:I
         4: .line 89
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  void putBase(int, long);
    descriptor: (IJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.nio.ch.IOVecWrapper this
        start local 1 // int i
        start local 2 // long base
         0: .line 66
            getstatic sun.nio.ch.IOVecWrapper.SIZE_IOVEC:I
            iload 1 /* i */
            imul
            getstatic sun.nio.ch.IOVecWrapper.BASE_OFFSET:I
            iadd
            istore 4 /* offset */
        start local 4 // int offset
         1: .line 67
            getstatic sun.nio.ch.IOVecWrapper.addressSize:I
            iconst_4
            if_icmpne 3
         2: .line 68
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper.vecArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 4 /* offset */
            lload 2 /* base */
            l2i
            invokevirtual sun.nio.ch.AllocatedNativeObject.putInt:(II)V
            goto 4
         3: .line 70
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper.vecArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 4 /* offset */
            lload 2 /* base */
            invokevirtual sun.nio.ch.AllocatedNativeObject.putLong:(IJ)V
         4: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int offset
        end local 2 // long base
        end local 1 // int i
        end local 0 // sun.nio.ch.IOVecWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/ch/IOVecWrapper;
            0    5     1       i  I
            0    5     2    base  J
            1    5     4  offset  I
    MethodParameters:
      Name  Flags
      i     
      base  

  void putLen(int, long);
    descriptor: (IJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.nio.ch.IOVecWrapper this
        start local 1 // int i
        start local 2 // long len
         0: .line 74
            getstatic sun.nio.ch.IOVecWrapper.SIZE_IOVEC:I
            iload 1 /* i */
            imul
            getstatic sun.nio.ch.IOVecWrapper.LEN_OFFSET:I
            iadd
            istore 4 /* offset */
        start local 4 // int offset
         1: .line 75
            getstatic sun.nio.ch.IOVecWrapper.addressSize:I
            iconst_4
            if_icmpne 3
         2: .line 76
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper.vecArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 4 /* offset */
            lload 2 /* len */
            l2i
            invokevirtual sun.nio.ch.AllocatedNativeObject.putInt:(II)V
            goto 4
         3: .line 78
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper.vecArray:Lsun/nio/ch/AllocatedNativeObject;
            iload 4 /* offset */
            lload 2 /* len */
            invokevirtual sun.nio.ch.AllocatedNativeObject.putLong:(IJ)V
         4: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int offset
        end local 2 // long len
        end local 1 // int i
        end local 0 // sun.nio.ch.IOVecWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/nio/ch/IOVecWrapper;
            0    5     1       i  I
            0    5     2     len  J
            1    5     4  offset  I
    MethodParameters:
      Name  Flags
      i     
      len   

  void free();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.IOVecWrapper this
         0: .line 82
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper.vecArray:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.free:()V
         1: .line 83
            return
        end local 0 // sun.nio.ch.IOVecWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/IOVecWrapper;
}
SourceFile: "IOVecWrapper.java"