RFR: 8290357: Drop HeapRegion::marked_bytes()

Sangheon Kim sangheki at openjdk.org
Tue Aug 2 17:33:54 UTC 2022


On Fri, 15 Jul 2022 11:06:27 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this removal of the `HeapRegion::_marked_bytes` member that records the bytes marked below tams in the recent mark as it is not really interesting in the removed places. I added comments to give reasons for this removal in the particular places for your review.
> 
> Testing: jtreg gc/g1, gha
> 
> Thanks,
>   Thomas

Looks good. 
Just minor nit regarding the remaining comment of _marked_bytes.

-------------

Marked as reviewed by sangheki (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9511


More information about the hotspot-dev mailing list