RFR: 8333893: Optimization for StringBuilder append boolean & null [v4]

Claes Redestad redestad at openjdk.org
Wed Jun 26 14:42:16 UTC 2024


On Tue, 25 Jun 2024 17:19:28 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> I filed:
> 
> [JDK-8335113](https://bugs.openjdk.org/browse/JDK-8335113): C2 MergeStores: allow merging of putChar and other larger stores on smaller array elements

Great! Should we hold off on this optimization and see if we can avoid the need for `Unsafe` here - or go ahead integrating this PR and leave it to JDK-8335113 to revert any no-longer-needed changes made here?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19626#issuecomment-2191878373


More information about the core-libs-dev mailing list