Integrated: 8372571: ResourceHashTable for some AOT data structures miss placement operator when allocating
Thomas Schatzl
tschatzl at openjdk.org
Wed Dec 3 08:11:09 UTC 2025
On Wed, 26 Nov 2025 15:41:25 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this cleanup adding two missing placement operators when allocating `ResizeableHashTable`s during AOT dumping. Both table instances are clearly meant to be accessible as they are assigned to static members and accessed outside of the method creating them.
>
> There is no problematic `ResourceMark` though, so there should be no current impact.
>
> Testing: gha
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 2139c8c6
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2139c8c6e6e5c5f2c64ed3ad9ad8bd148a86efae
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8372571: ResourceHashTable for some AOT data structures miss placement operator when allocating
Reviewed-by: aboldtch, jsjolen, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/28510
More information about the hotspot-runtime-dev
mailing list