8279833: Loop optimization issue in String.encodeUTF8_UTF16 #99
Conversation
Reviewed-by: shade, alanb
|
This backport pull request has now been updated with issue from the original commit. |
@cl4es 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 no new commits pushed to the
|
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
(This a backport but is using the mainline bug number; already resolved).
Thanks!
I think that's intentional? I entered "Backport COMMITHASH" as the PR subject as per instructions and the bots have taken things from there. |
Yes, it's both intentional and necessary. We only use the JBS bug ID of the main bug, and never the JBS ID of the backport record (presuming the latter is even created ahead of time, which it usually isn't) in pull requests, commit messages, etc. |
Thanks for confirming, @kevinrushforth 👍🏽 While creating the backport bug manually isn't strictly necessary, the bots seem to do the right thing if it exists, so I've taken up the (bad?) habit of creating it manually to keep a tab on my current tasks and intents. |
/integrate |
Going to push as commit ff85659. |
I do that too in some cases, and for the same reason. The only potential downside is if you create a concrete version for a specific update release and it misses that one and hits the next one, but for that case you can use |
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/99/head:pull/99
$ git checkout pull/99
Update a local copy of the PR:
$ git checkout pull/99
$ git pull https://git.openjdk.java.net/jdk18 pull/99/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 99
View PR using the GUI difftool:
$ git pr show -t 99
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/99.diff