-
Notifications
You must be signed in to change notification settings - Fork 37
Use buffer size exported from MMTk core #298
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
Conversation
Requires mmtk/mmtk-core#1285 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to bump core version
Ugh. I'm stupid. Put the constant in the wrong place. |
@qinsoon What is the protocol here? Does the MSRV for MMTk OpenJDK need to be bumped? |
Yeah. The MSRV of the binding has to be the same or newer than that of mmtk-core. |
Is that a separate PR or the same PR? |
You can just do it in this PR. |
@qinsoon Can you approve this PR? |
This is really odd... It shouldn't fail since the PR doesn't change the semantics. The only difference is we've upgraded the MMTk core version to be more recent. @qinsoon what are your thoughts on this? |
No idea. Probably just rerun it first. We saw the same random fails on |
I've already re-ran it once |
The pmd benchmark has been failing for a long time. dacapobench/dacapobench#310 BTW, currently the thing that actually blocks this PR from being merged is @caizixian's request for change, not the PMD benchmark. |
No description provided.