RFR: 8233380: CHT: Node allocation and freeing

Ivan Walulya iwalulya at openjdk.java.net
Tue May 18 08:37:44 UTC 2021


On Tue, 18 May 2021 08:30:41 GMT, Thomas Schatzl <tschatzl 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.

Thanks @tschatzl

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

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


More information about the hotspot-dev mailing list