RFR: 8233380: CHT: Node allocation and freeing

Thomas Schatzl tschatzl at openjdk.java.net
Tue May 18 08:33:38 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

Lgtm.

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

Marked as reviewed by tschatzl (Reviewer).

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


More information about the hotspot-dev mailing list