Re: RFR: 8343650: Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt

2024-11-10 Thread Chen Liang
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

RFR: 8343650: Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt

2024-11-05 Thread Shaojin Wen
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/