-
Notifications
You must be signed in to change notification settings - Fork 150
8358534: Bailout in Conv2B::Ideal when type of cmp input is not supported #1904
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
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
/approval request Fixes the regression caused by the optimization added in JDK 21. While the patch is fairly recent, its risk is low, as it just skips the optimization in the case where the alternative is compiler crash. This crash is seen in real world. Applies cleanly. All testing passes. |
JohnTortugo
left a comment
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
|
/approve yes |
|
@jerboaa |
|
Push approval granted. Here goes. /integrate |
|
Going to push as commit f55ff01.
Your commit was automatically rebased without conflicts. |
|
Hi @shipilev, sorry to bother you but I see that since this PR was merged, jdk-21.0.8+9 was released, but I don't see the corresponding commit in that tag. I feel like I'm missing something but shouldn't it have been included in it? Thanks for your help! |
|
@victornoel -- I cannot see your reply, bots asked you something :) |
|
Done, thx for the heads up because I didn't get notified 😅 |
Yes. The bug is fixed in |
|
Ah, OK, I see the comment now. So the answer is simple: the fix went into 21u on June 23, this is way past the stabilization cutoff for 21.0.8 (July 2025) release. The fix would normally be in 21.0.9 (Oct 2025). In retrospect, we could have requested a critical approval for July 2025 release, but there is not a solid chance it would have been accepted. |
|
Ah ! Thank you both for the explanation, I better understand now (should have thought about double checking the bug itself!). Thanks again for the fix, I will patiently wait then :) Cheers! |
Clean bailout from the optimization added in JDK 21. While the patch is fairly recent, it does not come with elevated risk, as it just skips the optimization in the case where the alternative is compiler crash. This crash is seen in real world: adoptium/adoptium-support#1191
Additional testing:
allProgress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1904/head:pull/1904$ git checkout pull/1904Update a local copy of the PR:
$ git checkout pull/1904$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1904/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1904View PR using the GUI difftool:
$ git pr show -t 1904Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1904.diff
Using Webrev
Link to Webrev Comment