-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stock JikesRVM crashes at boot time #168
Comments
We can modify the addresses in
However, if we do this, we need to update VM space in The binding declares VM space addresses: Lines 63 to 68 in 410d17f
mmtk-core heap range (VM space should not overlap with it): |
Update to mmtk/jikesrvm#20. This closes #168.
I was using
FastAdaptiveImmix
with stock JikesRVM (from https://github.com/JikesRVM/JikesRVM) and simply runningrvm
without any workload. Roughly half of the runs failed with one of the following issues.The text was updated successfully, but these errors were encountered: