RFR: 8356439: Rename JavaLangAccess::*NoRepl methods [v4]
Volkan Yazici
vyazici at openjdk.org
Thu Aug 21 09:39:46 UTC 2025
On Tue, 19 Aug 2025 16:45:42 GMT, Roger Riggs <rriggs at 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
More information about the nio-dev
mailing list