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`. This pull request has now been integrated. Changeset: e3358e77 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e3358e77f524f4d448c2ebb7c5afd0aa432f0d44 Stats: 18 lines in 2 files changed: 16 ins; 0 del; 2 mod 8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException Reviewed-by: joehw, smarks ------------- PR: https://git.openjdk.org/jdk/pull/10349