RFR: 8290533: Remove G1ConcurrentMark::mark_in_bitmap(uint, HeapRegion*,oop)
Thomas Schatzl
tschatzl at openjdk.org
Tue Jul 19 13:41:24 UTC 2022
Hi all,
please review this simple change to merge the `G1ConcurrentMark::mark_in_bitmap(uint, HeapRegion*, oop)` method with the other overload as this is its only use.
Testing: local compilation
Thanks,
Thomas
-------------
Commit messages:
- Initial version
Changes: https://git.openjdk.org/jdk/pull/9556/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9556&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8290533
Stats: 7 lines in 2 files changed: 0 ins; 7 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9556.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9556/head:pull/9556
PR: https://git.openjdk.org/jdk/pull/9556
More information about the hotspot-gc-dev
mailing list