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.27.1) Need to consider Portable-AOT cases during code patching #13387

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

pshipton
Copy link
Member

Portable-AOT makes some code sequences different from the
expectation of the current CPU type. When that sequence is
patched, different possible scenarios have to be considered.
Otherwise, doing only according to the current CPU type may
run into crashes.

Cherry pick of #13323 for the 0.27.1 release.

Portable-AOT makes some code sequences different from the
expectation of the current CPU type. When that sequence is
patched,  different possible scenarios have to be considered.
Otherwise, doing only according to the current CPU type may
run into crashes.

Signed-off-by: Julian <zlwang@ca.ibm.com>
@zl-wang
Copy link
Contributor

zl-wang commented Aug 25, 2021

LGTM

@zl-wang zl-wang merged commit c8200b1 into eclipse-openj9:v0.27.1-release Aug 25, 2021
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.

None yet

2 participants