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

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


On Mon, 3 Mar 2025 21:50:38 GMT, Ioi Lam <iklam 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.

This pull request has now been integrated.

Changeset: b6e2d66c
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b6e2d66cc4c100d6604ce3edd25e04d459ed1ef1
Stats:     16 lines in 3 files changed: 0 ins; 3 del; 13 mod

8351087: Combine scratch object tables in heapShared.cpp

Reviewed-by: ccheung

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

PR: https://git.openjdk.org/jdk/pull/23876


More information about the hotspot-runtime-dev mailing list