On Wed, 7 May 2025 07:52:37 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix typo in pre-existing JavaDoc > > src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java line 332: > >> 330: * <p> >> 331: * This method throws {@code CharacterCodingException} instead of >> replacing >> 332: * when malformed input or unmappable characters are encountered. > > Do we have a JBS issue to track renaming the "no replacement" methods? The > naming has confused several people as not everyone is familiar with coding > error actions. Here, "no replacement" actually means that coding errors are > reported. Created [JDK-8356439](https://bugs.openjdk.org/browse/JDK-8356439) for this purpose. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24982#discussion_r2078269984