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

Remove incorrect assertion in dereferenceStructPointerChain #2971

Merged
merged 1 commit into from
Sep 21, 2018

Conversation

liqunl
Copy link
Contributor

@liqunl liqunl commented Sep 20, 2018

Assertion is not needed in calculating the field address because the
field has been verified by verifyFieldAccess.

Fixes: #2088

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

Assertion is not needed in calculating the field address because the
field has been verified by verifyFieldAccess.

Fixes: eclipse-openj9#2088

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

liqunl commented Sep 20, 2018

@andrewcraik Can you review? This is a low risk change. It only stops the assert in debug build or build with assertion on. Doesn't change other behavior.

Copy link
Contributor

@andrewcraik andrewcraik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewcraik
Copy link
Contributor

Just waiting on the CI build.

@andrewcraik andrewcraik merged commit 61014db into eclipse-openj9:master Sep 21, 2018
@liqunl liqunl deleted the assert branch January 24, 2019 16:53
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.

3 participants