RFR: 8334445: Parallel: Decouple maximum compaction from SoftReference clearing [v3]

Liang Mao lmao at openjdk.org
Mon Jul 8 02:43:33 UTC 2024


On Tue, 2 Jul 2024 09:05:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Simple refactoring to not assume maximum-compaction from soft-ref-clearing.
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Merge branch 'master' into pgc-max-compact
>  - Merge branch 'master' into pgc-max-compact
>  - pgc-max-compact

src/hotspot/share/gc/parallel/psParallelCompact.hpp line 741:

> 739:   static void fill_dense_prefix_end(SpaceId id);
> 740: 
> 741:   static void summary_phase();

After this change, will the clear-soft-refs full gc become non-maximum from maximum compact and affect the current behavior?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19763#discussion_r1666604339


More information about the hotspot-gc-dev mailing list