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

(0.49) Track method dependencies during AOT store compilations #20703

Conversation

cjjdespres
Copy link
Contributor

Cherry-pick of #20637 (59f667b 53924c7 ac1d4a4)

The dependencies of AOT-compiled method bodies (class chain offsets of classes and whether or not they are initialized) are recorded during an AOT compilation and stored in the local SCC.

The dependencies of AOT-compiled method bodies (class chain offsets of
classes and whether or not they are initialized) are recorded during an
AOT compilation and stored in the local SCC.

Signed-off-by: Christian Despres <[email protected]>
@cjjdespres cjjdespres requested a review from dsouzai as a code owner November 28, 2024 21:32
@cjjdespres
Copy link
Contributor Author

Attn @mpirvu.

Copy link
Contributor

@mpirvu mpirvu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have verified that these commits are the same as the ones in the original PR

@mpirvu mpirvu self-assigned this Nov 29, 2024
@mpirvu mpirvu merged commit 60a64bd into eclipse-openj9:v0.49.0-release Nov 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants