-
Notifications
You must be signed in to change notification settings - Fork 728
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
Assertion failed at omr/compiler/codegen/CodeGenRA.cpp:106: !regsAreLive #20824
Comments
Issue Number: 20824 |
The jit dump was saved outside of containers, and I can see (logs abbreviated)
The register I think support for |
Yes. Its a minor issue with a simple fix. |
The result register from inline vectorizedHashCode implementation is marked as live at the end of the method. The call node->setRegister(result) should not happen twice. Issue: eclipse-openj9#20824 Signed-off-by: Bradley Wood <[email protected]>
I was attempting to build the acmeair sample application with a debug compiler build, and got:
This happened while building a docker container, sadly, so none of the dumps were created. I'll try building outside of containers to see if I can get something useful.
The text was updated successfully, but these errors were encountered: