RFR: 8270059: Remove KVHashtable
Ioi Lam
iklam at openjdk.java.net
Thu Jul 8 05:46:49 UTC 2021
On Thu, 8 Jul 2021 05:11:53 GMT, David Holmes <dholmes at openjdk.org> wrote:
> 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 ??
That's because AsyncLogWriter uses ResourceHashtable and ArchiveBuilder uses ResizeableResourceHashtable. These two templates have different order for the template parameters. It will be all sorted out in https://github.com/iklam/jdk/pull/new/8270061-reorder-resource-hash-params. I will do that after this PR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4715
More information about the hotspot-dev
mailing list