RFR: 8290370: Convert SymbolPropertyTable to ResourceHashtable [v4]
Coleen Phillimore
coleenp at openjdk.org
Wed Aug 3 15:06:43 UTC 2022
On Tue, 2 Aug 2022 16:48:59 GMT, Justin Gu <duke at openjdk.org> wrote:
>> Converting the invoke_method_table into two tables, invoke_method_instrinsic_table and invoke_method_type_table
>
> Justin Gu has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix pr comments
I just noticed that hashtable.cpp might be able to remove these three lines:
template class Hashtable<Symbol*, mtSymbol>;
template class HashtableEntry<Symbol*, mtSymbol>;
template class BasicHashtable<mtSymbol>;
Can you remove these and verify that the VM still builds?
-------------
PR: https://git.openjdk.org/jdk/pull/9495
More information about the hotspot-runtime-dev
mailing list