On Tue, 5 Nov 2024 15:29:39 GMT, Shaojin Wen wrote:
> Reuse the optimized putCharsAt method of StringLatin1 and StringUTF16 in PR
> #19626 to simplify the code, eliminate boundary checks, and improve
> performance
Looks good. Tier 1-3 tests pass.
-
Marked as reviewed by liach (R
Reuse the optimized putCharsAt method of StringLatin1 and StringUTF16 in PR
#19626 to simplify the code, eliminate boundary checks, and improve performance
-
Commit messages:
- use StringLatin1::putCharsAt and StringUTF16::putCharsAt
Changes: https://git.openjdk.org/jdk/pull/21907/