public static native void arraycopy(Object src, int src_position,
Object dst, int dst_position,
int length);
...