-
Notifications
You must be signed in to change notification settings - Fork 49
8292487: Back out the fix forJDK-8281962 from jdk19u #11
Conversation
👋 Welcome back lancea! A progress list of the required criteria for merging this PR into |
@LanceAndersen 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 5 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 |
Hm, as @simonis writes here, wouldn't it make more sense to either back it out from jdk19 or to backport the fix of JDK-8292327? The first one would really play on the safe side and the latter one would help to give some more air to the regression fix. |
Please see openjdk/jdk#9881 (comment) for the reasoning why this PR was created and targeted for 19u |
OK. So be it then. 😄 |
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.
I tend to agree with @RealCLanger for the reasons outlined in my JBS comment but in the end it's your decision.
Back out looks good.
The timing is unfortunate. If this issue has been reported a week or two earlier then we may have been able to do something for JDK 19. The 19.0.1 release is about a month after 19 GA so the regression will be short lived (assuming it gets approved for 19.0.1 of course). |
/integrate |
Going to push as commit 030ff3a.
Your commit was automatically rebased without conflicts. |
@LanceAndersen Pushed as commit 030ff3a. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
Please review this PR which reverts the fix for JDK-8281962 that unfortunately introduced a regression. The fix for the regression is being addressed via JDK-8292327.
Mach5 tiers 1-3 are currently running.
The intent is to give the fix for JDK-8292327 more time to bake in the main openjdk workspace (for JDK 20) and in the meantime revert JDK-8281962 in jdk19u.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk19u pull/11/head:pull/11
$ git checkout pull/11
Update a local copy of the PR:
$ git checkout pull/11
$ git pull https://git.openjdk.org/jdk19u pull/11/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 11
View PR using the GUI difftool:
$ git pr show -t 11
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk19u/pull/11.diff