-
Notifications
You must be signed in to change notification settings - Fork 232
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
8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL #2814
Conversation
👋 Welcome back mbalao! A progress list of the required criteria for merging this PR into |
@martinuy This change now passes all automated pre-integration checks. 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 6 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ 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. |
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.
Looks good to me.
|
The GHA windows-aarch64 failure at build time seems unrelated to this backport. It's a failure in wget that we also observed in Fedora 40 for some URLs. |
/approval request jdk11u is affected by this bug and would benefit from its fix. The patch does not apply cleanly but has been reviewed. |
/integrate |
Going to push as commit 8578e12.
Your commit was automatically rebased without conflicts. |
Hi,
I would like to propose a backport of 8303466 [1] to jdk11u. jdk11u can benefit from this fix and having more accurate limit type information.
The jdk17u patch does not apply cleanly because of the following:
src/hotspot/share/opto/addnode.hpp
src/hotspot/share/opto/macro.cpp
src/hotspot/share/opto/convertnode.cpp
src/hotspot/share/opto/loopTransform.cpp
In addition, the following changes were made:
C++11 lambda functions is_clamp and is_sub_con replaced with static equivalents.
nullptr replaced with NULL
No regressions observed in hotspot:tier1.
Thanks,
Martin.-
--
[1] - https://bugs.openjdk.org/browse/JDK-8303466
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2814/head:pull/2814
$ git checkout pull/2814
Update a local copy of the PR:
$ git checkout pull/2814
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2814/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2814
View PR using the GUI difftool:
$ git pr show -t 2814
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2814.diff
Webrev
Link to Webrev Comment