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

Create prex arg info from callee symbol for array-typed parameters #17168

Merged
merged 1 commit into from Apr 20, 2023

Conversation

jdmpapin
Copy link
Contributor

If this type info is missing, validateAndPropagateArgsFromCalleeSymbol() can give up, in which case we can fail to inline even trivial methods due to what appears to be a type incompatibility.

In particular, this would cause the actual array access to fail to be inlined for array getter (and probably also setter) MethodHandles.

If this type info is missing, validateAndPropagateArgsFromCalleeSymbol()
can give up, in which case we can fail to inline even trivial methods
due to what appears to be a type incompatibility.

In particular, this would cause the actual array access to fail to be
inlined for array getter (and probably also setter) MethodHandles.
@vijaysun-omr
Copy link
Contributor

jenkins test sanity all jdk17

@vijaysun-omr
Copy link
Contributor

jenkins test sanity zlinux jdk17

@vijaysun-omr
Copy link
Contributor

Checks have passed, merging.

@vijaysun-omr vijaysun-omr merged commit fdbd742 into eclipse-openj9:master Apr 20, 2023
19 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.

None yet

2 participants