RFR: 8304016: Add BitMap find_last suite of functions [v2]

Stefan Karlsson stefank at openjdk.org
Mon Mar 20 09:14:24 UTC 2023


On Sun, 19 Mar 2023 22:06:53 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Please review this change that adds functions to BitMap for finding the last
>> set/clear bit in a range.
>> 
>> Testing:
>> mach5 tier1, including new gtesting for the new functions.
>
> Kim Barrett has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - shrink find_first_bit_impl
>  - improve find_last_bit_impl

Thanks for creating this PR. As we have discussed offline, this is not my preferred code style for these functions, but I'm happy to see this functionality being upstreamed, so consider this reviewed.

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

Marked as reviewed by stefank (Reviewer).

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


More information about the hotspot-dev mailing list