RFR: 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 08:06:52 GMT, Stefan Karlsson <stefank 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).

@stefank @tschatzl Thanks for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/18422#issuecomment-2014623243


More information about the hotspot-gc-dev mailing list