Skip to content
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

[GR-52121] Inject hashCode in relinked hosted object #9011

Merged

Conversation

graalvmbot
Copy link
Collaborator

This allows to inject the hashCode in all the ImageHeapConstants and their re-linked hosted object if it exists.

At the moment, only a small number of hosted object have an incorrect hash code. It is possible to see which ones using the option -H:+LoggingHashCodeInjection. For some of those, it would be possible to inject the hashCode earlier, but for others, it would be harder/impossible as they are in static maps.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 31, 2024
@graalvmbot graalvmbot closed this May 31, 2024
@graalvmbot graalvmbot deleted the scoppey/GR-52121/inject-hashcode-in-base-layer-constants branch May 31, 2024 22:50
@graalvmbot graalvmbot merged commit 5acb889 into master May 31, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants