RFR: 8356439: Rename JavaLangAccess::*NoRepl methods [v6]

Volkan Yazici vyazici at openjdk.org
Fri Aug 22 13:26:37 UTC 2025


> `NoRepl`-suffixed `String` methods denote methods that do not replace invalid characters, but throw `CharacterCodingException` on encounter. This behavior cannot easily be derived from the method footprints, has been a source of confusion for maintainers, and is not uniformly adopted, e.g., `newStringUTF8NoRepl()` and `getBytesUTF8NoRepl()` does *not* throw `CCE`. This PR replaces the `NoRepl` suffix with `NoReplacement` in method names and consistently uses `throws CCE` in method footprints.

Volkan Yazici has updated the pull request incrementally with five additional commits since the last revision:

 - Renamed to `malformedASCII`
 - Improve exception parametrization
 - Document parametrization on the exception type
 - Avoid using links in the Javadoc title line
 - Rename `NoReplTest` and fix its copyright year

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26413/files
  - new: https://git.openjdk.org/jdk/pull/26413/files/7af0f351..a73b446a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26413&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26413&range=04-05

  Stats: 54 lines in 3 files changed: 10 ins; 0 del; 44 mod
  Patch: https://git.openjdk.org/jdk/pull/26413.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26413/head:pull/26413

PR: https://git.openjdk.org/jdk/pull/26413


More information about the security-dev mailing list