RFR: 8287215: Add method to scan bitmap backwards [v5]
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Jun 1 09:29:41 UTC 2022
On Mon, 30 May 2022 13:31:29 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hi all,
>>
>> can I have reviews for this change that adds a method to scan bitmaps backwards? This functionality is necessary for upcoming change to remove on of the mark bitmaps [JDK-8210708](https://bugs.openjdk.java.net/browse/JDK-8210708).
>>
>> As such this is only an addition of that functionality with no reference (apart from the gtest) from Hotspot itself.
>>
>> Testing: gtest
>>
>> Thanks,
>> Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>
> kbarrett review
I am withdrawing this change because during review of the change that used this API we found that it is not necessary any more.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8869
More information about the hotspot-dev
mailing list