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

Set TR_ResolvedMethod vtable slot to zero for private invokevirtual #20092

Merged

Conversation

jdmpapin
Copy link
Contributor

...for consistency with other private methods and generally other methods that don't appear in the vtable. Previously the vtable slot would have been J9VTABLE_INVOKE_PRIVATE_OFFSET.

...for consistency with other private methods and generally other
methods that don't appear in the vtable. Previously the vtable slot
would have been J9VTABLE_INVOKE_PRIVATE_OFFSET.
@jdmpapin jdmpapin requested a review from dsouzai as a code owner August 30, 2024 14:51
@jdmpapin jdmpapin requested review from hzongaro and removed request for dsouzai August 30, 2024 14:51
@jdmpapin
Copy link
Contributor Author

@hzongaro, could you please review?

@hzongaro hzongaro self-assigned this Aug 30, 2024
Copy link
Member

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

I think this change looks good.

@hzongaro
Copy link
Member

hzongaro commented Sep 3, 2024

Jenkins test sanity all jdk8,jdk17,jdk21

@hzongaro
Copy link
Member

hzongaro commented Sep 4, 2024

@hzongaro hzongaro merged commit d3dc950 into eclipse-openj9:master Sep 4, 2024
34 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants