Issue Details (XML | Word | Printable)

Key: RVM-531
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Boot image stack size too small

Created: 10/Jun/08 04:37 PM   Updated: 17/Jul/08 03:06 AM
Component/s: Runtime
Affects Version/s: None
Fix Version/s: 3.0

Time Tracking:
Not Specified


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 16/Jul/08 12:05 PM
Increasing the boot thread stack size by 10kb on IA32 is sufficient to avoid the resize. Will patch when sourceforge allows write access again.

Ian Rogers added a comment - 17/Jul/08 03:06 AM
Fix in r14734.