
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
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. |
Show » |
|