class java.nio.DirectIntBufferS extends java.nio.IntBuffer implements sun.nio.ch.DirectBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectIntBufferS
  super_class: java.nio.IntBuffer
{
  protected static final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static final long arrayBaseOffset;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected static final boolean unaligned;
    descriptor: Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

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

  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=2, locals=0, args_size=0
         0: .line 37
            ldc Ljava/nio/DirectIntBufferS;
            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 java.nio.DirectIntBufferS.$assertionsDisabled:Z
         3: .line 49
            invokestatic java.nio.Bits.unsafe:()Lsun/misc/Unsafe;
            putstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
         4: .line 52
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            ldc [I
            invokevirtual sun.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.DirectIntBufferS.arrayBaseOffset:J
         5: .line 55
            invokestatic java.nio.Bits.unaligned:()Z
            putstatic java.nio.DirectIntBufferS.unaligned:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attachment();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 67
            aload 0 /* this */
            getfield java.nio.DirectIntBufferS.att:Ljava/lang/Object;
            areturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  public sun.misc.Cleaner cleaner();
    descriptor: ()Lsun/misc/Cleaner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 107
            aconst_null
            areturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  void <init>(sun.nio.ch.DirectBuffer, int, int, int, int, int);
    descriptor: (Lsun/nio/ch/DirectBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // sun.nio.ch.DirectBuffer db
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 195
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            invokespecial java.nio.IntBuffer.<init>:(IIII)V
         1: .line 196
            aload 0 /* this */
            aload 1 /* db */
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            iload 6 /* off */
            i2l
            ladd
            putfield java.nio.DirectIntBufferS.address:J
         2: .line 200
            aload 0 /* this */
            aload 1 /* db */
            putfield java.nio.DirectIntBufferS.att:Ljava/lang/Object;
         3: .line 204
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // sun.nio.ch.DirectBuffer db
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/DirectIntBufferS;
            0    4     1    db  Lsun/nio/ch/DirectBuffer;
            0    4     2  mark  I
            0    4     3   pos  I
            0    4     4   lim  I
            0    4     5   cap  I
            0    4     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.IntBuffer slice();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 207
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 208
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 209
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 210
            iload 1 /* pos */
            iconst_2
            ishl
            istore 4 /* off */
        start local 4 // int off
         6: .line 211
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 212
      StackMap locals: int int
      StackMap stack:
            new java.nio.DirectIntBufferS
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.DirectIntBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectIntBufferS;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.IntBuffer duplicate();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 216
            new java.nio.DirectIntBufferS
            dup
            aload 0 /* this */
         1: .line 217
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.markValue:()I
         2: .line 218
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
         3: .line 219
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
         4: .line 220
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.capacity:()I
         5: .line 221
            iconst_0
         6: .line 216
            invokespecial java.nio.DirectIntBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectIntBufferS;

  public java.nio.IntBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 226
            new java.nio.DirectIntBufferRS
            dup
            aload 0 /* this */
         1: .line 227
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.markValue:()I
         2: .line 228
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
         3: .line 229
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
         4: .line 230
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.capacity:()I
         5: .line 231
            iconst_0
         6: .line 226
            invokespecial java.nio.DirectIntBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectIntBufferS;

  public long address();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 240
            aload 0 /* this */
            getfield java.nio.DirectIntBufferS.address:J
            lreturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  private long ix(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int i
         0: .line 244
            aload 0 /* this */
            getfield java.nio.DirectIntBufferS.address:J
            iload 1 /* i */
            i2l
            iconst_2
            lshl
            ladd
            lreturn
        end local 1 // int i
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int get();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 248
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.nextGetIndex:()I
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            invokestatic java.nio.Bits.swap:(I)I
            ireturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int i
         0: .line 252
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.DirectIntBufferS.checkIndex:(I)I
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            invokestatic java.nio.Bits.swap:(I)I
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.IntBuffer get(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 263
            iload 3 /* length */
            i2l
            iconst_2
            lshl
            ldc 6
            lcmp
            ifle 22
         1: .line 264
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.DirectIntBufferS.checkBounds:(III)V
         2: .line 265
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 266
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 267
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 5
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 268
      StackMap locals: int int
      StackMap stack:
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmpgt 6
            iload 5 /* lim */
            iload 4 /* pos */
            isub
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* rem */
        start local 6 // int rem
         8: .line 269
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 270
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
        10: .line 273
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.order:()Ljava/nio/ByteOrder;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            if_acmpeq 16
        11: .line 274
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            aload 1 /* dst */
        12: .line 275
            iload 2 /* offset */
            i2l
            iconst_2
            lshl
        13: .line 276
            iload 3 /* length */
            i2l
            iconst_2
            lshl
        14: .line 274
            invokestatic java.nio.Bits.copyToIntArray:(JLjava/lang/Object;JJ)V
        15: .line 276
            goto 20
        16: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            aload 1 /* dst */
            getstatic java.nio.DirectIntBufferS.arrayBaseOffset:J
        17: .line 280
            iload 2 /* offset */
            i2l
            iconst_2
            lshl
        18: .line 281
            iload 3 /* length */
            i2l
            iconst_2
            lshl
        19: .line 279
            invokestatic java.nio.Bits.copyToArray:(JLjava/lang/Object;JJJ)V
        20: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectIntBufferS.position:(I)Ljava/nio/Buffer;
            pop
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        21: .line 283
            goto 23
        22: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.IntBuffer.get:([III)Ljava/nio/IntBuffer;
            pop
        23: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] dst
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Ljava/nio/DirectIntBufferS;
            0   24     1     dst  [I
            0   24     2  offset  I
            0   24     3  length  I
            3   21     4     pos  I
            4   21     5     lim  I
            8   21     6     rem  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.IntBuffer put(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int x
         0: .line 296
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.nextPutIndex:()I
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            iload 1 /* x */
            invokestatic java.nio.Bits.swap:(I)I
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
         1: .line 297
            aload 0 /* this */
            areturn
        end local 1 // int x
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectIntBufferS;
            0    2     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public java.nio.IntBuffer put(int, int);
    descriptor: (II)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int i
        start local 2 // int x
         0: .line 305
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.DirectIntBufferS.checkIndex:(I)I
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            iload 2 /* x */
            invokestatic java.nio.Bits.swap:(I)I
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
         1: .line 306
            aload 0 /* this */
            areturn
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectIntBufferS;
            0    2     1     i  I
            0    2     2     x  I
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.IntBuffer put(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // java.nio.IntBuffer src
         0: .line 314
            aload 1 /* src */
            instanceof java.nio.DirectIntBufferS
            ifeq 22
         1: .line 315
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 316
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.DirectIntBufferS
            astore 2 /* sb */
        start local 2 // java.nio.DirectIntBufferS sb
         4: .line 319
            aload 2 /* sb */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 3 /* spos */
        start local 3 // int spos
         5: .line 320
            aload 2 /* sb */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 4 /* slim */
        start local 4 // int slim
         6: .line 321
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 7
            iload 3 /* spos */
            iload 4 /* slim */
            if_icmple 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 322
      StackMap locals: java.nio.DirectIntBufferS int int
      StackMap stack:
            iload 3 /* spos */
            iload 4 /* slim */
            if_icmpgt 8
            iload 4 /* slim */
            iload 3 /* spos */
            isub
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* srem */
        start local 5 // int srem
        10: .line 324
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 6 /* pos */
        start local 6 // int pos
        11: .line 325
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 7 /* lim */
        start local 7 // int lim
        12: .line 326
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 13
            iload 6 /* pos */
            iload 7 /* lim */
            if_icmple 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 327
      StackMap locals: int int int
      StackMap stack:
            iload 6 /* pos */
            iload 7 /* lim */
            if_icmpgt 14
            iload 7 /* lim */
            iload 6 /* pos */
            isub
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 8 /* rem */
        start local 8 // int rem
        16: .line 329
            iload 5 /* srem */
            iload 8 /* rem */
            if_icmple 18
        17: .line 330
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        18: .line 331
      StackMap locals: int
      StackMap stack:
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 2 /* sb */
            iload 3 /* spos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            iload 5 /* srem */
            i2l
            iconst_2
            lshl
            invokevirtual sun.misc.Unsafe.copyMemory:(JJJ)V
        19: .line 332
            aload 2 /* sb */
            iload 3 /* spos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectIntBufferS.position:(I)Ljava/nio/Buffer;
            pop
        20: .line 333
            aload 0 /* this */
            iload 6 /* pos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectIntBufferS.position:(I)Ljava/nio/Buffer;
            pop
        end local 8 // int rem
        end local 7 // int lim
        end local 6 // int pos
        end local 5 // int srem
        end local 4 // int slim
        end local 3 // int spos
        end local 2 // java.nio.DirectIntBufferS sb
        21: .line 334
            goto 33
      StackMap locals: java.nio.DirectIntBufferS java.nio.IntBuffer
      StackMap stack:
        22: aload 1 /* src */
            getfield java.nio.IntBuffer.hb:[I
            ifnull 32
        23: .line 336
            aload 1 /* src */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 2 /* spos */
        start local 2 // int spos
        24: .line 337
            aload 1 /* src */
            invokevirtual java.nio.IntBuffer.limit:()I
            istore 3 /* slim */
        start local 3 // int slim
        25: .line 338
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 26
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmple 26
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        26: .line 339
      StackMap locals: int int
      StackMap stack:
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmpgt 27
            iload 3 /* slim */
            iload 2 /* spos */
            isub
            goto 28
      StackMap locals:
      StackMap stack:
        27: iconst_0
      StackMap locals:
      StackMap stack: int
        28: istore 4 /* srem */
        start local 4 // int srem
        29: .line 341
            aload 0 /* this */
            aload 1 /* src */
            getfield java.nio.IntBuffer.hb:[I
            aload 1 /* src */
            getfield java.nio.IntBuffer.offset:I
            iload 2 /* spos */
            iadd
            iload 4 /* srem */
            invokevirtual java.nio.DirectIntBufferS.put:([III)Ljava/nio/IntBuffer;
            pop
        30: .line 342
            aload 1 /* src */
            iload 2 /* spos */
            iload 4 /* srem */
            iadd
            invokevirtual java.nio.IntBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 4 // int srem
        end local 3 // int slim
        end local 2 // int spos
        31: .line 344
            goto 33
        32: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.IntBuffer.put:(Ljava/nio/IntBuffer;)Ljava/nio/IntBuffer;
            pop
        33: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.nio.IntBuffer src
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Ljava/nio/DirectIntBufferS;
            0   34     1   src  Ljava/nio/IntBuffer;
            4   21     2    sb  Ljava/nio/DirectIntBufferS;
            5   21     3  spos  I
            6   21     4  slim  I
           10   21     5  srem  I
           11   21     6   pos  I
           12   21     7   lim  I
           16   21     8   rem  I
           24   31     2  spos  I
           25   31     3  slim  I
           29   31     4  srem  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.IntBuffer put(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // java.nio.DirectIntBufferS this
        start local 1 // int[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 355
            iload 3 /* length */
            i2l
            iconst_2
            lshl
            ldc 6
            lcmp
            ifle 24
         1: .line 356
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.DirectIntBufferS.checkBounds:(III)V
         2: .line 357
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 358
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 359
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 5
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 360
      StackMap locals: int int
      StackMap stack:
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmpgt 6
            iload 5 /* lim */
            iload 4 /* pos */
            isub
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* rem */
        start local 6 // int rem
         8: .line 361
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 362
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        10: .line 365
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.order:()Ljava/nio/ByteOrder;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            if_acmpeq 17
        11: .line 366
            aload 1 /* src */
        12: .line 367
            iload 2 /* offset */
            i2l
            iconst_2
            lshl
        13: .line 368
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
        14: .line 369
            iload 3 /* length */
            i2l
            iconst_2
            lshl
        15: .line 366
            invokestatic java.nio.Bits.copyFromIntArray:(Ljava/lang/Object;JJJ)V
        16: .line 369
            goto 22
        17: .line 372
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            getstatic java.nio.DirectIntBufferS.arrayBaseOffset:J
        18: .line 373
            iload 2 /* offset */
            i2l
            iconst_2
            lshl
        19: .line 374
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
        20: .line 375
            iload 3 /* length */
            i2l
            iconst_2
            lshl
        21: .line 372
            invokestatic java.nio.Bits.copyFromArray:(Ljava/lang/Object;JJJJ)V
        22: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectIntBufferS.position:(I)Ljava/nio/Buffer;
            pop
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        23: .line 377
            goto 25
        24: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.IntBuffer.put:([III)Ljava/nio/IntBuffer;
            pop
        25: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] src
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Ljava/nio/DirectIntBufferS;
            0   26     1     src  [I
            0   26     2  offset  I
            0   26     3  length  I
            3   23     4     pos  I
            4   23     5     lim  I
            8   23     6     rem  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.IntBuffer compact();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 388
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 389
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 390
            getstatic java.nio.DirectIntBufferS.$assertionsDisabled:Z
            ifne 3
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 391
      StackMap locals: int int
      StackMap stack:
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 393
            getstatic java.nio.DirectIntBufferS.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.DirectIntBufferS.ix:(I)J
            iload 3 /* rem */
            i2l
            iconst_2
            lshl
            invokevirtual sun.misc.Unsafe.copyMemory:(JJJ)V
         7: .line 394
            aload 0 /* this */
            iload 3 /* rem */
            invokevirtual java.nio.DirectIntBufferS.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 395
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.capacity:()I
            invokevirtual java.nio.DirectIntBufferS.limit:(I)Ljava/nio/Buffer;
            pop
         9: .line 396
            aload 0 /* this */
            invokevirtual java.nio.DirectIntBufferS.discardMark:()V
        10: .line 397
            aload 0 /* this */
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljava/nio/DirectIntBufferS;
            1   11     1   pos  I
            2   11     2   lim  I
            6   11     3   rem  I

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 404
            iconst_1
            ireturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 408
            iconst_0
            ireturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectIntBufferS;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectIntBufferS this
         0: .line 459
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 2
         1: .line 460
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
         3: .line 459
      StackMap locals:
      StackMap stack: java.nio.ByteOrder
            areturn
        end local 0 // java.nio.DirectIntBufferS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/DirectIntBufferS;
}
SourceFile: "DirectIntBufferS.java"