Integrated: 8328671: Mark `allocate_new_tlab` and `unsafe_max_tlab_alloc` of `CollectedHeap` as `pure virtual`

Guoxiong Li gli at openjdk.org
Fri Mar 22 08:46:24 UTC 2024


On Thu, 21 Mar 2024 07:56:41 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch marks the methods `CollectedHeap::allocate_new_tlab` and `CollectedHeap::unsafe_max_tlab_alloc` as `pure virtual`. Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: e669d14d
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e669d14d4789f0047e8ef2112798f92ed28b31ca
Stats:     12 lines in 2 files changed: 0 ins; 10 del; 2 mod

8328671: Mark `allocate_new_tlab` and `unsafe_max_tlab_alloc` of `CollectedHeap` as `pure virtual`

Reviewed-by: stefank, tschatzl

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

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


More information about the hotspot-gc-dev mailing list