RFR: 8359424: Eliminate table lookup in Integer/Long toHexString [v7]

Shaojin Wen swen at openjdk.org
Fri Jan 23 01:30:31 UTC 2026


> In PR #22928, UUID introduced long-based vectorized hexadecimal to string conversion, which can also be used in Integer::toHexString and Long::toHexString to eliminate table lookups. The benefit of eliminating table lookups is that the performance is better when cache misses occur.

Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:

  from liach

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22942/files
  - new: https://git.openjdk.org/jdk/pull/22942/files/d896e365..0c487d3e

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

  Stats: 75 lines in 4 files changed: 0 ins; 58 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/22942.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22942/head:pull/22942

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


More information about the core-libs-dev mailing list