On Mon, 19 Sep 2022 19:01:57 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Fixing JCK failures caused by the new grapheme implementation. The length of > a CharSequence should return the `endIndex`, not `endIndex - beginIndex`. Marked as reviewed by joehw (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10349