RVM

Boot image stack size too small

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.0
  • Component/s: Runtime
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

Hide
Ian Rogers added a comment -

Increasing the boot thread stack size by 10kb on IA32 is sufficient to avoid the resize. Will patch when sourceforge allows write access again.

Show
Ian Rogers added a comment - Increasing the boot thread stack size by 10kb on IA32 is sufficient to avoid the resize. Will patch when sourceforge allows write access again.
Hide
Ian Rogers added a comment -

Fix in r14734.

Show
Ian Rogers added a comment - Fix in r14734.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: