I've written some code that I think should be failing under certain conditions, but it's not. I'm doing an arraycopy() which in some cases will ask for a copy to an out-of-bounds index, but in all such cases the length passed to arraycopy() would be 0. be f