<div>Looks like fill pointer isn't taken into account:</div><div><br></div><div>(jcall "toString" (make-array 10</div><div>              :element-type 'character</div><div>              :adjustable t</div>

<div>              :fill-pointer 3 :initial-contents "fooxxxxxxx"))</div><div>-></div><div>"fooxxxxxxx"</div><div><br></div><div>-Alan</div>