RFR: 8287215: Add method to scan bitmap backwards [v3]
Thomas Schatzl
tschatzl at openjdk.java.net
Wed May 25 10:11:51 UTC 2022
> 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:
Minor simplification
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8869/files
- new: https://git.openjdk.java.net/jdk/pull/8869/files/03586c59..721d2eb4
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8869&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8869&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/8869.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8869/head:pull/8869
PR: https://git.openjdk.java.net/jdk/pull/8869
More information about the hotspot-dev
mailing list