> Some codes in core libs are duplicated, including:
> java.util.DecimalDigits::DIGITS -> java.lang.StringLatin1.PACKED_DIGITS
> java.util.DecimalDigits::size -> java.lang.Long.stringSize
> 
> We can reduce duplication through JavaLangAccess, which is also needed in 
> other places, such as:
> https://github.com/openjdk/jdk/pull/15555

温绍锦 has updated the pull request incrementally with one additional commit since 
the last revision:

  move java.lang.StringLatin1::getChars to 
jdk.internal.util.DecimalDigits::getCharsLatin1

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15651/files
  - new: https://git.openjdk.org/jdk/pull/15651/files/ebcecc34..b4fe2aa1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15651&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15651&range=05-06

  Stats: 119 lines in 6 files changed: 0 ins; 111 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/15651.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15651/head:pull/15651

PR: https://git.openjdk.org/jdk/pull/15651

Reply via email to