> Please consider this fix to the handling of word boundaries (`\b`) with > non-spacing marks with non-BMP base characters, when > `UNICODE_CHARACTER_CLASS` is not set. > > See discussion in [JDK-8384082](https://bugs.openjdk.org/browse/JDK-8384082). > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Liam Miller-Cushon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision: - Merge remote-tracking branch 'origin/master' into JDK-8384082 - 8384137: Regex \b handling of non-spacing marks without UNICODE_CHARACTER_CLASS - 8384082: Incorrect surrogate handling in Pattern.hasBaseCharacter for word boundaries ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31067/files - new: https://git.openjdk.org/jdk/pull/31067/files/91586477..d322aa77 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=01-02 Stats: 187492 lines in 3529 files changed: 67259 ins; 103908 del; 16325 mod Patch: https://git.openjdk.org/jdk/pull/31067.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31067/head:pull/31067 PR: https://git.openjdk.org/jdk/pull/31067
