RFR: 8292384: Convert AdapterHandlerTable to ResourceHashtable
Coleen Phillimore
coleenp at openjdk.org
Tue Aug 16 16:04:14 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.
Thank you for reviewing this, Harold. I removed the mtCode instantiation in hashtable.cpp. There are a few leftovers from other things that have been removed, that I'll delete in a separate change.
-------------
PR: https://git.openjdk.org/jdk/pull/9885
More information about the hotspot-dev
mailing list