RFR: 8233380: CHT: Node allocation and freeing

Robbin Ehn rehn at openjdk.java.net
Tue May 18 07:17:39 UTC 2021


On Tue, 18 May 2021 06:50:23 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> Hi all,
> 
> Please review this change to pass an allocator ("context") instance to the CHT at initialization instead of relying on the static configuration. The allocator instance is passed down to the allocate/free_node methods making it easier to use Arena-style allocators in the CHT.
> 
> Testing: tier1-3

Looks okay!

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

Marked as reviewed by rehn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4081


More information about the hotspot-dev mailing list