Skip to content

Java checkcast: fix stack when check disabled #598

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

Merged
merged 1 commit into from
Mar 8, 2017

Conversation

smowton
Copy link
Contributor

@smowton smowton commented Mar 3, 2017

The checkcast instruction should always return the pointer it checked, even when we're not generating an assert in the case that it failed.

The checkcast instruction should always return the pointer it
checked, even when we're not generating an assert in the case that
it failed.
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.

3 participants