742743744745746747748749750751752
long pos = _segment.getAppendPosition(); try { // check append position is in range if ((pos >> _addressFormat.getSegmentShift()) > 0) { throw new SegmentOverflowException(_segment); } // append actual size _segment.appendInt(length);