[jdk24] RFR: 8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
Vladimir Kozlov
kvn at openjdk.org
Mon Feb 3 18:58:47 UTC 2025
On Mon, 3 Feb 2025 18:41:44 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I please get a review of this backport of https://github.com/openjdk/jdk/pull/23420 into jdk24?
>
> This proposes to bring in those same backouts into `jdk24` to prevent the issue noted in that PR description. jdk24 is in rampdown and this backport will require an approval. A approval request has been raised in https://bugs.openjdk.org/browse/JDK-8349183?focusedId=14746841&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14746841.
>
> This backport into jdk24 wasn't clean due to a trivial merge conflict in `StringLatin1.java` file. That merge conflict was manually resolved (just like it was done against mainline). The git commands used to create this backport against jdk24 branch are:
>
>
> <checkout fresh jdk24 branch>
> git cherry-pick --no-commit 618c5eb27b4c719afd577b690e6bcb21a45fcb0d
> <resolve merge conflict in StringLatin1.java>
> git commit -m 'Backport 618c5eb27b4c719afd577b690e6bcb21a45fcb0d'
>
>
> tier1, tier2 and tier3 testing is currently in progress with this change.
@jaikiran You need to get approval for JDK 24 backport.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23425#issuecomment-2631808683
More information about the core-libs-dev
mailing list