Integrated: 8365557: Parallel: Refactor ParallelScavengeHeap::mem_allocate_work

Albert Mingkun Yang ayang at openjdk.org
Tue Sep 2 12:49:55 UTC 2025


On Thu, 14 Aug 2025 14:48:17 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Extract out multi-thread-safe old-gen allocation API call outside the critical-region to streamline the flow in `mem_allocate_work`.
> 
> Test: tier1-3

This pull request has now been integrated.

Changeset: 1feb9bd5
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1feb9bd55946cad8a37745b0c9ceef16f408afd8
Stats:     47 lines in 2 files changed: 14 ins; 27 del; 6 mod

8365557: Parallel: Refactor ParallelScavengeHeap::mem_allocate_work

Reviewed-by: tschatzl, iwalulya

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

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


More information about the hotspot-gc-dev mailing list