RFR: 8354803: ALL_64_BITS is the same across posix platforms

Matthias Baesken mbaesken at openjdk.org
Thu Apr 17 07:35:33 UTC 2025


We have quite a lot of duplication of ALL_64_BITS
#define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF)
across posix platforms but it is the same for these platforms so it could be moved to a central place.

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

Commit messages:
 - Merge branch 'master' into JDK-8354803
 - JDK-8354803

Changes: https://git.openjdk.org/jdk/pull/24715/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24715&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8354803
  Stats: 15 lines in 5 files changed: 3 ins; 11 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24715.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24715/head:pull/24715

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


More information about the hotspot-runtime-dev mailing list