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

Decimal Format Peephole incorrectly detecting opportunity #2398

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

klangman
Copy link
Contributor

Decimal Format Peephole was not correctly verifying that the
child of the format() call is the direct result of the
BigDecimal.{double/float}Value() call allowing for some
operations to be removed.

Signed-off-by: Kevin Langman langman@ca.ibm.com

Decimal Format Peephole was not correctly verifying that the
child of the format() call is the direct result of the
BigDecimal.{double/float}Value() call allowing for some
operations to be removed.

Signed-off-by: Kevin Langman <langman@ca.ibm.com>
@fjeremic fjeremic self-assigned this Jul 17, 2018
@fjeremic
Copy link
Contributor

Jenkins test sanity

@fjeremic
Copy link
Contributor

Windows failures due to #2129.

@fjeremic fjeremic merged commit 5958379 into eclipse-openj9:master Jul 17, 2018
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

2 participants