RFR: 8365264: Rename ResourceHashtable to HashTable [v5]
Ioi Lam
iklam at openjdk.org
Wed Aug 13 15:57:11 UTC 2025
On Wed, 13 Aug 2025 07:47:05 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> Hi,
>>
>> This PR renames `ResourceHashtable` to `HashTable`. The "resource" part of the name isn't true anymore, it does many types of allocations. The RHT should be HT to signify that it's the default choice of hashtable in Hotspot.
>>
>> I didn't change any copyright years for this change.
>>
>> Thanks
>
> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>
> Ioi's comments
LGTM
-------------
Marked as reviewed by iklam (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26729#pullrequestreview-3116642805
More information about the serviceability-dev
mailing list