RFR: 8306930: Incorrect assert in BitMap::count_one_bits
Kim Barrett
kbarrett at openjdk.org
Tue May 9 21:39:22 UTC 2023
On Tue, 9 May 2023 16:03:39 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> 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.
Agreed. idx_t is overused in various ways. I've got some cleanups somewhat in progress for that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13887#issuecomment-1540923782
More information about the hotspot-dev
mailing list