RFR: 8233380: CHT: Node allocation and freeing

Ivan Walulya iwalulya at openjdk.java.net
Tue May 18 07:17:39 UTC 2021


On Tue, 18 May 2021 07:12:23 GMT, Robbin Ehn <rehn 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!

Thanks @robehn

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

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


More information about the hotspot-dev mailing list