Integrated: 8367626: Parallel: Remove ParallelCompactData::summarize_dense_prefix

Albert Mingkun Yang ayang at openjdk.org
Thu Sep 18 17:26:39 UTC 2025


On Mon, 15 Sep 2025 08:22:40 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Remove the unnecessary summary operation on dense-prefix, because the summary operation is only needed for compaction, but dense-prefix doesn't participate in compaction.
> 
> Test: tier1-5

This pull request has now been integrated.

Changeset: 14b9f53b
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/14b9f53bb376c49b73b376c6e5a4b30105358b5a
Stats:     36 lines in 2 files changed: 1 ins; 31 del; 4 mod

8367626: Parallel: Remove ParallelCompactData::summarize_dense_prefix

Reviewed-by: gli, fandreuzzi

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

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


More information about the hotspot-gc-dev mailing list