RFR: 8366017: Extend the set of inputs handled by fast paths in FloatingDecimal

Raffaello Giulietti rgiulietti at openjdk.org
Tue Oct 14 17:57:06 UTC 2025


Yet another step in modernizing `FloatingDecimal`s floating-point parsing.

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

Commit messages:
 - More complete benchmarks.
 - JMH benchmarks.
 - Adapted tests to more restricted access.
 - Merge branch 'master' into 8366017
 - Many simplifications.
 - Minors.
 - Various enhancements.
 - Simplified full precision.
 - Increase powers of 5 cache by 1.
 - Merge branch 'master' into 8366017
 - ... and 20 more: https://git.openjdk.org/jdk/compare/6d1529cd...5a4d7a6e

Changes: https://git.openjdk.org/jdk/pull/26990/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26990&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8366017
  Stats: 2933 lines in 7 files changed: 747 ins; 1427 del; 759 mod
  Patch: https://git.openjdk.org/jdk/pull/26990.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26990/head:pull/26990

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


More information about the core-libs-dev mailing list