-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8343925: [BACKOUT] JDK-8342650 Move getChars to DecimalDigits #22012
Conversation
This reverts commit e1d684c.
👋 Welcome back swen! A progress list of the required criteria for merging this PR into |
@wenshao 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 |
@wenshao The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
It has been verified that it is caused by unsafe offset overflow. The problem has been reproduced and fixed. I submitted PR #22014. Would you consider fixing it this way? |
Changes in this area need to be very carefully reviewed and tested. I think continue with the current plan to blackout the original change and seek wider review and testing for the REDO. Chen is testing the blackout now. |
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 have verified that this backout matches a git revert
of the commit that introduced the change in https://bugs.openjdk.org/browse/JDK-8342650. So on that front, this backout looks OK to me.
Alan has noted that Chen is running some tests with this backout. So please wait for that review, before integrating.
/reviewers 2
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.
Thanks for the BACKOUT, looks right.
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.
CI results look good.
/integrate |
Going to push as commit b0a371b.
Your commit was automatically rebased without conflicts. |
8343925 Feedback PR #21593 test/jdk/java/util/BitSet/HugeToString.java crash,
I can't reproduce the problem on a MacBook M1 Max, but I agree that more testing is needed, so let's roll it back first.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22012/head:pull/22012
$ git checkout pull/22012
Update a local copy of the PR:
$ git checkout pull/22012
$ git pull https://git.openjdk.org/jdk.git pull/22012/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22012
View PR using the GUI difftool:
$ git pr show -t 22012
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22012.diff
Using Webrev
Link to Webrev Comment