Withdrawn: 8333893: Optimization for StringBuilder append boolean & null
duke
duke at openjdk.org
Sat Sep 21 06:44:44 UTC 2024
On Mon, 10 Jun 2024 12:12:58 GMT, Shaojin Wen <swen at openjdk.org> wrote:
> After PR https://github.com/openjdk/jdk/pull/16245, C2 optimizes stores into primitive arrays by combining values into larger stores.
>
> This PR rewrites the code of appendNull and append(boolean) methods so that these two methods can be optimized by C2.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/19626
More information about the core-libs-dev
mailing list