RFR: 8365264: Rename ResourceHashtable to HashTable [v4]

Albert Mingkun Yang ayang at openjdk.org
Tue Aug 12 19:24:15 UTC 2025


On Tue, 12 Aug 2025 12:02:13 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:
> 
>   Found the instructions for how to run the script in the error log

Marked as reviewed by ayang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26729#pullrequestreview-3112432948


More information about the hotspot-dev mailing list