RFR: 8270059: Remove KVHashtable

David Holmes dholmes at openjdk.java.net
Thu Jul 8 05:14:46 UTC 2021


On Thu, 8 Jul 2021 04:18:22 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> There are now only 2 uses of KVHashtable in the HotSpot code. They can be easily rewritten to use ResourceHashtable and ResizeableResourceHashtable.

Hi Ioi,

This seems okay to me. One query: why did the AsyncLogWriter usage have to specify all 7 template parameters when the ArchiveBuilder usage didn't ??

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4715


More information about the hotspot-dev mailing list