Right now it uses: peek(lowWater + index, dst, off, len); But it should use: peekFully(lowWater + index,dst,off,len) In the PtraceByteBuffer implementation, the get method will only return one word using peek.
2006-12-11 Phil Muldoon <pmuldoon@redhat.com> * eio/ByteBuffer.java (get): Change to use peekFully over peek.