Integrated: 8330006: Serial: Extract out ContiguousSpace::block_start_const

Guoxiong Li gli at openjdk.org
Fri Apr 12 07:32:50 UTC 2024


On Wed, 10 Apr 2024 13:10:50 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch moves the method `ContiguousSpace::block_start_const` to `DefNewGeneration` (note: not the parent class `Generation`) and moves the method `TenuredSpace::block_start_const` to `TenuredGeneration`. These two methods don't need  the same signature so I don't add a virtual method to the parent class `Generation`.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: c7fcd623
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c7fcd62302a4b70214e4aea7052e661a2aa9b03b
Stats:     93 lines in 7 files changed: 35 ins; 43 del; 15 mod

8330006: Serial: Extract out ContiguousSpace::block_start_const

Reviewed-by: ayang, tschatzl

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

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


More information about the hotspot-gc-dev mailing list