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

Thomas Schatzl tschatzl at openjdk.org
Wed Nov 26 15:52:47 UTC 2025


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

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

Commit messages:
 - 8372571

Changes: https://git.openjdk.org/jdk/pull/28510/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28510&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8372571
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/28510.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28510/head:pull/28510

PR: https://git.openjdk.org/jdk/pull/28510


More information about the hotspot-runtime-dev mailing list