On Sun, 1 Feb 2026 12:55:29 GMT, Tatsunori Uchino <[email protected]> wrote:

>> Adds `codePointCount()` overloads to `String`, `Character`, 
>> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to 
>> conveniently retrieve the length of a string as code points without extra 
>> boundary checks.
>> 
>> 
>> if (superTremendouslyLongExpressionYieldingAString().codePointCount() > 
>> limit) {
>>     throw new Exception("exceeding length");
>> }
>> 
>> 
>> Is a CSR required to this change?
>
> Tatsunori Uchino has updated the pull request incrementally with two 
> additional commits since the last revision:
> 
>  - Add comment
>  - Fix logic error

Oh, it's just a timeout on some special build configuration. It is sometimes 
due to GitHub Actions machines being not powerful enough. You can safely ignore 
that.

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

PR Comment: https://git.openjdk.org/jdk/pull/26461#issuecomment-3831183326

Reply via email to