RFR: 8295402: G1: Tighten assertion in G1ScanHRForRegionClosure::scan_heap_roots
Albert Mingkun Yang
ayang at openjdk.org
Wed Oct 26 09:23:20 UTC 2022
On Mon, 17 Oct 2022 10:10:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple change of asserting the to-be-scanned card is strictly dirty.
>
> Test: tier1-6
I think `#ifdef` is more visible than `debug_only`, enabling people to skip debug-only code quickly.
Thanks for the review.
-------------
PR: https://git.openjdk.org/jdk/pull/10725
More information about the hotspot-gc-dev
mailing list