RFR: 8367339: Parallel: Remove PSScavenge::should_scavenge
Albert Mingkun Yang
ayang at openjdk.org
Thu Sep 11 11:25:53 UTC 2025
On Wed, 10 Sep 2025 14:03:20 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Removing (inlining) a compound method that performs two independent things, loading the obj from a location and checking whether the object belongs to young-gen. Existing callers are changed to use more fine-grained methods, which are more transparent and readable in their context.
>
> Test: tier1-3
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27193#issuecomment-3280042024
More information about the hotspot-gc-dev
mailing list