Integrated: 8233380: CHT: Node allocation and freeing

Ivan Walulya iwalulya at openjdk.java.net
Wed May 19 08:04: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

This pull request has now been integrated.

Changeset: 70f6c670
Author:    Ivan Walulya <iwalulya at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/70f6c67051135ff1d9994089b88d8ea630932046
Stats:     75 lines in 7 files changed: 23 ins; 7 del; 45 mod

8233380: CHT: Node allocation and freeing

Reviewed-by: rehn, tschatzl

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

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


More information about the hotspot-dev mailing list