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

IL Generation for withfield bytecode instruction #9098

Merged
merged 1 commit into from Apr 3, 2020

Conversation

cathyzhyi
Copy link
Contributor

This change adds prototype IL generation support for the value type
withfield bytecode in the case where the class specified is resolved.
If the class or the field is unresolved, the JIT compilation is
aborted with an UnsupportedValueTypeOperation exception.

Signed-off-by: Yi Zhang yizhang@ca.ibm.com

This change adds prototype IL generation support for the value type
withfield bytecode in the case where the class specified is resolved.
If the class or field is unresolved, the JIT compilation is
aborted with an UnsupportedValueTypeOperation exception.

Signed-off-by: Yi Zhang <yizhang@ca.ibm.com>
@andrewcraik andrewcraik self-assigned this Apr 3, 2020
@andrewcraik andrewcraik added comp:jit project:valhalla Used to track Project Valhalla related work labels Apr 3, 2020
@andrewcraik andrewcraik self-requested a review April 3, 2020 12:31
@andrewcraik
Copy link
Contributor

Jenkins test sanity all jdk14

@andrewcraik andrewcraik merged commit a0fe813 into eclipse-openj9:master Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jit project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants