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

Preserve null check on Unsafe #4440

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

liqunl
Copy link
Contributor

@liqunl liqunl commented Jan 24, 2019

Preserve the null check before Unsafe inlining.

Also move TR_J9ByteCodeIlGenerator::separateNullCheck to
TransformUtil so that it can be used in both ILGen and optimizer.

Signed-off-by: Liqun Liu liqunl@ca.ibm.com

Preserve the null check before Unsafe inlining.

Also move `TR_J9ByteCodeIlGenerator::separateNullCheck` to
`TransformUtil` so that it can be used in both ILGen and optimizer.

Signed-off-by: Liqun Liu <liqunl@ca.ibm.com>
@liqunl
Copy link
Contributor Author

liqunl commented Jan 24, 2019

Deliver to v0.12.0-release for #4429

@liqunl
Copy link
Contributor Author

liqunl commented Jan 24, 2019

@andrewcraik

@andrewcraik
Copy link
Contributor

CI build willf ail for release target PR

@andrewcraik andrewcraik merged commit 531d3f9 into eclipse-openj9:v0.12.0-release Jan 24, 2019
@liqunl liqunl deleted the unsafe1 branch January 24, 2019 21:42
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