RFR: 8306930: Incorrect assert in BitMap::count_one_bits

Stefan Karlsson stefank at openjdk.org
Tue May 9 16:06:52 UTC 2023


On Tue, 9 May 2023 13:50:13 GMT, Fredrik Bredberg <duke at openjdk.org> wrote:

> 8306930: Incorrect assert in BitMap::count_one_bits

Looks good.

It's a bit odd that these counting functions return an idx_t, which I think should be used for indices and not counts, IIUC.

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

Marked as reviewed by stefank (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13887#pullrequestreview-1418985084


More information about the hotspot-dev mailing list