class java.nio.HeapShortBuffer extends java.nio.ShortBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.HeapShortBuffer
  super_class: java.nio.ShortBuffer
{
  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // int cap
        start local 2 // int lim
         0: .line 57
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 2 /* lim */
            iload 1 /* cap */
            iload 1 /* cap */
            newarray 9
            iconst_0
            invokespecial java.nio.ShortBuffer.<init>:(IIII[SI)V
         1: .line 66
            return
        end local 2 // int lim
        end local 1 // int cap
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapShortBuffer;
            0    2     1   cap  I
            0    2     2   lim  I
    MethodParameters:
      Name  Flags
      cap   
      lim   

  void <init>(short[], int, int);
    descriptor: ([SII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // short[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 70
            aload 0 /* this */
            iconst_m1
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* buf */
            arraylength
            aload 1 /* buf */
            iconst_0
            invokespecial java.nio.ShortBuffer.<init>:(IIII[SI)V
         1: .line 79
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // short[] buf
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapShortBuffer;
            0    2     1   buf  [S
            0    2     2   off  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  protected void <init>(short[], int, int, int, int, int);
    descriptor: ([SIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // short[] buf
        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 86
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            aload 1 /* buf */
            iload 6 /* off */
            invokespecial java.nio.ShortBuffer.<init>:(IIII[SI)V
         1: .line 95
            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 // short[] buf
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapShortBuffer;
            0    2     1   buf  [S
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6   off  I
    MethodParameters:
      Name  Flags
      buf   
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ShortBuffer slice();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 98
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 99
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 100
            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 101
            new java.nio.HeapShortBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
         6: .line 102
            iconst_m1
         7: .line 103
            iconst_0
         8: .line 104
            iload 3 /* rem */
         9: .line 105
            iload 3 /* rem */
        10: .line 106
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.offset:I
            iadd
        11: .line 101
            invokespecial java.nio.HeapShortBuffer.<init>:([SIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/HeapShortBuffer;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  public java.nio.ShortBuffer duplicate();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 110
            new java.nio.HeapShortBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
         1: .line 111
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.markValue:()I
         2: .line 112
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
         3: .line 113
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
         4: .line 114
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.capacity:()I
         5: .line 115
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.offset:I
         6: .line 110
            invokespecial java.nio.HeapShortBuffer.<init>:([SIIIII)V
            areturn
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapShortBuffer;

  public java.nio.ShortBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 120
            new java.nio.HeapShortBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
         1: .line 121
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.markValue:()I
         2: .line 122
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
         3: .line 123
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
         4: .line 124
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.capacity:()I
         5: .line 125
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.offset:I
         6: .line 120
            invokespecial java.nio.HeapShortBufferR.<init>:([SIIIII)V
            areturn
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapShortBuffer;

  protected int ix(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // int i
         0: .line 134
            iload 1 /* i */
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.offset:I
            iadd
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapShortBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public short get();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 138
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.nextGetIndex:()I
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            saload
            ireturn
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapShortBuffer;

  public short get(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // int i
         0: .line 142
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapShortBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            saload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapShortBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ShortBuffer get(short[], int, int);
    descriptor: ([SII)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // short[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 152
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.HeapShortBuffer.checkBounds:(III)V
         1: .line 153
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 154
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 155
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         4: .line 156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 157
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
         6: .line 158
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // short[] dst
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapShortBuffer;
            0    7     1     dst  [S
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

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

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

  public java.nio.ShortBuffer put(short);
    descriptor: (S)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // short x
         0: .line 173
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.nextPutIndex:()I
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 1 /* x */
            sastore
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // short x
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapShortBuffer;
            0    2     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ShortBuffer put(int, short);
    descriptor: (IS)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // int i
        start local 2 // short x
         0: .line 182
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapShortBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 2 /* x */
            sastore
         1: .line 183
            aload 0 /* this */
            areturn
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapShortBuffer;
            0    2     1     i  I
            0    2     2     x  S
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ShortBuffer put(short[], int, int);
    descriptor: ([SII)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // short[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 191
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.HeapShortBuffer.checkBounds:(III)V
         1: .line 192
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 193
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 194
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         4: .line 195
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            iload 2 /* offset */
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 196
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
         6: .line 197
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // short[] src
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapShortBuffer;
            0    7     1     src  [S
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.ShortBuffer put(java.nio.ShortBuffer);
    descriptor: (Ljava/nio/ShortBuffer;)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.nio.HeapShortBuffer this
        start local 1 // java.nio.ShortBuffer src
         0: .line 205
            aload 1 /* src */
            instanceof java.nio.HeapShortBuffer
            ifeq 15
         1: .line 206
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 207
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.HeapShortBuffer
            astore 2 /* sb */
        start local 2 // java.nio.HeapShortBuffer sb
         4: .line 209
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 210
            aload 2 /* sb */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 4 /* sbpos */
        start local 4 // int sbpos
         6: .line 211
            aload 2 /* sb */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 4 /* sbpos */
            isub
            istore 5 /* n */
        start local 5 // int n
         7: .line 212
            iload 5 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 9
         8: .line 213
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         9: .line 214
      StackMap locals: java.nio.HeapShortBuffer java.nio.ShortBuffer java.nio.HeapShortBuffer int int int
      StackMap stack:
            aload 2 /* sb */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 2 /* sb */
            iload 4 /* sbpos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
        10: .line 215
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 5 /* n */
        11: .line 214
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 216
            aload 2 /* sb */
            iload 4 /* sbpos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
        13: .line 217
            aload 0 /* this */
            iload 3 /* pos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 5 // int n
        end local 4 // int sbpos
        end local 3 // int pos
        end local 2 // java.nio.HeapShortBuffer sb
        14: .line 218
            goto 24
      StackMap locals: java.nio.HeapShortBuffer java.nio.ShortBuffer
      StackMap stack:
        15: aload 1 /* src */
            invokevirtual java.nio.ShortBuffer.isDirect:()Z
            ifeq 23
        16: .line 219
            aload 1 /* src */
            invokevirtual java.nio.ShortBuffer.remaining:()I
            istore 2 /* n */
        start local 2 // int n
        17: .line 220
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
        18: .line 221
            iload 2 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 20
        19: .line 222
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        20: .line 223
      StackMap locals: int int
      StackMap stack:
            aload 1 /* src */
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 2 /* n */
            invokevirtual java.nio.ShortBuffer.get:([SII)Ljava/nio/ShortBuffer;
            pop
        21: .line 224
            aload 0 /* this */
            iload 3 /* pos */
            iload 2 /* n */
            iadd
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 3 // int pos
        end local 2 // int n
        22: .line 225
            goto 24
        23: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.ShortBuffer.put:(Ljava/nio/ShortBuffer;)Ljava/nio/ShortBuffer;
            pop
        24: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ShortBuffer src
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Ljava/nio/HeapShortBuffer;
            0   25     1    src  Ljava/nio/ShortBuffer;
            4   14     2     sb  Ljava/nio/HeapShortBuffer;
            5   14     3    pos  I
            6   14     4  sbpos  I
            7   14     5      n  I
           17   22     2      n  I
           18   22     3    pos  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ShortBuffer compact();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 236
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 237
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.limit:()I
            iload 1 /* pos */
            isub
            istore 2 /* rem */
        start local 2 // int rem
         2: .line 238
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            aload 0 /* this */
            getfield java.nio.HeapShortBuffer.hb:[S
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.HeapShortBuffer.ix:(I)I
            iload 2 /* rem */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 239
            aload 0 /* this */
            iload 2 /* rem */
            invokevirtual java.nio.HeapShortBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 240
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.capacity:()I
            invokevirtual java.nio.HeapShortBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         5: .line 241
            aload 0 /* this */
            invokevirtual java.nio.HeapShortBuffer.discardMark:()V
         6: .line 242
            aload 0 /* this */
            areturn
        end local 2 // int rem
        end local 1 // int pos
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapShortBuffer;
            1    7     1   pos  I
            2    7     2   rem  I

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapShortBuffer this
         0: .line 612
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.HeapShortBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapShortBuffer;
}
SourceFile: "HeapShortBuffer.java"