RFR: 8351087: Combine scratch object tables in heapShared.cpp

Ioi Lam iklam at openjdk.org
Tue Mar 4 05:26:01 UTC 2025


On Mon, 3 Mar 2025 22:41:22 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Please review this trivial change. The two tables `_scratch_java_mirror_table` and `_scratch_references_table` are always disjoint. So we can simply combine them into a single table.
>> 
>> I am running tiers 1-5 for sanity sake.
>
> LGTM and the fix seems trivial.

Thanks @calvinccheung for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/23876#issuecomment-2696242723


More information about the hotspot-runtime-dev mailing list