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-58969] Incorrect object header size in native image debuginfo. #9882

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

graalvmbot
Copy link
Collaborator

The debuginfo generator creates a HeaderType which contains fields of the object header, such as a reference to the DynamicHub.

The size of this HeaderType is manually calculated from the reference size of the hub reference and the idHash field.

This is not generally correct, it is possible that the object header contains more information, thus it would be correct to use the first field offset as object header size.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 15, 2024
@graalvmbot graalvmbot closed this Oct 16, 2024
@graalvmbot graalvmbot deleted the doma/GR-58969 branch October 16, 2024 05:53
@graalvmbot graalvmbot merged commit 14feb22 into master Oct 16, 2024
12 of 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.

2 participants