RFR: 8372571: ResourceHashTable for some AOT data structures miss placement operator when allocating
Johan Sjölen
jsjolen at openjdk.org
Tue Dec 2 13:46:02 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
Marked as reviewed by jsjolen (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28510#pullrequestreview-3530216802
More information about the hotspot-runtime-dev
mailing list