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

Stefan Karlsson stefank at openjdk.org
Thu Mar 21 08:09:19 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

Marked as reviewed by stefank (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/18422#pullrequestreview-1951093423


More information about the hotspot-gc-dev mailing list