RFR: 8335007: Inline OopMapCache table [v2]

Aleksey Shipilev shade at openjdk.org
Thu Jun 27 08:29: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

This is also fine.

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-runtime-dev mailing list