RFR: 8358735: GenShen: bug in #undef'd code in block_start() [v6]

William Kemper wkemper at openjdk.org
Thu Nov 6 18:38:08 UTC 2025


On Wed, 5 Nov 2025 02:24:11 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:

>> When scanning a range of dirty cards within the GenShen remembered set, we need to find the object that spans the beginning of the left-most dirty card.  The existing code is not reliable following class unloading.
>> 
>> The new code uses the marking context when it is available to determine the location of live objects that reside below TAMS within each region.  Above TAMS, all objects are presumed live and parsable.
>
> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert "Fixup handling of weakly marked objects in remembered set"
>   
>   This reverts commit 80198abe5d06c3532d9a43a53691376e990ed45f.

Marked as reviewed by wkemper (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/27353#pullrequestreview-3429901677


More information about the hotspot-gc-dev mailing list