Integrated: 8298725: Add BitMap support for reverse iteration
Kim Barrett
kbarrett at openjdk.org
Fri Mar 24 18:22:31 UTC 2023
On Wed, 22 Mar 2023 22:51:05 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this addition of BitMap::reverse_iterate, which is like
> BitMap::iterate but visits the set bits in a range from high index to low.
>
> Testing:
> mach5 tier1, which includes running the updated gtests on all Oracle-supported
> platform
This pull request has now been integrated.
Changeset: 501b6068
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/501b606816e73e4e2356b3ac218720d8fbae9860
Stats: 140 lines in 3 files changed: 116 ins; 13 del; 11 mod
8298725: Add BitMap support for reverse iteration
Reviewed-by: stefank, aboldtch, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/13151
More information about the hotspot-dev
mailing list