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

Fix incorrect iTable build #5072

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Conversation

gacholio
Copy link
Contributor

@gacholio gacholio commented Mar 12, 2019

The iTable building code was considering all methods in the interface
class, not just the ones that are appropriate for the iTable. This
results in an incorrect iTable shape (and very possibly writing off the
end of the allocated iTable chunk).

Process only methods from the interface which make up the interface
contract (public methods that appear in the vTable).

[ci skip]

Signed-off-by: Graham Chapman graham_chapman@ca.ibm.com

The iTable building code was considering all methods in the interface
class, not just the ones that are appropriate for the iTable. This
results in an incorrect iTable shape (and very possibly writing off the
end of the allocated iTable chunk).

Process only methods from the interface which make up the interface
contract (public methods that appear in the vTable).

[ci skip]

Signed-off-by: Graham Chapman <graham_chapman@ca.ibm.com>
@gacholio
Copy link
Contributor Author

jenkins test sanity xlinux jdk8

Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

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

lgtm

@DanHeidinga DanHeidinga merged commit 6259e9f into eclipse-openj9:master Mar 13, 2019
@gacholio gacholio deleted the itable branch March 13, 2019 01:43
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