RFR: 8292384: Convert AdapterHandlerTable to ResourceHashtable

Harold Seigel hseigel at openjdk.org
Tue Aug 16 14:09:13 UTC 2022


On Tue, 16 Aug 2022 02:14:41 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> The adapter handler table was a Hashtable, and has been converted to Resourcehashtable, without any complications.
> Tested with tier1-3 (4-7) previously with other changes.

The changes look good.  Thanks for doing this.
Perhaps you should remove its instantiation (template class BasicHashtableEntry<mtCode>;) from hashtable.cpp.

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

Marked as reviewed by hseigel (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9885


More information about the hotspot-dev mailing list