RFR: 8372571: ResourceHashTable for some AOT data structures miss placement operator when allocating

Thomas Schatzl tschatzl at openjdk.org
Wed Nov 26 15:52:48 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

That failing test looks like a compiler issue, not related.

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

PR Comment: https://git.openjdk.org/jdk/pull/28510#issuecomment-3581975822


More information about the hotspot-runtime-dev mailing list