RFR: 8335007: Inline OopMapCache table [v2]

Stefan Karlsson stefank at openjdk.org
Thu Jun 27 09:26:10 UTC 2024


On Thu, 27 Jun 2024 06:32:23 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> OopMapCache uses a (closed hashing) table. The table is C-heap allocated. OopMapCache itself is also C-heap allocated. Since table size is fixed, we can just inline the table to OopMapCache and save one unnecessary pointer-hop on lookup.
>
> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review feedback

Looks good. Thanks!

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

Marked as reviewed by stefank (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19882#pullrequestreview-2144775942


More information about the hotspot-runtime-dev mailing list