> 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.
Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision: fix from @AlanBateman 's review ------------- Changes: - all: https://git.openjdk.org/jdk/pull/16209/files - new: https://git.openjdk.org/jdk/pull/16209/files/cc3bc9ed..f7023991 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=16209&range=04 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16209&range=03-04 Stats: 8 lines in 1 file changed: 0 ins; 6 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/16209.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16209/head:pull/16209 PR: https://git.openjdk.org/jdk/pull/16209