RFR: 8337167: StringSize deduplication
Shaojin Wen
duke at openjdk.org
Thu Jul 25 05:40:06 UTC 2024
Integer.stringSize and Long.stringSize are used not only in java.lang, but also in other places. We put stringSize in DecimalDigits to reduce duplicate code and the use of JLA.
-------------
Commit messages:
- stringSize deduplication
Changes: https://git.openjdk.org/jdk/pull/20322/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20322&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8337167
Stats: 99 lines in 8 files changed: 32 ins; 57 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/20322.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20322/head:pull/20322
PR: https://git.openjdk.org/jdk/pull/20322
More information about the core-libs-dev
mailing list