> 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 four additional commits since the last revision: - Merge remote-tracking branch 'origin/master' into JDK-8384082 - 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/d322aa77..6523ae5f Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=02-03 Stats: 91134 lines in 1252 files changed: 78159 ins; 6748 del; 6227 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
