8314319: LogCompilation doesn't reset lateInlining when it encounters a failure.#3545
8314319: LogCompilation doesn't reset lateInlining when it encounters a failure.#3545satyenme wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back ssubramaniam! A progress list of the required criteria for merging this PR into |
|
@satyenme 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 6 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. |
|
|
Webrevs
|
|
/approval request for backport. One line fix to address issue where compilation encounters a failure after it processes '<late_inline>' tag, and, in cases where the C2 compiler retries after tweaking options, it omits subsume_load Risk: Low. Tip change was merged in September 2023 and PR adds a test to confirm functionality. Testing:
|
|
Hi @satyenme |
|
I remove the label in the meantime. |
|
Thanks for following up, lost track of this, but think it's still worth proceeding with - I've merged head, reran testing and will add another approval request. |
|
/approval request for backport. One line fix to address issue where compilation encounters a failure after it processes '<late_inline>' tag, and, in cases where the C2 compiler retries after tweaking options, it omits subsume_load Risk: Low. Tip change was merged in September 2023 and PR adds a test to confirm functionality. Touches logCompilation, but is a one line change, easy to reason through. Testing:
|
|
/integrate |
|
Going to push as commit aabe830.
Your commit was automatically rebased without conflicts. |
Backporting JDK-8314319: LogCompilation doesn't reset lateInlining when it encounters a failure. Fixes issue where compilation encounters a failure after it processes '<late_inline>' tag, and, in cases where the C2 compiler retries after tweaking options it omits subsume_load. Adds test. Ran GHA Sanity Checks, local Tier 1 and 2 tests. Patch is clean.
Progress
Warning
8314319: LogCompilation doesn't reset lateInlining when it encounters a failure.Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3545/head:pull/3545$ git checkout pull/3545Update a local copy of the PR:
$ git checkout pull/3545$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3545/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3545View PR using the GUI difftool:
$ git pr show -t 3545Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3545.diff
Using Webrev
Link to Webrev Comment