> Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to > reduce duplication > > 1. HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16 > 2. Putting these two methods into DecimalDigits can avoid the need to expose > them in JavaLangAccess > 3. Eliminate duplicate code in BigDecimal
Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision: remove comments, from @liach ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21593/files - new: https://git.openjdk.org/jdk/pull/21593/files/73b32004..e97138db Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21593&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21593&range=01-02 Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/21593.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21593/head:pull/21593 PR: https://git.openjdk.org/jdk/pull/21593