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

Prevent VP Object.clone transformation under involuntary OSR #14071

Merged
merged 1 commit into from Dec 7, 2021

Conversation

jdmpapin
Copy link
Contributor

@jdmpapin jdmpapin commented Dec 3, 2021

The transformed sequence contains OSR points that don't correspond properly to the bytecode.

Additionally, prevent the transformation under AOT when we have only a type bound, as is already done for the fixed-type case.

Issue: #14014

The transformed sequence contains OSR points that don't correspond
properly to the bytecode.

Additionally, prevent the transformation under AOT when we have only a
type bound, as is already done for the fixed-type case.

Issue: eclipse-openj9#14014
@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 6, 2021

Jenkins test sanity all jdk11,jdk17

@0xdaryl 0xdaryl self-assigned this Dec 7, 2021
@0xdaryl 0xdaryl merged commit 2b04806 into eclipse-openj9:master Dec 7, 2021
@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 7, 2021

@jdmpapin : Can you open a 0.30 PR with this fix please?

@jdmpapin
Copy link
Contributor Author

jdmpapin commented Dec 7, 2021

Opened #14105

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

3 participants