RFR: JDK-8304539: Cleanup utilities/{count_leading_zeros, count_trailing_zeros, population_count}.hpp [v12]

Justin King jcking at openjdk.org
Fri Mar 24 23:10:09 UTC 2023


> As the title says, cleanup the mentioned headers. This is similar to `byteswap.hpp` and removes the extraneous `#ifdef` for XLC since it is really just Clang now.

Justin King has updated the pull request incrementally with one additional commit since the last revision:

  _CountOneBits is broken on Visual Studio before 2022
  
  Signed-off-by: Justin King <jcking at google.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13103/files
  - new: https://git.openjdk.org/jdk/pull/13103/files/167781b9..668fb06e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13103&range=11
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13103&range=10-11

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

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


More information about the hotspot-runtime-dev mailing list