On Tue, 19 Aug 2025 16:45:42 GMT, Roger Riggs <rri...@openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove redundant type parameters > > src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java line 361: > >> 359: * @throws CharacterCodingException For malformed input or >> unmappable characters >> 360: */ >> 361: String newStringUTF8NoReplacement(byte[] bytes, int offset, int >> length) throws CharacterCodingException; > > This method is only used by ZipCoder and could be refactored to use > `uncheckedNewStringNoReplacement` as in > PR#https://github.com/openjdk/jdk/pull/26822. > It is a refactoring cleanup not directly related to renaming the NoRepl > methods. Thanks so much for the donation! Picked up #26831 and #26822 changes in the f753389 merge commit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26413#discussion_r2290474619