RFR: 8358735: GenShen: bug in #undef'd code in block_start() [v2]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Oct 3 00:21:11 UTC 2025
> 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:
fix idiosyncratic formatting
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27353/files
- new: https://git.openjdk.org/jdk/pull/27353/files/76979421..668e8615
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27353&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27353&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/27353.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27353/head:pull/27353
PR: https://git.openjdk.org/jdk/pull/27353
More information about the hotspot-gc-dev
mailing list