On Mon, 11 Aug 2025 15:57:41 GMT, Johan Sjölen <jsjo...@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 This pull request has now been integrated. Changeset: 4680dc98 Author: Johan Sjölen <jsjo...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4680dc983169d48fcf83eb50dc60e32e79d5d976 Stats: 2233 lines in 71 files changed: 1058 ins; 1059 del; 116 mod 8365264: Rename ResourceHashtable to HashTable Reviewed-by: iklam, ayang ------------- PR: https://git.openjdk.org/jdk/pull/26729