RFR: 8319376: ParallelGC: Forwarded objects found during heap inspection [v3]

Albert Mingkun Yang ayang at openjdk.org
Tue Nov 7 12:47:33 UTC 2023


On Tue, 7 Nov 2023 12:38:14 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> all references to original copies of promoted objects are updated, and therefore the original copies are dead (and can safely be skipped)

Yes; after scavenging, all pointers are correct (same value for promotion-fail and new value otherwise).

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

PR Comment: https://git.openjdk.org/jdk/pull/16494#issuecomment-1798430442


More information about the hotspot-gc-dev mailing list