>>>>> "Ian" == Ian Rogers <[EMAIL PROTECTED]> writes:
Ian> This patch changes the array list size increase to ~50% rather than Ian> doubling in line with what OpenJDK does. OpenJDK still doubles the Ian> size of vectors, as that's documented behavior. Did this come up by inspection, or by looking at some program and noticing a lot of wasted memory? I'm just curious. I think this is fine either way. Tom