Withdrawn: 8350722: Serial GC: Remove duplicate logic for detecting pointers in young gen
Saint Wesonga
duke at openjdk.org
Mon Apr 7 05:45:54 UTC 2025
On Wed, 26 Feb 2025 06:54:19 GMT, Saint Wesonga <duke at openjdk.org> wrote:
> Checking whether a pointer is in the young generation is currently done by comparing the pointer to the end of the young generation reserved space. The duplication of these checks in various places complicates any changes the layout of the young generation since all these locations need to be updated. This PR replaces the duplicated logic with the DefNewGeneration::is_in_reserved method.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/23792
More information about the hotspot-gc-dev
mailing list