Details
Description
When running the Harmony VM boot code I've observed we need to grow the boot thread stack, leaving a large unreclaimable primitive array in the boot image. As the stack wasn't especially deep when this was occurring, I believe the same will be true for Classpath. We should choose a value, or manipulate the boot thread stack, so that we don't waste as much space.
Increasing the boot thread stack size by 10kb on IA32 is sufficient to avoid the resize. Will patch when sourceforge allows write access again.