RFR: 8348880: Replace ConcurrentMap with AtomicReferenceArray for ZoneOffset.QUARTER_CACHE [v7]

Shaojin Wen swen at openjdk.org
Wed Jan 29 06:39:38 UTC 2025


> ZoneOffset.MINUTES_15_CACHE uses AtomicReferenceArray to replace ConcurrentMap to avoid object allocation caused by boxing from int to Integer during access.

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

  simplify test

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23337/files
  - new: https://git.openjdk.org/jdk/pull/23337/files/4858b0f3..e99d2627

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

  Stats: 23 lines in 1 file changed: 0 ins; 15 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/23337.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23337/head:pull/23337

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


More information about the core-libs-dev mailing list