-
Notifications
You must be signed in to change notification settings - Fork 721
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
Disable countDecimalDigits transformation for AOT compilations #16273
Conversation
|
a669835
to
9521562
Compare
Tagging @jdmpapin @r30shah for review. |
See #15855 (comment) for where this issue occurs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@jdmpapin As changes are related to Idiom Recognition, can you please review this change? We are looking to get this fixed in 0.36. |
9521562
to
d3b3c24
Compare
I assume that you've verified that this still fixes #15855, but please confirm Jenkins test sanity all jdk17 |
@r30shah, please re-review |
d3b3c24
to
08c8175
Compare
Jenkins test sanity all jdk17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdmpapin good catch on the part when we would have disabled the transformation and its impact on all compilations. Change looks good to me.
08c8175
to
5509f12
Compare
Signed-off-by: Dhruv Chopra <Dhruv.C.Chopra@ibm.com>
5509f12
to
b7049bd
Compare
Jenkins test sanity all jdk17 |
I'm just checking my grinder results. There's some failures but I'm checking to make sure they are dups of another issue. |
In my ~50 job grinder I'm seeing a failure that looks similar to this issue. Java version:
OpenJ9 sha matches. Failure:
Taking a look to see why we're still seeing an issue here. |
The only other failures I saw were:
These are dups of: #15465 |
OK, thanks. I think this is a good change in any case |
Fixes #15855