RFR: 8287215: Add method to scan bitmap backwards [v2]
Thomas Schatzl
tschatzl at openjdk.java.net
Tue May 24 17:59:50 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:
Fix documentation
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8869/files
- new: https://git.openjdk.java.net/jdk/pull/8869/files/84780076..03586c59
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8869&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8869&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 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