Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to reduce duplication
HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16
Putting these two methods into DecimalDigits can avoid the need to expose them in JavaLangAccess
Eliminate duplicate code in BigDecimal
HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16
Putting these two methods into DecimalDigits can avoid the need to expose them in JavaLangAccess
Eliminate duplicate code in BigDecimal
- relates to
-
JDK-8343925 [BACKOUT] JDK-8342650 Move getChars to DecimalDigits
- Resolved
- links to
-
Commit(master) openjdk/jdk/e1d684c6
-
Review(master) openjdk/jdk/21593