On Mon, 16 Oct 2023 22:27:34 GMT, Shaojin Wen <d...@openjdk.org> wrote:
> When calling String::newStringNoRepl and String::getBytesNoRepl, we need to > use try...catch to handle CharacterCodingException and throw > IllegalArgumentException instead of CharacterCodingException to make the > calling code cleaner. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/16209