Skip to content

Don't make upcall helper methods static on Z #19982

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

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

dchopra001
Copy link
Contributor

Making FFI Upcall's helper methods static causes compilation failures on certain platforms and build levels as the compiler expects the methods to be used internally. This commit removes that requirement.

@dchopra001 dchopra001 requested a review from r30shah August 8, 2024 14:14
@dchopra001
Copy link
Contributor Author

This PR is still pending some internal builds passing. Opening it here so that we can start with review and external testing in parallel.

I will update here once my internal builds pass.

Static functions outside of a class must be declared
in files where they are used. This commit fixes this.

Signed-off-by: Dhruv Chopra <[email protected]>
Copy link
Contributor

@r30shah r30shah left a comment

Choose a reason for hiding this comment

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

LGTM

@r30shah
Copy link
Contributor

r30shah commented Aug 8, 2024

jenkins test sanity zlinux jdk21,jdk8

@r30shah r30shah merged commit 1d2f429 into eclipse-openj9:master Aug 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants