RFR: 8372571: ResourceHashTable for some AOT data structures miss placement operator when allocating
Vladimir Kozlov
kvn at openjdk.org
Tue Dec 2 16:46:00 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
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28510#pullrequestreview-3531141077
More information about the hotspot-runtime-dev
mailing list