RFR: 8365264: Rename ResourceHashtable to HashTable
Johan Sjölen
jsjolen at openjdk.org
Mon Aug 11 17:32:11 UTC 2025
On Mon, 11 Aug 2025 15:57:41 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
Aha, of course I forgot about re-sorting the headers.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26729#issuecomment-3176028919
More information about the hotspot-dev
mailing list