RFR: 8333833: UUID toString removes the use of ByteArrayLittleEndian [v5]

Shaojin Wen duke at openjdk.org
Sun Jun 9 07:22:39 UTC 2024


> After PR #16245, C2 optimizes stores into primitive arrays by combining values ​​into larger stores. In the UUID.toString method, ByteArrayLittleEndian can be removed, making the code more elegant and faster.

Shaojin Wen has updated the pull request incrementally with two additional commits since the last revision:

 - rename putHex4 to put4
 - update copy right year

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19610/files
  - new: https://git.openjdk.org/jdk/pull/19610/files/7628536f..5696288f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19610&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19610&range=03-04

  Stats: 11 lines in 2 files changed: 0 ins; 0 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/19610.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19610/head:pull/19610

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


More information about the core-libs-dev mailing list